• When I use a skin (almodovar) with wordpress, no of the pages I’ve created appears when I enter its link (wordpress/page_id=x). The only thing that appears is:

    “Entries:
    XML | RSS 2.0 | RSS 0.92 | Atom 0.3
    Comments:
    RSS 2.0″

    Nothing of the written content appears. Can anybody help me getting the “pages” to work?

    The PHP-code is quite similar to the original skin, and no changes occur when I used the same code as the original either.

Viewing 10 replies - 1 through 10 (of 10 total)
  • In order to “visit” or link to a Page, the link is:

    <a href="https://example.com/index.php?page_id=123">This is the link</a>

    Thread Starter ostekjeks

    (@ostekjeks)

    I know that, but it doesn’t help me at all. My biggest concern is to get the pages to show up correctly.

    You mean with other themes (notice: no skins in WP ?? the Pages are showing correctly and you have problems only when using Almodovar?

    Thread Starter ostekjeks

    (@ostekjeks)

    That’s correct, moshu.

    Strange. I just checked on the alexking.org competition site and the theme seems to have a decent page template.
    Maybe to contact the author?

    Thread Starter ostekjeks

    (@ostekjeks)

    But if the PHP-code on “pages.php” is almost identical, where lies the problem? In which PHP-style file should I look, and what shall I look for?

    Just a guess…
    If the Pages were created in another theme that has a specially formatted Page template (which you selected from the drop-down menu on the Page creation admin panel) and your new theme – in this case almodovar – does NOT have the same customized template in its files, than you might have problems.

    Thread Starter ostekjeks

    (@ostekjeks)

    Would you look at that! It would seem that I didn’t check the current page’s properties in-depth. I solved the problem. Thanks for the help anyway!

    Ostekjeks,
    would you mind sharing what exactly was the problem and how did you solve it? It might be useful for future reference.
    Thanks!

    Thread Starter ostekjeks

    (@ostekjeks)

    Well, I seemed to have changed the option “Page Template” to “Aggregation” for some reason. It all worked out when I changed it back to “Default Template”.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘“Pages” not showing up (correctly)’ is closed to new replies.