My b2evolution Version: Not Entered
1) I recently upgraded to 2.2 and I can't figure out how to change the format of the blog post. I want the title of the post to be on top and above of the date and time and poster instead of how it is now.
Ex:
BLOG TITLE!!!
10:30 am - rfreezy
not
10:30 am- rfreezy
BLOG TITLE!!
I played around in the main php file for awhile and couldn't get anything without causing an error.
2) Also, when you create a page via the backoffice post function.. how do you disable the user and date/time function of the post JUST for the page?
hi rfreezy,
In the index.main.php (evopress: post.main.php) search for:
and place that somewhere up like just above:
Do not use it iside a php block. A php block starts with <?php and ends wit ?>.
Good luck