Okay
  Public Ticket #241298
Custom copyright text in footer
Closed

Comments

  •   John started the conversation
  •  991
    ThemeNectar replied

    Hey John!

    The copyright field is not a widget area - that snippet only allows shortcodes to process in the widgets areas in Appearance > Widgets. If you want to use a shortcode in that area, it would be easiest to just add it into the footer.php file (which you could transport to a child theme if you're worried about future updates).

    If you open that file up you'll see the copyright section towards the bottom you could use something like this in:

     
    http://pastebin.com/H7G6Phtb
    
    

    Cheers :)


  • John replied

    Okay, let's forget that plugin and widgets. If I'm editing the code, I may as well just use PHP.

    So how do I get PHP to work in the Salient Footer Copyright Section Text box? When I try, the web page just doesn't show anything between where the PHP tags are in the box.

  •  8,448
    Tahir replied

    Hey John!

    I am not sorry but we are having trouble understanding what is it that you are trying to do and have done. Could you please provide wp-admin login details and explain to us in details what exactly you need done so we can try to help you out. 

    Thanks


    ThemeNectar Support Team 

  • John replied

    I'd like the footer to look something like this:

        Images and text © 2003-2014 John Vias.

    But the year needs to be whatever the current year is. Thanks!

  •  8,448
    Tahir replied

    Please provide login details in a private response as well . 

    Thanks


    ThemeNectar Support Team 

  •   John replied privately
  •  991
    ThemeNectar replied

    Hey John! For some reason those credentials are not working for me, but if you're going to edit the footer.php directly here's the code to paste in :)

     
    http://pastebin.com/B1LphXbr
    
    

    Cheers


  •   John replied privately
  •  8,448
    Tahir replied

    Hey John!

    No i am afraid not you will have to edit the footer.php and put it in your child theme folder. 

    All the Best,

    -T


    ThemeNectar Support Team 

  • John replied

    Hi Tahir,

    I was hoping there was a simpler solution that didn't involve overriding theme code, but I guess not. I've copied footer.php, made my change, and it works fine.

    Thanks again for your support.

    John