• blackgirlfitness

    (@blackgirlfitness)


    I recently updated my wordpress and installed a new blog. I’ve noticed at the bottom of all posts they’re 2 new links.

    I understand the edit page link disappears once I log out, but the second one is like a permalink to the actual post and it doesnt go away once I log out… any ideas?

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

    (@esmi)

    Unless you provide a link to a page demonstrating the problem, no one will be able to offer much in the way of assistance.

    Thread Starter blackgirlfitness

    (@blackgirlfitness)

    I didn’t close the tags…
    here is the link again

    https://blackgirlfitness.com/?p=220

    tasty.donuts

    (@tastydonuts)

    I didn’t close the tags…
    here is the link again

    I don’t see the links…did you resolve this?

    Clayton James

    (@claytonjames)

    <a href=""><img src="" alt="468 ad" class="foursixeight" /></a>

    That’s the link. as you can see the href and the image source are both missing. That’s why you see the alt tag in your post.

    Thread Starter blackgirlfitness

    (@blackgirlfitness)

    Thanks everyone for replying.

    I used a dumpy xml file to populate the site… is this coming from that or something wrong with the them i implied?

    This is on every post in the blog

    It’s interesting to see how many websites have that snippet of code showing on them.

    This code is in the template called “TheCorporation” and probably others designed by elegantthemes.com.

    If your site is a child theme that uses “TheCorporation” as its parent (for its functionality), it’s pulling this code in from the template called “single.php”

    Open this document and delete (or comment out) the following:
    ` <?php if (get_option(‘thecorporation_468_enable’) == ‘on’) { ?>
    <a href=”<?php echo(get_option(‘thecorporation_468_url’)); ?>”><img src=”<?php echo(get_option(‘thecorporation_468_image’)); ?>” alt=”468 ad” class=”foursixeight” /></a>
    <?php } ?>`

    Good luck,
    David

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Mystery Link about the bottom of Posts’ is closed to new replies.