• 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?

Viewing 1 replies (of 1 total)
  • 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

Viewing 1 replies (of 1 total)
  • The topic ‘Odd numbers appearing in title when using Disconnected theme’ is closed to new replies.