Yesterday I shared how to remove items from the WordPress Admin Toolbar. This can be very useful but for someone who spends a lot of time logged into their website like myself, this tip can be even more useful. Here is the code. [php] add_action( … [Continue reading]
How WordPress Plugins Work
In the last post we learned the basics for creating our very own WordPress plugin. Now I would like to show you how to make them really do something. What I mean by that is that our last post really only created the container. In order for the plugin … [Continue reading]
Stop adding code to your WordPress theme’s functions.php file
I'm about to share some information about creating custom post types, custom fields and custom taxonomies. Before I begin though I thought it would be good to lay down some foundations so you don't find yourself having to do major work if something … [Continue reading]
Custom post types, custom fields, and custom taxonomies
When you are working on a new site you can sometimes get confused as to the best tool for the job. This happens to all of us from time to time. So when you need to create custom content for your next WordPress project there are several things you … [Continue reading]
Fix 404 Page Not Found error on new custom post types
So you've created a custom post type with a custom slug and you've added some content and viewed the post only to find a 404 Page Not Found Error page. This is because although you registered your new post type WordPress doesn't know how to handle it … [Continue reading]
- « Previous Page
- 1
- …
- 19
- 20
- 21