Well we always love subscribers those subscribe to our posts, but sometime we see that featured images cannot be viewed in the RSS Feed, well today we are going to show featured images in Feed, with a simple lines of code.
Tag: WordPress Tricks
How to remove category from WordPress URL
when displaying Category URL in wordpress the wordpress adds the word ‘category’ in between the category and the site link eg : example.com/category/wordpress , has the word category is useless we can remove category word by simple trick.
Easy login URL
The default WordPress login URL is example.com/wp-login.php but you can change it to example.com/login and also it will be easy to remember and also to use
How to create a Shortcode
WordPress shortcode are very useful function that helps lot of us. its similar to shortcuts , its been introduced since WordPress 2.5 They’re hooks which allow you to call a php function simply by typing something like [shortcode]. It is a great way to save time on repetitive tasks