Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #24320

    Hey Guys, Sorry for a likely repeat question, but after searching I was only able to find help on different themes, and whiel a pro could likely modify the help to enfold, I can’t.

    What I want is for a © Copyright (then a perpetual year) <?php echo date(“Y”) ?> – business name hyperlink here – and then sans the kriesi backlink (sorry) can’t keep it for client jobs

    what is see in footer.php is

    $copyright = avia_get_option('copyright', "© ".__('Copyright','avia_framework')." - ".get_bloginfo('name')."");

    1. the advise was to use the echo date php code above but when I place it before the – in the above string the page goes nuts.

    2. Also if I place the advised [nolink] in the copyright area in the theme settings then everything is wiped out. How do I use the add_filter function that is suggested to hide the kriesi backlink?

    thanks

    #123136

    Hi allegrabillings,

    When you add the date in make sure you respect the php tags. Just adding in <?php some-code ?> while already inside open php tags would definitely cause issues.

    You can also just edit this line instead of trying to replace the variable if its something you don’t want to change in the theme options:

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

    Regards,

    Devin

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Copyright socket adjustment’ is closed to new replies.