Plugin Directory

Changeset 389995


Ignore:
Timestamp:
05/27/2011 07:57:37 PM (15 years ago)
Author:
aphex3k
Message:

1.1.1 If you choose to insert the links by yourself modify your theme and add the following code:

<?php if (function_exists('the_seo_friendly_links')) {

echo the_seo_friendly_links();

}?>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • seo-friendly-social-links/trunk/settings-template.php

    r389950 r389995  
    9393                            <option value="ending"<?=(get_option('positionSEOfriendlyLinks')=="ending")?" selected":"";?>>ending</option>
    9494                        </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>&lt;?php if (function_exists('the_seo_friendly_links')) {<br />
     97                        &nbsp;&nbsp;&nbsp;echo the_seo_friendly_links();<br /> }?&gt;</code></p>
    9598                </td>
    9699            </tr><tr>
Note: See TracChangeset for help on using the changeset viewer.