Where to put code that customizes API

Typically changes like this you would either create a plugin or create a child theme and put your code in your child theme’s functions.php file. You make changes to a child theme because if your theme updates you will lose any changes you have made directly to it. Code in a plugin is always run … Read more

Heterogeneous content on a page

Create a custom post type for Paper Airplane Instructions and one for Paper Hat Instructions and just use the same template by duplicating it for each one. There are plugins that do this ( like custom post type UI) but it is way better to learn the code and just add it to your functions.php. … Read more

How to add coupon printer?

You might be probably looking for a plugin that offer’s groupon-like functionality (“Groupon 1.0 started on a WordPress blog.”). By googling I learned that there is a plugin called WP Coupon (WordPress Plugin) (review). No idea if it fits in what you need, but it looks like it does what you’re looking for. But it’s … Read more

posts and cms and posts again

I would suggest making a ‘recording’ post type and leave posts for the blog section. The “blog as category” approach would work too, but it’s rather messy, I think.

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)