• Resolved dfranck90

    (@dfranck90)


    I’m working on a site for a client who wishes to have a link for every post she makes. This link will say “Visit Designer Website” on each post, and should appear in the entry-meta area of the post.

    I’m looking for a user friendly way for her to insert the URL when she adds the post. Is this something that I could do with Custom Fields? I’ve never used Custom Fields before, so I’m not sure the best way to do with this.

    If it matters, I’m working with a twenty twelve child theme.

    Thanks,
    Daniel

Viewing 1 replies (of 1 total)
  • Thread Starter dfranck90

    (@dfranck90)

    I figured out an easy way to do this if anyone is interested.

    Use this plugin.
    I tried using the default wordpress custom fields, but I found that to be easier. I’m sure its not hard, but I couldn’t figure it out from reading the codex.

    In your code put this where you need it:

    <a href="<?php the_field('field_name'); ?>">Link Text</a>

Viewing 1 replies (of 1 total)
  • The topic ‘Custom Link per Post’ is closed to new replies.