Hi there!
I have a small question regarding the Singe Post Portfolio Entries..
It it possible, if I wish, to have the Single Post Portfolio Pages' 'description text' appear above the preview image instead of below it?
Many Thanks,
Ben
Hi there!
I have a small question regarding the Singe Post Portfolio Entries..
It it possible, if I wish, to have the Single Post Portfolio Pages' 'description text' appear above the preview image instead of below it?
Many Thanks,
Ben
In single.php you'll find following code:
echo $preview; // echo the preview image
the_content('Read more');
-- just change it to:
the_content('Read more');
echo $preview; // echo the preview image
The Dude
You must log in to post.