>
Download This Plugin | |
Download Elegant Themes | |
Name | Related Links Customized By Page |
Version | 1.1 |
Author | Steven Ray |
Rating | 0 |
Last updated | 2012-02-03 11:42:00 |
Downloads |
818
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Related Links Customized By Page plugin added 27 bytes of resources to the Home page and 53 bytes of resources to the sample Post page.
Related Links Customized By Page plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Related Links Customized By Page plugin ads no tables to your Wordpress blog database.This plug-in lets you use a single line of code to display related links customized to each page on your site.
It does two things: maintains a group of link category names that match your page names, and provides a code snippet to display any links with categories that match the current page.
To have a link show up on a given page:
<?php srd_make_custom_link(); ?>
anywhere you want a link list to appear.That will display a list of links with the class "related-link", and an <h3>
with the class "related-links-title". You can then style them with CSS. If you want them to stack vertically, give the links the CSS property "display:block;".