• Resolved christal985

    (@christal985)


    So I would like to add a link in my entry meta (where it says the date when you publish a post.) Thanks in advance!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter christal985

    (@christal985)

    Never mind I figured it out! For anyone else who wants to do the same: I went to the loop.php and loop-single.php files, went to the closing div and entry meta tag
    </div><!-- .entry-meta -->
    and posted my link right above that like this
    | <a href="[link]">Name of Link</a>
    Add a space and separator, otherwise it will run together with the date ??

    Moderator Kathryn Presner

    (@zoonini)

    Glad you found a solution, thanks for sharing it!

    Keep in mind that the best way to make these changes is in a child theme, otherwise your changes will be overwritten the next time you update the theme.

    Here are some guides in case you haven’t made one before:

    https://codex.www.ads-software.com/Child_Themes
    https://op111.net/53/

    Thread Starter christal985

    (@christal985)

    Thank you Kathryn, I forgot to mention that above but I did make the changes in a child theme…I learned it’s better to create child themes the hard way a while back lol

    Moderator Kathryn Presner

    (@zoonini)

    Ha – I can imagine! Great to hear you’re all set.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to Add Link To Entry Meta in Pilcrow’ is closed to new replies.