Mary Linville
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Show php codes with phps<IfModule mod_mime.c>
AddType application/x-httpd-php-source .phps
</IfModule >
Is all you’ll need. 🙂Forum: Fixing WordPress
In reply to: How to make the link categories visible in indexI guess it’s not?
Can anyone recommend a nice small link index script that will integrate with WP nicely? I mean, I can search HotScripts or Google myself. What I’m looking for is tried and tested solutions that someone else has been sucessful/happy with.
Thanks. 🙂Forum: Themes and Templates
In reply to: Static pages, plus blog – how best to achieve?Hey, that just gave me an idea. True static pages can’t be generated, but that doesn’t mean we couldn’t make it look like they were.
What IF we did something like this:
we create a category called “static pages” or whatever.
Create our pages, then use modrewrite like KAShirow mentioned for each page? Of course, that would require seeing what the actual url to each” static” page was, but I think that’s a nice solution for those of us with small sites, that don’t want a complicated CMS just so we don’t have to FTP all the time.
Think that’d work/be a good idea?Forum: Fixing WordPress
In reply to: How to make the link categories visible in indexSorry, that anonymous was me (I just registered). I think maybe I may not have been clear in my question.
I’d like to be able to use the links manager (if this is possible) as a kind of mini link index. So rather than displaying all links at once, just a list of the categories, then clicking on a category takes you to a list of all the links in that category.
So is this possible? or only with a hack/mod?