• I’m currently using the Oulipo theme for my blog at ClandestineChic.com. The two things I’d like to change about my theme are this:

    I want to insert an image instead of keeping the text on the left-hand side.

    Also, I wanted to know how I might be able to change the comments to say something like, “Comment on this” or something instead of what it currently says. I don’t think people will be know where to comment based on what is there now.

    Any help would be greatly appreciated.

Viewing 1 replies (of 1 total)
  • Check any sidebar php files in your theme. One should include the code wp_list_pages. That’s the file that you need to edit to replace your page list with an image.

    To change the comment text, edit index.php in your theme and look for comments_popup_link().

    http://codex.wordpress.org/Template_Tags/comments_popup_link

    You may also need to carry out the same edits on category.php and archive.php.

Viewing 1 replies (of 1 total)

The topic ‘Changes to Current Theme’ is closed to new replies.