• Resolved nshonfeld

    (@nshonfeld)


    Hi there,

    i am trying to remove the postmetadata links which appear at by default at the bottom of each of my posts. i just wish to have the post title, the date, and then the post… can anyone kindly help this enthusiastic novice?!

    this is my site: https://www.nicshonfeld.tv/journal/

    many thanks in advance, nic.

Viewing 4 replies - 1 through 4 (of 4 total)
  • edit index.php (?) of your theme, and look for
    <p class="postmetadata"> Posted in

    delete the line including the closing </p>

    similar in single.php:
    look for <p class="postmetadata">

    make a backup copy before editing

    Thread Starter nshonfeld

    (@nshonfeld)

    brilliant! thanks loads for that.

    would you have any idea how i can remove the little pointer arrors that appear before each of my previous post links in my sidebar?

    find and remove this in style.css:

    .entry ul li:before, #sidebar ul ul li:before {
    	content: "0BB 020";
    	}
    Thread Starter nshonfeld

    (@nshonfeld)

    thank you very much for the help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘how do i remove the postmetadata links from my posts?’ is closed to new replies.