NetizenRon
Member
Posted 5 years ago #
I'm wanting to write a plugin that will use multiple path levels, but I'm unsure how to get it to read beyond the first path level.
The idea is to create the_content filter on a page and from there build subsequent pages based on the path. Now I can get it work with _GET arguments, but I'd like to see it work in the fancy path scheme.
/comic/the_art_of_war/issue_2/page_4/
Thanks.
Working with mod_rewrite functionality in WordPress can be complicated, but the Codex doc on the topic should provide a helpful primer:
http://codex.wordpress.org/Function_Reference/WP_Rewrite
NetizenRon
Member
Posted 5 years ago #
I've gone over the manual and still I can't figure out how to make calls to add_rewrite_tag and other similar built in functions.
There should be options to follow path.