hi t31os, im sorry i didnt make myself clear. what i really wanna do is put the_title() (content of the_title()) inside the_content()(consisting of images and captions). I want the_title() inline with the caption and if possible its permalink. e.g
*************** Post#1
* * Some Description here
* image here * also here
* * also here
***************
i cant achieve that using just <DIV>ing the the_title() and the_content() right? doing so will just put result to this
Post#1
***************
* * Some description here
* * also here
* * also here
***************
u said also that the_title() and the_content() are two different things, i agree, thats why im having trouble positioning them they cant be mixed up. what am i gonna do? I hope you could help me with this thanks.