• Resolved larlar07

    (@larlar07)


    On my homepage, where all the post images are displayed, the posts that are in the “Image” format, have no words connected to them, when I move the mouse over them, it says “View.” I would like to change “View” so that it says the title of the post instead.

    EDIT: RESOLVED
    Hallelujah! I figured it out. I have already created a child theme, so I copied the content-image.php into my child theme folder. Then I changed line 13 as shown below:
    used to be: <p class=”view”><?php _e(‘View’,’fukasawa’); ?> →</p> now reads: <p class=”view”><?php the_title(); ?> →</p>
    This is wonderful. I hope I didn’t mess anything else up!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Mark

    (@seemarkgeek)

    This is a great tweak 🙂

    Two things. One, can I suggest you mark this topic as resolved and two, maybe you’ll consider sharing a link to your site so we can see the tweak in action? Both would be handy.

    Best wishes, Mark

    Thread Starter larlar07

    (@larlar07)

    Thanks Mark.
    Here’s the site: seraphimokeefe.com

    Mark

    (@seemarkgeek)

    Excellent x 2 🙂 The site looks great and I reckon this theme suits your content really nicely. Keep well, M.

    Hello:

    Anybody help me…
    I don’t have any idea how to fix the image posts to show title??
    Anybody kindly enough teach me the sequence, such as 1,2,3,…etc.

    ####
    Then I changed line 13 as shown below:
    used to be: <p class=”view”><?php _e(‘View’,’fukasawa’); ?> →</p> now reads: <p class=”view”><?php the_title(); ?> →</p>
    ####

    I love the theme, only thing stopping me.. is THE VIEW.
    thx

    Thx larlar07, fixed problem.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Change Image posts to show title’ is closed to new replies.