Forums

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

Home Forums Other WP managing static external links

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #34824
    sheepysheep60
    Participant

    Hi!

    I have a wordpress site which has links for picasa, linkedin, twitter etc cropping up all over the place. Is there a way (or a plugin) I can use to specify something like

    Name:
    LinkedIn
    URL:
    http://linkedin.com/9483902

    For multiple links, then in my page layouts just use something like

    So if I change one it changes them all? Thanks

    #89135
    sheepysheep60
    Participant

    In the end I used a plugin called snippets, entered the urls next to each website name, and now in my templates I can just use:
    <a href="<?php snippets_value( ‘facebook’ ); ?>">facebook </a>

    AWESOME. YAY.

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