StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 12-15-2008, 07:45 PM
Redmanthatcould Redmanthatcould is offline
Registered User
Pro Plus Member
 
Join Date: Nov 2008
Posts: 11
Default Sidebar & Archives Not Updating

I was clicking around my site, and noticed that my archive page is not updating (looks like around November 15th they stopped), and some of my pages are not updating either.

For instance - http://www.behindthehype.com/about-the-hype/ - this is showing an older version of the sidebar elements than what exists on the homepage...and when I'm on that page, it is also showing more entries under the "contributors" drop-down menu than actually exist now.

Then when I go to one of the category archive pages, the sidebar is also old, and it is not showing newer posts in that category, like here http://www.behindthehype.com/category/music-reviews/

The only thing I can think of is that maybe around that time was when I removed the time/date in the top left corner of the template, and certain pages make a call to that to update...? I'm really not sure, especially since the "recent posts" sidebar widget is updating properly on the homepage.

As reference, here is my archive.php page:

Code:
<?php get_header(); ?>

<div id="content">

	<div id="contentleft">
	
		<div class="postarea">
	
		<?php include(TEMPLATEPATH."/breadcrumb.php");?>
			
			<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
			<h1 ><span style="font-weight: bold;"><?php the_title(); ?></span></h1>
			
			<div class="date">
			
				<div class="dateleft">
					

<span class="time"><?php the_time('F j, Y'); ?></span> by <?php the_author_posts_link(); ?> <?php edit_post_link('(Edit)', '', ''); ?> 
 Filed under <?php the_category(', ') ?></p> 
				</div>
				
				<div class="dateright">
					

<span class="comment"><?php comments_popup_link('Leave a Comment', '1 Comment', '% Comments'); ?></span></p> 
				</div>
				
			</div>
		
			<?php the_content_limit(600, "[Read more of this review]"); ?><div style="clear:both;"></div>
			
			<div class="postmeta2">
				

<span class="tags">Tags: <?php the_tags('') ?></span></p>
			</div>
			
			<?php endwhile; else: ?>
			
			

<?php _e('Sorry, no posts matched your criteria.'); ?></p><?php endif; ?>
			

<?php posts_nav_link(' — ', __('&laquo; Previous Page'), __('Next Page &raquo;')); ?></p>
			
		</div>
				
	</div>
	
<?php include(TEMPLATEPATH."/sidebar.php");?>
		
</div>



<?php get_footer(); ?>
Please help :)
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Remove Archives,Categories Sidebar baron General Discussion 5 02-15-2010 09:05 AM
categories and archives sidebar manoffitness General Discussion 3 12-26-2009 06:56 AM
updating post button not updating 90% of time restmin General Discussion 3 05-08-2009 03:25 PM
archives & spacing issues in sidebar seventyone General Discussion 10 12-11-2008 02:55 PM


All times are GMT -5. The time now is 03:34 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.