Redirect

Php function 301 redirect

Php function 301 redirect

301 Redirects via PHP Either you redirect by changing the file Header in the code, or you use the redirect function built into the WP console. header("HTTP/1.1 301 Moved Permanently"); header("Location: http://www.my-blog.com/a-new-destination"); exit();

Wordpress Permalink Issue for media permalink leading to 404 page when set as postname
How do I fix a permalink issue in WordPress? How do I change the media Permalink in WordPress? How do I change permalinks in WordPress without breakin...
Manage roles and capabilities without loads of code
How do I manage roles in WordPress? How do you add capability in user role editor? What do the different WordPress roles mean? How do I add user roles...
I want to display category post on WordPress single page
Now, if you want to display all your posts from a specific category on a separate page, WordPress already takes care of this for you. To find the cate...