How to move post title below featured image in the presentation page

Forums ยป WordPress ยป Tempera ยป How To

  • Author
    Posts
  • #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 Text

    I 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 ๐Ÿ˜€

    #24834
    Aaron

    Nevermind, fixed it, had to edit content.php, pretty easy actually.

    #24836
    Silfer

    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!

    #24838
    Aaron

    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.

    #24839
    Aaron

    I meant post titles should show below the featured images. ๐Ÿ˜€

    #24843
    Silfer

    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!

    #24844
    Silfer

    What I did was update the file on the WordPress Admin, under Appearance -> Editor.

    #24852
    Aaron

    I don’t know man, I prefer to use the FTP, that way i know exactly what I am tweaking.

    #25070
    Silfer

    Hey Aaron,

    Thanks for all your help; my friend has solved the problem! ๐Ÿ™‚

Viewing 9 posts - 1 through 9 (of 9 total)

The topic ‘How to move post title below featured image in the presentation page’ is closed to new replies.