Themes and Mods

Find Wordpress Themes, Plugins, Joomla Templates, Extensions

Best WP Themes Club

Posts Tagged with: wordpress tips

A Definitive Guide on Localizing a WordPress Theme

The continuous surge of WordPress web development has resulted into a sudden hike in the demand for WordPress themes that can be utilized for different types of websites. While a majority of WordPress themes are available in English, lately, more and more WordPress users have been demanding for the translation of a WordPress theme into […]

How to Add WordPress Custom Post Types to RSS Feed

WordPress Custom Post Types are very useful when you plan to build a CMS type of website using WordPress. If you have used “register_post_type” function to create your own post type then you might need to add your posts to RSS feed. Here is how you can add your custom post type to rss feed. […]

How to add Custom Post Title to Your WordPress Feeds

Do you want to display a different post title in your feeds for your WordPress blogs? You can easily achieve it by just adding a custom function to “functions.php” file in your theme’s folder. No need for any additional plugins. This example use All in One SEO plugin’s post title for Feed Posts title. //Add […]