Tagged: , , ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #199769
    #199782

    Hi MtnStreamGroup!

    1.) What do you mean by automatic year php? Is this a code that you add on the footer? Please post it here.

    2.) Go to Enfold > Footer > Copyright. Place the [nolink] tag.

    3.) Edit footer.php, find this code on line 115:

    </div>
    
    	            <!-- ####### END SOCKET CONTAINER ####### -->
    				</footer>

    You can manually place the second logo on top of it.

    Regards,
    Ismael

    #200024

    Automatic year: © 2008-<?php echo date(“Y”) ?>

    #200031

    Hey!

    In WordPress dashboard please go to Appearance > Editor and open Footer.php file and find

    <span class='copyright'><?php echo $copyright . $kriesi_at_backlink; ?></span>

    and change it to

    <span class='copyright'><?php echo $copyright; echo date(' Y') . $kriesi_at_backlink; ?></span>

    Cheers!
    Yigit

    #225028
    This reply has been marked as private.
    #225173

    Hi!


    @js-interactive
    As i replied to you in your topic, the easiest way for you would be using a child theme

    Cheers!
    Yigit

    • This reply was modified 10 years, 9 months ago by Yigit.
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Socket’ is closed to new replies.