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 […]
Image Store: link from album to a different page
A while ago, one of the Image Store forum a member asked if there was a way to link the albums to the “slideshow” page instead of the “photos” page in the gallery. The answer is yes and this is how is done. The album can be link to anything that you want not just to […]