• hey there, again.

    quick question – i am trying to get my post title to go BELOW the content. im testing locally so no url to give. but all my posts will have images displayed first then any text/type last. what im looking to do is display the TITLE after the images but before the type.

    any have a way to do this?

    thank you for your help.

    -ndamaren

Viewing 4 replies - 1 through 4 (of 4 total)
  • You should be able to modify the template used for the posts by moving the line(s) containing ‘the_title()’ to after the part containing ‘the_content()’.

    If you are using a free theme, post a link to its download site and someone may be able to give more specific advice.

    Thread Starter ndamaren

    (@ndamaren)

    i can do that, but it moves the title below ALL the content. i want it between the images and the text. im just trying to get the code to do this. theme is found here…

    https://wpshower.com/themes/blogum/

    thank you for your help!

    From what I can tell by a quick look at the theme, what you are trying to do is put the title inside the content.

    The only way I know to do that would be to edit every post.

    The image might be called using the_post_thumbnail(). If you move the_title() below that it might work.

    If the image is just part of the body of the post then it’s more tricky. One way, if the images are always the same height would be to use css to fore the title down. Not the best method though.

    A better way would be to add post image support to the theme and call post images as mentioned above: https://codex.www.ads-software.com/Post_Thumbnails

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Post Title Below Content…’ is closed to new replies.