Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. add_action( 'init', 'custom_page_rules' );
  2.  
  3. function custom_page_rules() {
  4. $cats = get_the_category();
  5. global $wp_rewrite;
  6. $wp_rewrite->page_structure = $wp_rewrite->root . '/%pagename%';
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement