Customizing the_title(): below an image, before post content
-
Hi,
I’m trying to customize a homepage (localhost) by re-arranging the post title, to be after an attached image.
eg.
—————————-
IMAGE
—————————-
TITLE
—————————-
POST (text)
—————————-So far, i’ve tried to use some inbuilt wordpress methods to re-arrange the content (excuse me, if i’m a complete hack) –
the_content ( the_time('M j, Y') . the_category('Posted in', '', ' | ') . edit_post_link('Edit', '', ' | ') . comments_popup_link('No Comments ?', '1 Comment ?', '% Comments ?') . the_title('<h2>" title="<?php the_title(); ?>">', '</h2>', true) )
if i could display the post text just below title that’d be great… but so far not working… any ideas? I’ve explored the /includes post-template.php and found the_attachment_link() method. might that be the right one to use?
my attempts with using custom fields have failed so far.thank you
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Customizing the_title(): below an image, before post content’ is closed to new replies.