Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter mokkie

    (@mokkie)

    Sorry for the flurry of posts . . . In the spirit of troubleshooting, I changed the permalink structure to something pretty, and updated my htaccess file accordingly (see below). Still no access to the calendar via URL/calendar path.

    HTACCESS CODE:
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^calendar/([^/.]+)/([^/.]+)/?$ wp-calendar.php?year=$1&month=$2 [QSA,L] RewriteRule ^calendar/?$ wp-calendar.php [QSA,L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    Thread Starter mokkie

    (@mokkie)

    Actually, ultimately, I want to simply embed the calendar into my blog (i.e. https://www.kieranoshea.com/calendar/2008/mar) instead of linking to it. Where would I find instructions for that? Thanks for any help.

    Hey, I just got the fatal error everyone (above) is mentioning. I downloaded the Calendar plugin today. The comments indicate that the problem had been resolved, but apparently, not? I’m using WP 2.3.1. (I have no idea what the K2 theme might be so I’d guess I’m not using it.) I’d love to use this plugin. What do I need to do to make it work?

    Forum: Fixing WordPress
    In reply to: URL re-direct?
    Thread Starter mokkie

    (@mokkie)

    (smile) Well, that’s what I’ve been trying to make work, but it ain’t working so I’ve been wondering if I have the right thing. I guess I’ll keep searching.

Viewing 4 replies - 1 through 4 (of 4 total)