More theme modding

No Comments

As part of my previous post, I found a few things with this theme that needed modding. I realised that tags weren’t being displayed on posts. I realise that may get a little cumbersome on the main page, but if you view a post as an individual page, I’ve added the ” <?php the_tags(); ?>” code to go along with the category that is diplayed in the footer of the post.

I also noticed that the blockquote had two things I didn’t like about it, the background colour, and that it it had a  :hover setting. I removed the hover class and changed the background colour, as I found both to be visually horrible.

I’ve also been making use of some PHP time tags. I now have posting time displayed on the main index, and single page posts didn’t have any date or time, so I’ve added both.

Share this post