WordPress Post Slug
| |

How to change your post slug in WordPress for good SEO

If you have configured your WordPress blog to display permalinks, WordPress will automatically generate a post slug using the title of your post. However, this post slug tends to be very long if you have a long title. Good SEO dictates that you keep your post slug as short as possible and you can do this by removing some stop words.

Responsive Web Design
| |

How to create responsive adsense code

Google’s program policies do not allow you to modify your Adsense code which artificially inflates ad performance or harms advertiser conversions. In most cases, you’ll want to copy paste the code exactly as you get from the generator. However, most sites today are going responsive and you’ll want to ensure that you use the correct size ads when your visitor is viewing your blog from a mobile device.

| |

Three pieces of code to replace WordPress plugins

While WordPress plugins are really useful, you don’t need plugins always to add certain features to your themes. Here are a few code snippets you can add to your theme files to display recent posts, random posts and recent comments. Recent Posts The following code will enclose the latest 10 posts in an unordered list.