apsinkus
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Picture not showing up on my site!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
In reply to: Picture not showing up on my site!Ugh, so upon further inspection, some photos are up and others aren’t in older posts!
Forum: Fixing WordPress
In reply to: Pagination won’t work. Going to 2nd page causes a weird error.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
In reply to: Pagination won’t work. Going to 2nd page causes a weird error.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
In reply to: Pagination won’t work. Going to 2nd page causes a weird error.Anyone?
Forum: Fixing WordPress
In reply to: Pagination won’t work. Going to 2nd page causes a weird error.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 1Thanks 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
In reply to: Reader can’t comment anymore!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!