Hello.
1. How can I move the Post Title and Date-Author-Category info to above the Image instead of below?
2. I’m using the Advanced Page Builder to develop my Post articles. I was able to add a Title and Image (easy slider) to my article, but can’t seem to find a way to add the Date-Author-Category info. Is there a way to insert this data into each article using a short-code or page builder?
Thanks.
Hi,
Edit loop-index.php then find this code, remove everything. Replace them with this code: http://pastebin.com/rWyyiBXb
Add this on your custom.css or Quick CSS
.page .modified-blog {
margin-left: 130px;
}
Regards,
Ismael
Hi Ismael. Thank you so much. Item #1 is working perfect. However, what is the css regarding the .page .modified-blog used for?
Also, any thoughts on Question #2? I need to be able to add the Date-Author-Category info to the actual blog article. Thanks!
Hi Ismael. You can disregard my previous post. The Date-Author-Category info appears to line up correctly, so the extra css may not be necessary. Also, I was able to get the Date-Author-Category info to display, but using the easy slider short-code instead of the Page Builder. When I try to use the Page Builder, I completely lose the Date-Author-Category info. I wonder if this is a potential bug? Thanks!
It depends on the layout. The grid layout does not support the Date-Author-Category info because there’s not enough space and it doesn’t display properly on small screens. The other layouts should display the meta info though.
Hi Ismael.
Can you please re-post the code for the loop-index.php.
I apparently over-wrote the changes when I upgraded. Looks like the pastebin link as expired.
Thanks!