Month: March 2014

  • Child theme friendly post-formats

    It’s no surprise I will always preach the making of child themes. Part of the reason is because you can make modifications without losing all that when it comes time to update the parent theme. I mean nothing more exciting than having to recall what files you changed, what code you added, deleted to brighten…

  • Getting the image count in WordPress

    A long time ago I had a bit of an issue on how to get the image count from a post. At the time there wasn’t a way that I could think of to properly getting all the needed information; but then again I didn’t know as much as I do now. I wanted to…

  • Using a post as a menu item

    Truly a neat little find for many people. I know when I saw this for the first I was beyond astounded. It does seem a little odd to use one but there are some random cases when it can be useful. Rather than having to use a page you can use a post. Granted it…

  • You don’t know text

    Okay, maybe you do but what I’m talking about is a different kind of text. I’m talking about text strings in PHP code. Text strings What are they? Why do they matter? Well, they matter in themes that you want to make public or share. Oh, and plugins as well, I guess. If you’re into…