-
AuthorPosts
-
April 15th, 2014 at 05:39 #24829
Aaron
I need to find a way to move the post titles below the featured images on the presentation page.
I need to have two columns like this:
Featured Image
Post Title
Post TextI also need to find a way to remove the space between the columns. Probably gonna have to spend some time with firebug and tweaking the css 😀
April 15th, 2014 at 20:11 #24834Aaron
Nevermind, fixed it, had to edit content.php, pretty easy actually.
April 15th, 2014 at 21:20 #24836Silfer
Hi Aaron, I have a similar problem.
I have set my presentation page columns to be showing the latest posts, and I will like the title of these posts to be below the image.
I have tried reading the PHP code but am kind of lost.
How do I go about it? Thanks!
April 16th, 2014 at 00:16 #24838Aaron
I edited the content.php file that is located in /tempera/content/ folder, i grabbed the code that starts with <header> and ends with </header> cut it and pasted after
<?php tempera_set_featured_thumb(); ?>
If you do that correctly then the post titles should show on top of the images. Which is very nice because otherwise all the images are unaligned.
April 16th, 2014 at 00:17 #24839Aaron
I meant post titles should show below the featured images. 😀
April 16th, 2014 at 10:13 #24843Silfer
Hi Aaron,
Thanks for the help rendered; I have followed your instructions but the post titles are still above the images.
What I did was:
1. Did as per your instructions. Refreshed, and it did not work.
2. Found a second <?php tempera_set_featured_thumb(); ?> and did the same thing. It did not work as well.What should I do? Please advise; thanks a lot!
April 16th, 2014 at 10:38 #24844Silfer
What I did was update the file on the WordPress Admin, under Appearance -> Editor.
April 16th, 2014 at 20:22 #24852Aaron
I don’t know man, I prefer to use the FTP, that way i know exactly what I am tweaking.
May 2nd, 2014 at 06:44 #25070Silfer
Hey Aaron,
Thanks for all your help; my friend has solved the problem! 🙂
-
AuthorPosts
The topic ‘How to move post title below featured image in the presentation page’ is closed to new replies.