Home › Forums › Other › WP managing static external links › Re: WP managing static external links
October 19, 2011 at 3:11 pm
#89135
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.