So after modifying my index.php in my template to display my entries how I wanted, I ran into this small problem. WordPress defualt formats all enteries as:
XXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXX
which unfortunately messes with my layout, as it puts a break between the title of my entry and the content of my entry. Is there any way I can get around the first set of tags or change how WordPress defualt formats its enteries, so I could achieve something like this:
XXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXX
or something similar?
Thanks a bunch.