Quantcast
Channel: WordPress › Support » Forum: Hacks - Recent Topics
Viewing all articles
Browse latest Browse all 8245

zearth on "can I used slug instead of ID in add_rewrite_rule?"

$
0
0

question can I just used slug name instead of id for this kind of add_rewrite_rule

add_rewrite_rule('news/([^/]+)/?$','index.php?page_id=$matches[1]','top');

I'm not sure if what parameters for the slug in query, what I see on several samples are page_id only and I cannot find any information for slug.

thanks


Viewing all articles
Browse latest Browse all 8245

Trending Articles