There is no excerpt because this is a protected post…

Blog About Topics Relating to Web Design & Development
There is no excerpt because this is a protected post…
The default output for the WordPress gallery is pretty bare bones. They simply output the pictures in a whatever x whatever grid and allow you to link to the file or media page from each pictures. The great thing about that is that you can really go nuts customizing it and make it into anything…
When you are first getting in to programming everything seems pretty logical. You decide what you want to achieve, you google it, and for the most part you will find a basic example that you can look at and understand what’s going on and why the code is written the way it is. Then you…
Welcome to a series of tutorials on how register, customize, and use WordPress custom post types! One of the things that beginning WordPress developers seem to always forget about is that sometimes a website requires more than just posts and pages to input data. When you are deciding on how your back end UI should…
So this is Part 2 of the series on building a testimonials section on your website using Custom Post Types. If you haven’t already read through Part 1 please do. It will give you a good amount of information you need to be able to take this tutorial and apply it to any custom post…