This topic has 11 replies, 2 voices, and was last updated 10 years by 4bservices.
-
Author
-
July 17, 2014 at 02:48 #22797
4bservices
ParticipantI tried adding the code as in this thread: https://archived.seventhqueen.com/forums/topic/add-links-to-footer
When I did the code appeared over the header. I’m trying to add a line BELOW the copyright information that has a disclosure in it. How can I do this? This doesn’t seem to be the right code and could you put a note on “ADD TEXT HERE FOR NEW LINE” as I’m not understanding.
Thank you.
July 17, 2014 at 10:45 #22816Catalin
ModeratorHello,
Please provide me access to your site to be able to help. Reply as private for security reasons. All i see now is the coming soon page.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 17, 2014 at 17:35 #22895Catalin
ModeratorHello,
You can try adding this code:
COPY CODEfunction kleo_copyright_text() { echo '<p>'. __("Copyright", 'kleo_framework').' © '.date("Y").' '. get_bloginfo('name').'. <br class="hide-for-large show-for-small"/>'. get_bloginfo( 'description' ).'<br/>ADD TEXT HERE FOR NEW LINE</p>'; }
Let me know if this works.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 17, 2014 at 17:46 #228984bservices
ParticipantI put this in the sweetdate-child functions.php correct? Last time I tried I broke the site and had to reupload a new child theme,
July 17, 2014 at 17:51 #228994bservices
ParticipantIt’s showing like it did before in the header. I also want to make the disclosure “add text there” font smaller then how the copyright text appears. But it’s not showing up right.
July 17, 2014 at 17:57 #22901Catalin
ModeratorHello,
I tested the code and should work. Please paste here the functions.php content as it is now, with the error in the header.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 17, 2014 at 18:11 #229024bservices
ParticipantImages attached,
Attachments:
You must be logged in to view attached files.July 17, 2014 at 19:02 #22907Catalin
Moderatoryou need to add the code before “?>”
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 21, 2014 at 15:17 #23052Catalin
Moderatorall good? is it working now?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The topic ‘Add line to copyright footer text’ is closed to new replies.