WordPress
/ Page 1
Automatically set Featured Thumbnails to WordPress posts
Short but handy WordPress code snippet to automatically set featured thumbnails to your posts without installing additional plugins.Remove version from WordPress enqueued CSS and JS
Snip unnecessary version number from the JavaScript and CSS files added by wp_enqueue_script and wp_enqueue_style functions in WordPress.Best WordPress Plugins to generate XML sitemap
A list of some best WordPress plugins to generate XML sitemaps to submit to search engine tools like Google Webmaster Tools, Bing Webmaster Tools etc.Add your own Smilies to WordPress
Everyone on internet knows about smilies or emoticons. Smilies basically add emotions and expressions to write-ups. WordPress too, provides a basic set of over 20…Remove the default Gallery Styles in WordPress
Easily restrict WordPress from adding default style for galleries – very handy trick for WordPress theme developers and designers.AJAX submit WordPress comments without reloading page
A simple tutorial on how to submit comments on WordPress using AJAX – without reloading the page – jQuery code snippet to AJAXify WordPress comments.Add rel=”nofollow” to WordPress Categories
How to add nofollow relationship attribute to WordPress category links? Here’s the detailed guide, both with plugin and manually.Disable Hyperlinks in WordPress Comments
Restrict commenter from posting links in WordPress comment by using a few lines of code – PHP code to disable hyperlinks in WordPress comments.300+ Free Responsive WordPress Themes
Biggest Collection of free Responsive WordPress Themes with preview, demonstration and free download links – demo, download and suggest a Responsive theme for WordPress.Remove rel=”category tag” attribute from WordPress categories
WordPress functions wp_list_categories() and the_category() render the list of categories and the related post categories respectively in a WordPress theme. These functions also add some…