Title: apsinkus's Replies | WordPress.org

---

# apsinkus

  [  ](https://wordpress.org/support/users/apsinkus/)

 *   [Profile](https://wordpress.org/support/users/apsinkus/)
 *   [Topics Started](https://wordpress.org/support/users/apsinkus/topics/)
 *   [Replies Created](https://wordpress.org/support/users/apsinkus/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/apsinkus/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/apsinkus/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/apsinkus/engagements/)
 *   [Favorites](https://wordpress.org/support/users/apsinkus/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Picture not showing up on my site!](https://wordpress.org/support/topic/picture-not-showing-up-on-my-site/)
 *  Thread Starter [apsinkus](https://wordpress.org/support/users/apsinkus/)
 * (@apsinkus)
 * [16 years ago](https://wordpress.org/support/topic/picture-not-showing-up-on-my-site/#post-1619672)
 * I’m logged in under my hubby’s wordpress account and he just fixed the pictures
   for me, so please ignore this post now 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Picture not showing up on my site!](https://wordpress.org/support/topic/picture-not-showing-up-on-my-site/)
 *  Thread Starter [apsinkus](https://wordpress.org/support/users/apsinkus/)
 * (@apsinkus)
 * [16 years ago](https://wordpress.org/support/topic/picture-not-showing-up-on-my-site/#post-1619664)
 * Ugh, so upon further inspection, some photos are up and others aren’t in older
   posts!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Pagination won’t work. Going to 2nd page causes a weird error.](https://wordpress.org/support/topic/pagination-wont-work-going-to-2nd-page-causes-a-weird-error/)
 *  Thread Starter [apsinkus](https://wordpress.org/support/users/apsinkus/)
 * (@apsinkus)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/pagination-wont-work-going-to-2nd-page-causes-a-weird-error/#post-1211042)
 * THANK YOU! For some reason I had page.php sitting and under root and in the theme
   folder (same file). When I deleted one from the root, the error went away.
    Thank
   you!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Pagination won’t work. Going to 2nd page causes a weird error.](https://wordpress.org/support/topic/pagination-wont-work-going-to-2nd-page-causes-a-weird-error/)
 *  Thread Starter [apsinkus](https://wordpress.org/support/users/apsinkus/)
 * (@apsinkus)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/pagination-wont-work-going-to-2nd-page-causes-a-weird-error/#post-1211029)
 * Page.php says is a Page Template. Here is what is inside:
 *     ```
       <?php get_header(); ?>
       <div id="content-container">
       	<div class="content">
       	<div class="post">
       		<?php if(have_posts()) : ?><?php while(have_posts()) : the_post(); ?>
       		<?php edit_post_link('Edit', '<span class="edit">', '</span>'); ?>
   
       		<div class="title">
       			<h1><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a></h1>
   
       			<div class="entry">
       				<?php the_content('Read more...'); ?>
       				<?php link_pages('<p><strong>Pages:</strong> ', '</p>', 'number'); ?>
   
       				<!--
       				<?php trackback_rdf(); ?>
       				 -->
       			</div>
       		</div>
       			<?php endwhile; ?>
       			<?php else: ?>
       			<?php include (TEMPLATEPATH . '/notfound.php'); ?>
       			<?php endif; ?>
       		</div>
       	</div>
   
       <div id="sidebarwrap">
   
       	<?php include (TEMPLATEPATH . '/searchform.php'); ?>
       	<?php include (TEMPLATEPATH . '/sidebar3.php'); ?>
       	<?php get_sidebar(); ?>
       	<?php include (TEMPLATEPATH . '/sidebar2.php'); ?>
       </div>
       </div>
       <div class="clear"> </div>
   
       <?php get_footer(); ?>
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Pagination won’t work. Going to 2nd page causes a weird error.](https://wordpress.org/support/topic/pagination-wont-work-going-to-2nd-page-causes-a-weird-error/)
 *  Thread Starter [apsinkus](https://wordpress.org/support/users/apsinkus/)
 * (@apsinkus)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/pagination-wont-work-going-to-2nd-page-causes-a-weird-error/#post-1211025)
 * Anyone?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Pagination won’t work. Going to 2nd page causes a weird error.](https://wordpress.org/support/topic/pagination-wont-work-going-to-2nd-page-causes-a-weird-error/)
 *  Thread Starter [apsinkus](https://wordpress.org/support/users/apsinkus/)
 * (@apsinkus)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/pagination-wont-work-going-to-2nd-page-causes-a-weird-error/#post-1210929)
 * No luck.
 * I still get error:
    Fatal error: Call to undefined function get_header() in /
   home/content/a/p/s/apsinkus/html/page.php on line 1
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Single post pages show excerpts of 3 recent posts. WTF? Do not recall seting it](https://wordpress.org/support/topic/single-post-pages-show-excerpts-of-3-recent-posts-wtf-do-not-recall-seting-it/)
 *  Thread Starter [apsinkus](https://wordpress.org/support/users/apsinkus/)
 * (@apsinkus)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/single-post-pages-show-excerpts-of-3-recent-posts-wtf-do-not-recall-seting-it/#post-1210823)
 * Thanks for the hint. It was my Excerpt Editor plug-in. For some reason Excerpt
   Editor started acting differently with the upgrade. Did deeper digging and found
   it defaulted some setting that were not there before (basically it turned on 
   appending of 3 excerpts to single page posts)
    Problem fixed. Onto next issue.
   Thanks for the help.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Reader can’t comment anymore!](https://wordpress.org/support/topic/reader-cant-comment-anymore/)
 *  Thread Starter [apsinkus](https://wordpress.org/support/users/apsinkus/)
 * (@apsinkus)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/reader-cant-comment-anymore/#post-1075730)
 * She made it sound like she couldn’t comment on any of the posts. The discussion
   settings look fine and I haven’t made any changes (she could post before…).
 * Thanks!

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