December 18, 201015 yr I am after returning only results for The posts archive page only. So not the entire post itself just the "teaser" of the post before you read it (archive page i think?), if you know what i mean? I dont want to return any info from pages. I did try the "the_excerpt" however this did not return the thumbnail image or correctly formatted, so my code at the moment looks like: - <!--<?php the_excerpt(); ?>--> <?php remove_filter('the_content', 'wpautop'); ?> <?php the_content(''); ?> At the moment it working ok, but it also returns all the content from the pages etc which i dont want Here is an example: - www.myweddingreviews.co.uk/?s=wedding+dress Notice how It has the following results returned:- - For the Bride (browse a category). - Directory These are from "Pages" it brings back the whole content from these pages which i dont want. What i want are the thumbnail archive posts like:- - Sexy Dress - My perfect day - Wedding Dresses - Perfect Bride - Bride Shop Can anyone help me out here, Thanks Paul
Create an account or sign in to comment