• Resolved fotograafpatrick

    (@fotograafpatrick)


    Hello,

    I am not a real genius when it comes to html coding. I know some of you are, and I was hoping you can help me.

    Long time ago I changed the footer text, but I accidentally deleted the “powered by” text which really pissed off my websitebuilder, who doesn’t want to give help anymore ??

    So, know I want to change some things considering the “copyright text” and the “powered by” text.

    My website: https://www.fotograafpatrick.nl

    1.Now the copyright text looks like this: “? 2012 FotograafPatrick.nl”
    But I want to change it to: “? 2012 FotograafPatrick.nl” where FotograafPatrick.nl should link to https://www.fotograafpatrick.nl

    2. I want to add the Poweredby-line “Ontwerp door Boraboramedia” where
    Boraboramedia should link to https://www.boraboramedia.nl

    Any code-genius in here who wants to have a look at my mess?

Viewing 4 replies - 1 through 4 (of 4 total)
  • these kind of info is ‘usually’ found in footer.php of a theme;

    however, as you are using a commercial theme, it might be the best if you contact the theme’s seller for support.

    Thread Starter fotograafpatrick

    (@fotograafpatrick)

    Hello Sweeper.
    Thanks for your reply.

    All i actually need is the html code to make these changes happen.
    I already found the footer.php and the line in which the text is in, but I don’t understand anything of the html coding.

    Can’t you write the html coding?

    The footerline should be:

    ? 2012 FotograafPatrick.nl | Ontwerp door Boraboramedia

    try:

    &copy; 2012 <a href="https://www.fotograafpatrick.nl/">FotograafPatrick.nl</a> | Ontwerp door <a href="https://www.boraboramedia.nl/">Boraboramedia</a>

    https://www.w3schools.com/html/html_links.asp

    Thread Starter fotograafpatrick

    (@fotograafpatrick)

    Sweeper, thank you! It works.
    You’re the best.

    Closing this topic now.
    Thanks again.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to change "copyright" and "powered by" in footer’ is closed to new replies.