Quote:
Originally Posted by bigmath
Take a look at latexpirate (dot) com and you can see the problem I have. Thanks!
|
okie so u want to show the image from the post ?
if thats what u want then use plgin called
gettheimage or getimage somethilng like that.,
then u can use something like this in your index.php
<?php get_the_image( array( 'image_scan' => 'true','default_size' => 'thumbnail') ); ?>
info :the script looks for the first image attached to your post. If there is one, then it grabs that image and uses it.