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.
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().
(@clandestinechic)
16 years, 10 months ago
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.