Download large files avoiding out of memory errors
Recently, I was working on a site for one of my customers and I was asked to fix an issue they had uploading and downloading large image files ( 9M+ ). The issue The customer has a shopping cart that allows the user to download ZIP files of the items purchased. User can add as many products as […]
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 […]
How to remove all the default WordPress widgets
If you are not using any of the default WordPress widgets, if you want your pages to load just a bit faster or you are just like me and want to clean up your widget administration area. Well here is how to remove all the default WordPress widgets. Add the following code to your theme’s […]