Image Store: Adding additional color options part 1
One of the benefits of using the Image Store plugin is that it provides hooks — base on the WordPress API — that allow you to modify the functionally without having to write the a whole new plugin or miss out on important updates. Today I am going to show how to add additional color options for your images. […]
WordPress search: Filter posts by custom taxonomy
Returning results using a custom taxonomy is easier to do it that it sounds, I will show two ways. The link method The first method I think is the easies because it doesn’t require to buil any form create any fields or try to learn complicated API calls. Here are a few examples, you want to add. Term name: […]
WordPress: Completely hide comments by content type
This code can be very useful if you are using a theme in your site that doesn’t have an option to completely remover comments from a post or page. The code will allow you to remove the comments by content type. Modify the code (array) to suit your needs. Like always add the code in […]
Change Post Author/ID on All posts In a Single Pass (MySql)
Here is a small code snippet (MySql query) that will help you change the post author in WordPress. You will need to run this in your database using PHPMyAdmin or command linke. Back up your database before running any of the queries mention bellow. If you tables have a different table prefix make sure that you change […]