Forums

Odd numbers appearing in title when using Disconnected theme (2 posts)

  1. sazzle
    Member
    Posted 2 years ago #

    I've just added a blog to my site for the first time using the 'Disconnected' theme on Word Press.

    I'm getting a random number appearing at the beginning of the title for each blog entry and I don't know why it's there or how to get rid of it. The more blog entries I make, the higher the number gets but I've got no idea of what's causing it. It would certainly look a lot better without these numbers there!

    Can anybody please advise me on how to get rid of these numbers?

  2. Andrew
    Member
    Posted 2 years ago #

    Hello!

    I found the same 'problem' as you did. I think i figured out how to edit the numbers out, although have yet to do much testing on it. (it's late and i work tomorrow lol) Yeah so from comparing the source page and the .php files I found:

    post.php

    <div class="post-info">
    <p class="numerals"><?php the_ID(); ?></p>
    <h2 class="post-title entry-title"><a href="<?php the_permalink() ?>"...

    Those are the first few lines. Comment out the "<p class="numerals"><?php the_ID(); ?></p>". Then in the style.css you'll probably want to add some left padding to the following style (.post-title). about 4px should be good.

    Hope it works for you too!

    -Andrew

Topic Closed

This topic has been closed to new replies.

About this Topic