Refers to the process whereby an URL is manipulated to create what in WordPress is called a "pretty permalink"
0
votes
1answer
542 views
Separate page for comments using permalinks and add_rewrite_rule
I have been at this for days now, going through plenty of answers here, guides on using .htaccess, guides on using add_rewrite_rule() within Wordpress and examples throughout the web. I am not sure if ...
0
votes
2answers
652 views
Why is my mod_rewrite not working?
Ok I have a WP site using the permalink structure of /%category%/%postname%/
I have built it in the way of page templates, using category queries inside, i.e.
page-help.php
<?php $my_query = new ...
0
votes
1answer
543 views
Pros and cons of using [taxonomy name] in place of [category name]?
We are currently in development on a new site. Categories (& tags) are pretty much meaningless for us because we've implemented custom posts & taxonomies.
By default, because I have enabled ...
0
votes
1answer
1k views
Regex problem in an add_rewrite_rule
I'm working on a category page for a custom post type called articles in WP 3.1, and I'm having some trouble with extracting the page number.
The url: /articles/category/background/
Currently, what ...