How to add the wordpress settings saved message to plugins
If you are a wordpress developer and you code plugins that have variable settings inserted with register_setting() function into the database, then you must also add a notice to inform…
If you are a wordpress developer and you code plugins that have variable settings inserted with register_setting() function into the database, then you must also add a notice to inform…
If you are a wordpress developer, and you use plugins in your developed themes, then you don’t want to give headaches to your buyers by having them to manually install plugins…
Good day to all of GraphicXtreme.com readers. We are proud to announce that our first WordPress Plugin it’s finally out. We have worked hard in order to make your life…
Spam comments have become a huge problem for many wordpress website owners. Every day, spammers across the globe use different techniques to leave spam comments to your blog, and to increase their ranking…
WordPress is the most popular CMS there is out there. Every day thousands of designers and people across the globe, decide to switch to the most popular blogging platform, which…
You have custom post types in your wordpress website, and want to count them for different purposes? Well, here is a fast and simple solution on how you can do…
By default, to include the wordpress header in all of your files you use this function: [php] <?php get_header(); ?> [/php] What this function does, it looks for the file called…
The traffic of a website is it its most important aspect. The traffic volume and quality, determines your monthly earnings, self promotion of the website by your visitors on social networks…
By default the loop is used to display wordpress posts. Using the loop, wordpress display each post from the blog to the current page. The loop can be styled with HTML and…
By default the loop is used to display wordpress posts. Using the loop, wordpress display each post from the blog to the current page. The loop can be styled with HTML and…