Changeset 389995
- Timestamp:
- 05/27/2011 07:57:37 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
seo-friendly-social-links/trunk/settings-template.php
r389950 r389995 93 93 <option value="ending"<?=(get_option('positionSEOfriendlyLinks')=="ending")?" selected":"";?>>ending</option> 94 94 </select> of each post.</p> 95 <p>If you choose to insert the links by yourself modify your theme and add the following code:</p> 96 <p><code><?php if (function_exists('the_seo_friendly_links')) {<br /> 97 echo the_seo_friendly_links();<br /> }?></code></p> 95 98 </td> 96 99 </tr><tr>
Note: See TracChangeset
for help on using the changeset viewer.