![]() |
![]() |
![]() |
||||
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() ![]() |
|
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
Thread Tools |
![]() |
#1 |
Confirmed User
Join Date: Feb 2003
Location: Dreamland
Posts: 1,685
|
Wordpress Help with Searching
I'm trying to find out why my posts don't show the links or images when I do a search... it only shows some of the text from that post, is there something in the code that I need to remve, change that will fix it?
I went to the original designer for the theme but it's been sold and they have nothing on this theme anymore so any help would be greatly appreciated ![]() Code:
<?php get_header(); ?> <div id="page"> <div class="pagecap"><?php _e('Search Results'); ?></div> <?php get_sidebar(); ?> <div class="narrowcolumn"> <div class="maincol"><div class="maincol-padding"> <?php include(TEMPLATEPATH . '/rsssubscribe.php'); ?> <?php if (have_posts()) : ?><?php while (have_posts()) : the_post(); ?> <div class="post" id="post-<?php the_ID(); ?>"> <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a></h2> <div class="entry"> <?php the_excerpt(); ?> <!-- <?php trackback_rdf(); ?> --> </div> <div class="postmetadata"> <?php _e('Filed under:'); ?> <?php the_category(', ') ?> | <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?> <?php edit_post_link('Edit', ' | ', ''); ?> </div> </div> <?php endwhile; ?> <?php include (TEMPLATEPATH . '/browse.php'); ?> <?php else : ?> <div class="post"> <h2><?php _e('Not Found'); ?></h2> <?php _e('Sorry, but you are looking for something that isn't here.'); ?> </div> <?php endif; ?> </div></div> <?php include(TEMPLATEPATH . '/obar.php'); ?> <?php get_footer(); ?>
__________________
HaHaHa |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#2 |
best designer on GFY
Join Date: Mar 2003
Location: IALIEN.COM - High Definition Video and Photographic Productions -ICQ 78943384
Posts: 30,307
|
CSS may be conflicting with showing entire results?
I've come accross some THemes that just wont display the same all the time, things cut off or do not show. Maybe thats yer problem? Just throwing that out there.
__________________
![]() ![]() NAKED HOSTING FTW!11 I'm On The INSANE PLAN $9.95/mo! | The Alien Blog Adult News Worth Reading Updated Daily | Content For Sale! 641 PICS 216 MINUTES OF VIDEO $350.00 |ICQ: 78943384 | |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#3 |
Confirmed User
Join Date: Feb 2003
Location: Dreamland
Posts: 1,685
|
Yeah I remember when I first got the theme that I went on there board and asked the designer how to fix it and he told me what to change to makes images and links show... that was over a year ago and my memory ain't that good LOL
__________________
HaHaHa |
![]() |
![]() ![]() ![]() ![]() ![]() |