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 01-20-2010, 05:23 PM
reader51 reader51 is offline
Registered User
Pro Plus Member
 
Join Date: Jul 2009
Location: Portland, OR
Posts: 61
Default Thumbnails on Agent page My Listings not showing

I just upgraded from Agent 2.0 to 3.0. Changed some of the code on the agent page php so that only current listings show. Now, none of the thumbnails are showing on My Listings- they do show on the home page and on the category pages. I checked the permissions for cache (755) and timthumb (644). Wondering if the code I added to the agent page might be causing problems.

On page.agent.php, I changed this:

<?php $page = (get_query_var('paged')) ? get_query_var('paged') : 1; query_posts("author=$agent&showposts=5&paged=$page "); while ( have_posts() ) : the_post() ?>

to this:

<?php $page = (get_query_var('paged')) ? get_query_var('paged') : 1; query_posts("author=$agent&showposts=5&paged=$page &cat=-28,-33" . get_theme_mod('blog_cat=')); while ( have_posts() ) : the_post() ?>

website url is: http://66.147.242.185/~michelw6/michelle-maida-2/

any ideas?

thanks.
 

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
Thumbnails not showing listings bsage General Discussion 2 06-04-2010 04:32 PM
Brian's Photo showing up on Agent Page EMcE General Discussion 1 11-12-2009 03:36 PM
Listings showing up multiple times on the main page blackmagictraffic General Discussion 25 03-03-2009 08:36 PM


All times are GMT -5. The time now is 01:52 AM.

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