Urgent! Help Please W/ Ugly WP Error

by Tara
3 replies
Hi! I can not remove this text from the bottom of my site.

theme_page_navigation(); } /* Start the Loop */ while (have_posts()) { the_post(); get_template_part('content', get_post_format()); } /* Display navigation to next/previous pages when applicable */ if (theme_get_option('theme_bottom_posts_navigation') ) { theme_page_navigation(); } } else { theme_404_content(); } ?>


Have no idea what to do.

Thanx! Tara
#error #ugly #urgent #w or
  • Profile picture of the author Jonas B
    if that text is display on your site, you forgot to open the php tag..

    put <?php in front of get_template_part(..)
    Signature
    Proud owner of the most flexible mobile app builder. Check it out at http://bit.ly/hybrica!
    Mobile Web Expert & Android Developer
    {{ DiscussionBoard.errors[4670289].message }}
  • Profile picture of the author Tara
    Thank you for replying Jonas, Do I correct this in the editor. I am not even sure where I find this text that is displaying at the bottom of the page. I just know I want it completely gone!

    Thanx!
    Tara
    {{ DiscussionBoard.errors[4670546].message }}
  • Profile picture of the author Unomateo
    it is probably in the footer.php file of the theme. Us the editor to view the footer.php file... and look for "theme_page_navigation()"
    {{ DiscussionBoard.errors[4672187].message }}

Trending Topics