There are essentially 2 ways to set up your WordPress installation at a subdirectory using .htaccess. Those methods are detailed in the Giving WordPress Its Own Directory page in the WordPress Codex. However, I’ve encountered two different errors because I made a stupid mistake which I’ll detail below. Basically, all […]
Tag: WordPress Wednesday
Getting Started With WordPress Theme Development
This post is the first of a series of posts on how to dive into WordPress theme development. Going from developing simple HTML/CSS sites to using a Content Management System is a very big step. You will save a lot of time by having your CMS handle all the content […]
Recap of My First WordCamp – WordCamp Ann Arbor 2015
This post is a little late, considering I attended WordCamp Ann Arbor on October 24, 2015. But I feel I have now had ample time to reflect on my experience and the impact it has had on me. Also, sorry the title sounds like a title of a children’s book. […]
5 Unique Ways to Use WordPress
A lot of non-developers and developers unfamiliar with WordPress see it as just a blogging platform, or just a basic Content Management System. They think of WordPress as a way to organize posts, media, and pages. But with all the functionality behind Custom Fields, Custom Post Types, and Taxonomies, you […]
Using is_single as active_callback in WordPress
Today’s WordPress Wednesday was a inspired by a question on the WordPress Stack Exchange. Because of that, it may seem very specific, but it’s an issue other developers may very well run into while working with The Customizer API. A Very Brief Intro to The Customizer (Longer Intro to Come […]