Category: WordPress

Permalink settings for Categories

I have used categories in so many different ways as I learn WordPress, it has gotten thoroughly confused at various times. I tried doing strange things to generate urls that worked for my purposes only to have the url double itself. I did find that putting a single period in the “Category Base” did eliminate

Automated WordPress failed

When I work on testing for my websites, I use a local development server. My favorite choice on my Mac is DesktopServer. It is not the local server of choice that I have this problem, it is me being impatient. I get too excited and forget to let processes run, and the most important one

Author Name Security

Did you know that many themes have a default that display the username for an author of a post? What could be wrong with this you say? Well, just knowing the username can be that one step closer to breaking into your WordPress website. All a hacker will now need to do is try to

Simple theme using Bootstrap and Underscores

Quick development can be accomplished by using Bootstrap with the Underscores framework. Underscores.me is a vanilla, “no styles included”, framework for starting your developent of a WordPress theme. I use Bootstrap to provide the styling functionality. In order to get started, we first need to get the two working together. Check out my post in combining