Time, date, & catagory Specific Plugin
-
I have a code up on my navigation bar that basically says:
“
I beat my head against this computer screen on Friday, March 16th, 2007 and finally made this post at 6:10 am when I could have been knitting, and then I heaved open the Sleep and Scrapbooking categories, just to make you think I have some organizational skills.
If you want, you can keep track of what people have to say about my inane wramblings through the RSS 2.0 feed, but I wouldn’t bother, its only my Illusive Life after all.”
The bolded is the scripted parts…this is the actual code for that:
‘ <h3>The Recent Entry </h3>
I beat my head against this computer screen on <?php the_time(‘l, F jS, Y’) ?> and finally made this post at <?php the_time() ?> when I could have been knitting, and then I heaved open the <?php the_category(‘ and ‘) ?> categories, just to make you think I have some organizational skills. <p>
If you want, you can keep track of what people
have to say about my inane wramblings through the
<?php comments_rss_link(‘RSS 2.0’); ?> feed, but I
wouldn’t bother, its only my Illusive Life after all.’My problem is, it stopped working, and I don’t recall even touching the code other than to move it to a new template -but the thing is I can’t remember where I found this code so that I can even verify that it is all there correctly – I was hoping someone here may be able to tell me what the issue is.
Thanks in advance
- The topic ‘Time, date, & catagory Specific Plugin’ is closed to new replies.