1. Add this code to file
functions.php
PHP:
add_action('init','random_add_rewrite');
function random_add_rewrite() {
global $wp;
$wp->add_query_var('random');
add_rewrite_rule('random/?$', 'index.php?random=1', 'top')...
You do not have permission to view the full content of this resource.
Log in or register now.