Category: Code snippets

WordPress, JavaScript, Code snippets, web development, HTML5, CSS3, design

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. […]

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 […]