• Resolved harrywar

    (@harrywar)


    Hi,

    I wanted to change the layout of the bottom of the page where it has:

    Leave a comment | Categories: children Tags: |ca, irvine, photography, wedding |Edit →

    How do I change the | to come before Tags:?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author malvouz

    (@malvouz)

    Hi harrywar,

    I did not see this. Thanks for asking this question. I will include this on the next update.

    For now, what you have to do is open content.php and found this code:

    <?php
    					$tags_list = get_the_tag_list( '<span class="separator">|</span>', ', ' );
    					if ( $tags_list ):
    				?>

    and change into this

    <span class="separator">|</span>
    				<?php
    					$tags_list = get_the_tag_list( '', ', ' );
    					if ( $tags_list ):
    				?>

    and do this for single.php too. So, you have to edit two files (content.php and single.php).

    If you like, please mark this question as solved.

    Thanks,
    Malvouz

    Thread Starter harrywar

    (@harrywar)

    thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘bottom of the page’ is closed to new replies.