Skip to:
Content
Pages
Categories
Search
Top
Bottom

Why is there a list of pages in my forum???

  • Why is there a complete list of web pages at the bottom of my forum page???

    i dont want this to be there.

    anyone know?

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

  • dominornovus
    Member

    @dominornovus

    I can’t right click the provided page. Is this supposed to be the case?


    dominornovus
    Member

    @dominornovus

    First and foremost, have you validated your code?:

    http://validator.w3.org/

    http://jigsaw.w3.org/css-validator/

    Based on pages source code, the following is appended to the end of your page within the body tags:

    <ul>

    <li class="page_item page-item-1156">
    <a href="http://fruitcity.co.uk/about-2/" title="About">About</a>
    </li>

    [...]

    </ul>

    I was expecting it to be a misplaced widget but the list does not have a class, id or typical parent div.

    I can’t tell you why it’s occurring but I can tell you how to figure out why it’s occurring.

    Sequentially disable blocks of code pertinent to that page and theme. e.g. style.css, functions.php and custom templates.

    By process of elimination you’ll stumble upon the root of the issue. i.e. when the list no longer appears.

    I’m ruling out that it’s a setting in the admin panel because the list doesn’t have an id or class.

    It might be wise to run the validation checks I suggested. It could be something rudimentary like an element requiring a closing tag.

    I’d tell you more if I could right click the page and use Chrome’s version of Firebug for property inspection.


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    My guess is you were running an out of date install or insecure plugin or theme. You’ll want to go through your site’s code and find what was exploited.


    travis.hill
    Participant

    @travishill

    @dominornovus

    I’d tell you more if I could right click the page and use Chrome’s version of Firebug for property inspection.

    F12 is your friend.


    dominornovus
    Member

    @dominornovus

    @travishill: Cheers.

Viewing 6 replies - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.
Skip to toolbar