I’ve tried using %month% and date('M') to no avail…
Hi. Does this apply to wordpress 1.5 too? My index.php file only contains the following code:
<?php
/* Don’t remove this line. */
require(‘./wp-blog-header.php’);
?>
Do I need to use page.php instead?
Hi. I’m a newbie so sorry for what may be a silly question… Do I need to change the line of code that symantix mentioned to have exhibit run in wp1.5? In which case, if my exhibit_db_table name is ‘exhibit’, will the table prefix appended by wordpress be “wp_” ? Or does it vary from user to user?