GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Wordpress Plugin Help Please.... (https://gfy.com/showthread.php?t=947905)

Dennis69 01-11-2010 09:31 PM

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

fris 01-12-2010 12:06 AM

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);

fris 01-12-2010 12:10 AM

Code:

<?
// sidebar-monday.php
// sidebar-tuesday.php
// etc etc

$sidebar = strtolower(date('l'));
get_sidebar($sidebar);
?>

something like this

fris 01-12-2010 12:12 AM

or 1 liner in your template

Code:

<?php get_sidebar(strtolower(date('l'))); ?>

fris 01-12-2010 06:18 AM

let me know if this is what you were aiming for

Dennis69 01-12-2010 06:53 AM

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

wild johnny 01-13-2010 08:50 AM

How about a photo of the day script?

http://www.wojfun.com/adult/pic_of_the_day_script/


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