Tagged Questions
1
vote
1answer
97 views
Convert hyphen to underscore in permalinks
I would like to use underscore in my permalinks instead of hyphen.
Current permalink:
www.example.com/2013/01/hello-this-is-a-test-post/
Desired permalink
...
0
votes
2answers
420 views
Editing wp-config.php
I need to add the line define('WP_POST_REVISIONS', false);
to my config.php , so that post revisions are disabled.
I don't have access to wp-config.php, I have permission to edit my theme and ...