• Resolved zocimike

    (@zocimike)


    I can use [post_meta key=”custom”] code to display custom field, but it is just a text and not a link to the post page. Is it possible to make it link to the post page?
    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Shazzad Hossain Khan

    (@sajib1223)

    You could try this
    <a href="[post_permalink">[post_meta key="custom"]</a>

    Thread Starter zocimike

    (@zocimike)

    Yes, the ] was missing, then it works! Thanks!

    <a href="[post_permalink]">[post_meta key="custom"]</a>

    • This reply was modified 5 years ago by zocimike.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Custom Post Field with link to post page’ is closed to new replies.