Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End img alt text?

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #36271
    fectio1
    Member

    Is the img alt text possible with this current code?

    ID, "image", true))) { ?>

    #95234
    jamygolden
    Member

    What about something like this?

    ID, "image", true))) { ?>
    <?php the_title(); ?/>
    #95235
    fectio1
    Member

    That might be my only option. I wanted to match the alt text in the backend, but so far no luck. I tried this.

    <?php get_post_meta($post-/>ID, 
    #95238
    jamygolden
    Member

    Oh, check out the_post_thumbnail() and the arguments you can pass. It has the answer there.

    #95239
    fectio1
    Member

    Thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘Back End’ is closed to new topics and replies.