Add a date to Blogroll?
-
I am setting up a CMS site for the company I work for. They want a page that displays links to media coverage about us on other websites. I want the site to be editable by others.
I can display the links category I want in a page template using this code:
<?php wp_list_bookmarks('title_li=&categorize=0&category=6&before=('<li><?php the_time('m-d-y'); ?>')&after=</li>&orderby=url'); ?>
though I realize the time is going to be the date the link is posted, not the date on the newssite… but this at least is a start… however the code above gets an error.
Parse error: syntax error, unexpected '>'
I’m not that skilled in PHP and can’t see how to include the_time without generating this error.I have tried the plugin My Link Order, using the Widget it provides but it isn’t working… none of the options
Show Uncategorized Show Link Image Show Link Name Show Link Description Show Link Rating Show Update Date Show Invisible
remain checked when I try to save the widget. I searched but saw no other plugins that even came close.
Since bookmarks aren’t posts they aren’t in the loop, I realize I may be asking for something that won’t work.
- The topic ‘Add a date to Blogroll?’ is closed to new replies.