weDevsOfficial / wedocs-plugin

A documentation plugin for WordPress
https://wordpress.org/plugins/wedocs/
GNU General Public License v2.0
195 stars 93 forks source link

SEO friendly permalinks #29

Closed Sher-Chowdhury closed 7 years ago

Sher-Chowdhury commented 7 years ago

Hi tareq1988,

Many thanks for creating this plugin. I'm currently testing it out for my website. I tried changing it via permalinks, but it broke me dev website (codingbee.com). When I viewed the posts, I kept getting 404 error messages.

I also tried using:

https://en-gb.wordpress.org/plugins/custom-post-type-permalinks/

But still same problems.

Also is it possible to replace 'docs' with 'tutorials' in the urls?

By the way, if interested, I would be interested in supporting you via bountysource.com

Thanks again. Sher

ufukayyildiz commented 7 years ago

hi, use this https://wordpress.org/plugins/permalink-manager/

tareq1988 commented 7 years ago

I know it's way too long to reply. But now there is a filter (wedocs_post_type) available to change the post type args, so you could change the rewrite rules.

See Here.