• Resolved kristinalise

    (@kristinalise)


    Hi there!

    I love your themes – Wilson is just what I was looking for. I’m tweaking a few things in the theme and was looking for the code to edit what is listed as class=”page-title”. (Where it says DATE, SEARCH, MONTH, etc. at the top of certain pages.) I’d like to alter what it says on an individual post page from DATE to ISSUE. I seem to be overlooking the code or function. Would you be able to direct me to that?

    Thank you so much!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello! Can you please post your site’s URL and Id be happy to take a look for you! Thanks!

    Theme Author Anders Norén

    (@anlino)

    Hi kristinalise,

    You can find it by going to Admin > Appearance > Editor > archive.php, and searching for the following line:

    <?php _e('Date', 'wilson'); ?><span class="name"><?php echo get_the_date(); ?></span>

    Replace <?php _e('Date', 'wilson'); ?> with <?php _e('Issue', 'wilson'); ?>, and you should be all set. Let me know if you need any more help.

    Thread Starter kristinalise

    (@kristinalise)

    Perfect. Thank you so much for your help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Page title’ is closed to new replies.