Guest User

Untitled

a guest
Dec 14th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <?php
  2. add_action( 'init', function() {
  3. global $wp_rewrite;
  4. $wp_rewrite->set_permalink_structure(
  5. // you have to know the permalink rules on WordPress
  6. '/%year%/%monthnum%/%postname%/'
  7. );
  8. } );
Add Comment
Please, Sign In to add comment