Sort Python Dictionary by Key or Value for Beginners – Python Tips
2 Steps to Disable WordPress Crop Uploaded Images – WordPress Tips
Disable WordPress Media Revisions with Disable Post Revision – WordPress Plugin
Write WordPress Tag and Category Description in HTML Text with Visual Term Description Editor – WordPress Plugin
2 Steps to Add Default Content in WordPress Post Editor for Different Post Types – WordPress Tips
WordPress title: wp_title() and wp_head() in conflict – WordPress Tips
wp_title() and wp_head() are common used functions in wordpress, wp_title() displays the title of site, post or page. wp_head() loads other resources, both of them should be used in head html tag.In this tutorial, we will solve the problem: wp_title() and wp_head() in conflict when displaying site title.
3 Steps to Add rel=nofollow and target=_blank for External Links in WordPress – WordPress Plugin
Nofollow for external link is a wordpress external link management plugin, it can help us to add rel=nofollow and target=_blank for external links automatically.In this tutorial, we will introduce how to use this plugin to manage our external links in post and page conent, you also can do by following our steps.