Google Web story category page
-
Hi team,
I have created custome page for web story category using add_rewrite_rule, after that my web story is not working, i flused permalink settings in wordpress but its not working.
Page Url:- https://localhost:8888/learn/web-stories/insurance/
Stories of insurance is coming on this page but on click of story its showing 404 page.
Also if i comment add_rewrite_rule, it started working.
Here is my rule:-
add_rewrite_rule(‘web-stories/([^/])/page/([0-9]+)?$’, ‘index.php?web_story_category=$matches[1]&pagenum=$matches[2]’, ‘top’); add_rewrite_rule(‘web-stories/([^/])’, ‘index.php?web_story_category=$matches[1]’, ‘top’);
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Google Web story category page’ is closed to new replies.