Hi, I searched for a solution for Shoutbox but didn't find one specific to it - but I want to move the post meta from the top of the blog post and move it down to the bottom. How do I do that? Also, I want to move my "Sharethis" buttons (from a plugin) to go underneath the blog post title (right now it's at the bottom of the post).
Change position for post meta
3 posts from 3 voices-
Posted 9 months ago #
-
I think you will have to move the div for the blog-meta and the one controlling the social buttons (I have no idea what its called because its controlled by the plugin) in the various .php files where they appear. Right now they are set to display in a certain order. You will need to change that around to achieve what you want. I don't know if its possible just with css modifications.
Posted 9 months ago # -
Hi!
In includes/loop-index.php search for following line and delete it:
the_content();Then replace:
<!--meta info-->with:
<?php the_content(); ?> <!--meta info-->Best regards,
PeterPosted 9 months ago #
Reply
You must log in to post.














