• Fist off I love the WP and it so far has been very easy to install and use. I’m a newbie here so be nice please,

    I installed Feather-10 theme yet made a change in the header image. I also would like to change the Title link to link back to my main web site, (opening it in another page) the title is correct but it directs to the WP blog. (another words just reloading the current page) I have no idea where to find this code, any help would be greatly appreciated.
    Thanks,
    Cmoore

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter cmoore1954

    (@cmoore1954)

    The theme I’m using is on this page https://themes.wordpress.net/ it’s the 8th one with the feather. Where it says, “WordPress Testsite” I would like it to link back to my main site, not the wordpress blog. Any help would be wonderful! Thanks

    Not a 100% sure i know what you mean. Have you looked at this though and tried altering the Blog address (URL)

    https://codex.www.ads-software.com/Giving_WordPress_Its_Own_Directory

    Or are you actually wanting to stop wordpress from giving the title of the blog at the top of the screen and instead have link to your ‘main’ site? If so look in the header.php of your theme… https://codex.www.ads-software.com/Designing_Headers

    Thread Starter cmoore1954

    (@cmoore1954)

    thanks, I did look at both of those, but neither tell me what I what I need to do. My title currently links to my blog and I want it to link to my web site, both are hosted on the same host.

    Another words my main site is mymainsite.com and my blog is mymainsite.com/blog the title reads mymainsite.com but then you click on it it goes to mymainsite.com/blog I want it to go to the index of mymainsite.com

    Thanks for any help~

    Hey,

    Hopefully someone else will have a ‘cleaner’ soloution but how about this?

    Where the example in the codex has this

    <h1 id="header">
    <a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a>
    </h1>

    How about changing it to? (obviously backup header.php first)

    <h1 id="header">
    <a href="https://www.mymainsite.com">Text to be displayed</a>
    </h1>

    Here for more info
    https://www.w3schools.com/html/html_links.asp

    Thread Starter cmoore1954

    (@cmoore1954)

    yeleek,
    Your the best, Thank you sooooooooo much, I knew it had to be rather simple BUT for for the life of me I couldn’t figure out where the change needed to happen. After messing the whole thing up once and having to reinstall, I figured I shouldn’t mess with it until someone who know what they were doing could instruct me….. You are that person, and again THANKS!

    Cmoore

    You give me too much credit ?? Enjoy WP.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Title Link’ is closed to new replies.