![]() |
|
||||||
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
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 | |
|
|
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 |
© Copyright 2012 Copyblogger Media LLC · StudioPress™ is a trademark of Copyblogger Media LLC
Privacy Policy | Refund Policy | Terms of Service | Affiliate Program | Contact Us