Radio Log
Made changes in #navigatorLinks file today to add two labels. "My Pages:" above navigation links to home page and category pages. "Links:" above links section. Code is simple: <item name="title" pagename=""/>. Substitute label for "title" and note empty pagename parameter "". Full #navigatorLink code below:
<navigator> <item name="My Pages:" pagename=""/> <item name="Home" pagename="/"/> <item name="economy" pagename="http://radio.weblogs.com/0100537/categories/economy/"/> <item name="world affairs" pagename="http://radio.weblogs.com/0100537/categories/worldAffairs/"/> <item name="postmodern" pagename="http://radio.weblogs.com/0100537/categories/postmodern/"/> <item name="commonplace book" pagename="http://radio.weblogs.com/0100537/categories/commonplaceBook/"/> <item name="don't forget" pagename="http://radio.weblogs.com/0100537/categories/don'tForget/"/> <item name="Radio log" pagename="http://radio.weblogs.com/0100537/categories/radioLog/"/> <item name="<hr>" pagename=""/> <item name="Links:" pagename=""/> <item name="market" pagename="http://www.bigcharts.com/"/> </navigator>
I plan to add a lot more "Links:," but want to explore the drawLaftLinks macro first. If I am going to have a lot of "Links," and also add a "Blogrolling" section, then I think they would look better on the left side of the Home Page (a lot like Dave's Scripting News site).
2:18:39 PM
|