• willygofar

    (@willygofar)


    On my blog front page I have 2 rollover links at the bottom ( entries and comments ) when I rollover them and click they try to connect to rss2 and comments-rss2 but then go to a ” cannot find ” page. The files on my server al have wp in front of them so it is wp-rss2 and wp-comments-rss2.

    What have I done wrong.

    I have tried re-naming the files on the server by taking off the wp- but that didn’t work either.

    My blog is at https://www.willy-gofar.org.uk/blog

Viewing 6 replies - 1 through 6 (of 6 total)
  • articles

    (@articles)

    Thread Starter willygofar

    (@willygofar)

    Where do I change the link ???

    whooami

    (@whooami)

    inside your theme’s footer.php

    Thread Starter willygofar

    (@willygofar)

    I really am sorry but you are going to have to be a bit more specific than that as I have tried changing bits of code with you suggestions and just went to a view of all the code on the actual page referenced.

    Here follows the code in the footer

    <hr />
    <div id=”footer”>
    <!– If you’d like to support WordPress, having the “powered by” link someone on your blog is the best way, it’s our only promotion or advertising. –>
    <p>
    <?php bloginfo(‘name’); ?> is proudly powered by
    WordPress
    “>Entries (RSS)
    and “>Comments (RSS).
    <!– <?php echo get_num_queries(); ?> queries. <?php timer_stop(1); ?> seconds. –>
    </p>
    </div>
    </div>

    <!– Gorgeous design by Michael Heilemann – https://binarybonsai.com/kubrick/ –>
    <?php /* “Just what do you think you’re doing Dave?” */ ?>

    <?php wp_footer(); ?>
    </body>
    </html>

    Perhaps you could indicate how it should be changed.

    I can just about cope with HTML but this just seems to be beyond me.

    Hmmmmmm!!! Just looked at the post and even that didn’t do what I expected, i.e. the code has disappeared to be replaced by ENTRIES RSS and COMMENTS RSS. You live and learn.

    I can be contacted directly on [email protected]

    whooami

    (@whooami)

    whooami

    (@whooami)

    your paste removed code..

    Look at the file you pasted from:

    <a href="https://www.ads-software.com/">WordPress</a>
    <a href="feed:<?php bloginfo('rss2_url'); ?>">Entries (RSS)</a>
    and <a href="feed:<?php bloginfo('comments_rss2_url'); ?>">Comments (RSS)</a>.

    see feed:?

    remove it, both times.

    and im sorry, im not going to email you — you have to be willing to read the threads you ask for help in, if you really want help .. thats not much to ask. ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘main page rollover links’ is closed to new replies.