• Resolved delta37

    (@delta37)


    Hi! I am currently using the silverorchid theme in my website http://mmaphil.com/ (still testing so all you see are test posts)

    Problem is that the pages I created doesn’t seem to display right.
    I’ve checked the css and page.php but I don’t see the problem there.

    If you try to go to my “About” Page. The format I made in the editor is gone. Basically the theme kinda cancelled all html tags and just made it plain text.

    Any help will be appreciated.

    Thank you!

    Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • it very much looks as if the page template (page.php?) is using the_excerpt() within the loop to output the page’s content.
    should be the_content()
    http://codex.wordpress.org/Function_Reference/the_excerpt

    to check if it is a theme problem, switch to the default theme Twenty Eleven to see if the pages are showing fully;
    if yes, it is a problem with your theme – try to upload a new copy (?) or contact the theme’s author (?)
    if not, the problem might be caused by a plugin;
    for testing, deactivate all plugins to see if that solves the problem;
    then reactivate one plugin after the other to find the problematic one.

    Thread Starter delta37

    (@delta37)

    oh wow thank you very much! i did edit the excerpt part a while back and forgot about it. now it’s working! thank you again!

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

The topic ‘silverorchid theme pages problem’ is closed to new replies.