![]() |
Wordpress Plugin Help Please....
Is there a plugin that will display a certain sidebar by the days of the week... I need a different sidebar with certain content for Monday etc but I want to automate it rather then having to update the sidebar for that category each day myself!
Thanks in advance :thumbsup |
could have sidebar-monday.php in your theme dir sidebar-tuesday.php etc
and get the current day, if whatever day it is do get_sidebar($day); |
Code:
<? |
or 1 liner in your template
Code:
<?php get_sidebar(strtolower(date('l'))); ?> |
let me know if this is what you were aiming for
|
Thanks once again Fris... thats what I was looking for... I'll give it a try later and let you know how it works out for me :thumbsup
|
|
All times are GMT -7. The time now is 03:59 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc