• Good afternoon. I am trying to find an issue which causes the full posts to not appear on a site I am currently developing.

    The content shows appropriately on a loop/feed, but when you click to get more and see the entire post (Single.php as far as I understand) i get a blank page. The permalink/URL appears to be correct, but no content shows.

    I’m uncertain where to look from here. All template pages seem to be in their appropriate place and setup correctly (single.php). Tried permalink reset, checked .htaccess. not sure what to try next.

    Thanks

Viewing 9 replies - 1 through 9 (of 9 total)
  • Can you post a link to a page/post that you are having problems with?

    Do you have the same problem with one of the WordPress default themes?

    Why do you use an old version of WordPress? Try updating to the current version.

    Thread Starter mrutt

    (@mrutt)

    this is the page that is not working correctly. As you can see, it is pulling the content for the loop feed on this page, but if you click the headline or <more> it returns an empty page.

    I actually jumped into this project after a previous developer left. Was hesitant to update versions in case it messed something up, since everything is so close to working and finalized.

    this is the page that is not working correctly.

    Which page? Forgot to post the link?

    Thread Starter mrutt

    (@mrutt)

    Can I see your site with:
    -a default WordPress theme with all plugins (if any) turned off, and
    -with default permalink settings?

    Thread Starter mrutt

    (@mrutt)

    I’ve tried permalink presets, and seeing it with default, and that did nothing.

    I’m nervous to change the wordpress theme, is there any possibility of it breaking things with the current theme since it is so customized?

    I’m nervous to change the wordpress theme, is there any possibility of it breaking things with the current theme since it is so customized?

    No, nothing will break. However, you may save a copy of your current theme and also save your database so that you can always put back what you have now.

    Thread Starter mrutt

    (@mrutt)

    I went into the admin to change themes and these 2 errors are present:

    Warning: implode() [function.implode]: Invalid arguments passed in /home/content/d/e/s/designdesign/html/dev/MA/wordpress/wp-includes/class-wp-theme.php on line 675

    ERROR: The theme directory “twentyfourteen” does not exist.

    It looks as though there wasn’t a child theme created?

    Well, that could be. You may try:
    -save a copy of the current theme
    -upload a freshly downloaded copy of twentyfourteen theme
    -create a child theme to carry out your customizations – you may use the saved current copy for a clue to what you have modified

    Even otherwise, you may have to go that extra mile as the site currently shows over 500 errors and 500+ warnings when I tried to use the validator to look for possible problems that you have now.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘permalinks return blank page, but correct URL’ is closed to new replies.