Invert Title Position

Viewing 4 posts - 1 through 4 (of 4 total)
  • #7195
    thecows
    Participant

    First of anithing, i just wanna say sorry about the bad english.

    I need to invert the position of the title with the post thumbnail in the main page.

    The title of the post need to show first of post thumbnail.

    I hope someone can help here, thanks for all.

    #7226
    Alexander
    Participant

    The adjustment needs to be done in “content.php” and need basic php knowledge. Unfortunatly the editor is to capable to post the source code. Basically you need to move the line for the title up, right after the line: (div class=”entry”).

    Title line:
    ((?php pinboard_title_tag( ‘post’ ); ?) class=”entry-title”)…

    Cheers,
    Alexander @ http://www.mouseclick.com

    • This reply was modified 11 years, 7 months ago by Alexander.
    #7282
    thecows
    Participant

    Thanks Alexander, it works!

    #7304
    Alexander
    Participant

    Glad you’re sorted πŸ™‚

    Cheers,
    Alexander @ http://www.mouseclick.com

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

You must be logged in to reply to this topic.