How To Create A Free Blog On the BlogSpot Blogging Platform Having a blog is a great thing, because you can share anything you like, and if you are wise you can also earn a decent income from your blog. (Read: My AdSense Earnings for Five Years ). Here at ShoutMeLoud I have written about many blogging platforms that you can use to create a blog for yourself. One of my favorite methods for creating a blog is to use your own domain and hosting, while creating your blog via WordPress. We have talked a lot about self-hosted WordPress blog s in previous posts, and there is no doubt that this presents a better blogging platform when compared to free blogging platforms like BlogSpot.com and WordPress.com. However, many newbies who want to start blogging don’t want to make an initial investment of funds to create a blog, and this is reasonable. There are many blogging platforms...
Popular posts from this blog
More custom template flexibility
More custom template flexibility More custom template flexibility Last May, we added some expressions to our templating language to make it easier for you to customize your blog’s look and feel. These new expressions proved popular with those of you who enjoy advanced blogging tools, so we wanted to offer you even more flexibility. Starting today, we’re introducing a new set of operators, which we’re calling lambda expressions, that allow you to apply rules to whole sets of data (think posts, comments, or labels), rather than just individual instances. Let’s say you wanted to add a flower image to all posts with the label “Flower,” for example. With lambda expressions, simply define a variable name that each item in the set will take, and then refer to the variable name as though it were each item. <!-- Show a Flower image if the post has the label flower --> <b:if cond= ' data:post.labels any (l => l.name == "Flower") ' > ...
Comments
Post a Comment