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 Re: WP managing static external links

#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.