A Settings Link for Your WordPress Plugins
If you are developing a WordPress plugin, one of the first things I would suggest is adding a “Settings” link directly on the plugins page. This makes it easier...
7 comments
If you are developing a WordPress plugin, one of the first things I would suggest is adding a “Settings” link directly on the plugins page. This makes it easier...
7 comments
I have decided to create my first “must-pay-to-use” plugin and I think it’s something that a lot of people might find very useful. I know most of you are...
76 comments
Creating a page list in WordPress is super easy. All it takes is one function call: <?php wp_list_pages(); ?>. The only problem with the list is if you have...
36 comments
Over the past couple of weeks I have helped out many people who have been hacked. There are many ways in which you can protect your site, but the...
1 comment