• I’ve integrated wordpress into my website and changed the appearance of the twentyten theme to match the website:
    https://www.brummiebiker.co.uk/blog (be aware it is still under construction). Everything seems to work fine except the displaying of any of the archive pages eg – https://www.brummiebiker.co.uk/blog/2012/03/

    This type of page seems to be using an old version of the HTML patch and thus the CCS class names are wrong.

    I’ve looked at all the PHP files on my system and can’t find one that is using the old HTML.

    The single page “sample page” displays correctly. What file should I be editing to correct this issue?

Viewing 2 replies - 1 through 2 (of 2 total)
  • It seems that your archive.php has not the same HTML structure than the index.php file.

    In the archive.php there is not this tag:
    <div class=”inner-content main-content”>

    Hope it helps you

    @desirity

    Thread Starter brummiebiker

    (@brummiebiker)

    That’s the issue, the archive.php file I have uploaded to the server has the correct code, it is displaying and older version of it for some reason.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Issue with display of "archive result"’ is closed to new replies.