2012-01-03, 21:27:29
I've pasted in what you've said but still no joy, which file does it reference to create the links, I see that you use
$events_base_url .= "?id=events&";
could I not just edit the events.php to include the php file it uses..?
$events_base_url .= "?id=events&";
could I not just edit the events.php to include the php file it uses..?
dougrdotnet Wrote:riche Wrote:The reason I don't use Use Fancy URL's is my web host (fasthosts) won't enable it , but they have other features and services and a reasonable cost so the advantages outway the disadvantages
I tested on my server and events were working fine regardless of use of pretty url setting and with no page slug. I don't believe that is the problem.
Do you have the following in your Theme's default template?
Code:<?php if ( $_GET["id"] === "events" ) {
echo events_list();
}; ?>
SelloString Network - Holding the world together since 1972!