-
AuthorPosts
-
April 15th, 2014 at 05:39 #24829Aaron
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 #24834AaronNevermind, fixed it, had to edit content.php, pretty easy actually.
April 15th, 2014 at 21:20 #24836SilferHi 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 #24838AaronI 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 #24839AaronI meant post titles should show below the featured images. ๐
April 16th, 2014 at 10:13 #24843SilferHi 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 #24844SilferWhat I did was update the file on the WordPress Admin, under Appearance -> Editor.
April 16th, 2014 at 20:22 #24852AaronI 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 #25070SilferHey 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.