Comments on: How to Create a Redirect Page Template in WordPress http://www.dynamicwp.net/articles-and-tutorials/how-to-create-a-redirect-page-template-in-wordpress/ Designing Beautiful Wordpress ThemeSat, 12 Jul 2014 09:42:49 +0000hourly1http://wordpress.org/?v=3.9.2By: zhongxiaoge http://www.dynamicwp.net/articles-and-tutorials/how-to-create-a-redirect-page-template-in-wordpress/comment-page-1/#comment-501625 Fri, 15 Feb 2013 08:53:39 +0000http://www.dynamicwp.net/?p=2105#comment-501625This is my WordPress Redirect page code as blew:
<pre ><?php /**  * Template Name: Redirect Page  */  $url=$_GET["url"]; ?> <?php if ($url) : ?> <?php if (!preg_match(‘/^http:///’, $url)) $url = ‘http://’ . $url; ?> <?php wp_redirect($url); ?> <?php else : ?> <?php header(“HTTP/1.1 301 Moved Permanently”); header(“Location: “.get_bloginfo(‘url’).”#301-redirect-from-redirect-without-url-page”); ?> <?php endif; ?></pre> ]]>
By: 10+ WordPress page templates for all needs Techbin http://www.dynamicwp.net/articles-and-tutorials/how-to-create-a-redirect-page-template-in-wordpress/comment-page-1/#comment-501115 Thu, 04 Oct 2012 05:17:53 +0000http://www.dynamicwp.net/?p=2105#comment-501115[...] If you need to be able to redirect visitors to another page, including an external site, this page template is for you. Simple an efficient! Link: http://www.dynamicwp.net/articles-and-tutorials/how-to-create&#8230; [...] ]]>By: Fontanalorenz http://www.dynamicwp.net/articles-and-tutorials/how-to-create-a-redirect-page-template-in-wordpress/comment-page-1/#comment-500795 Tue, 26 Jun 2012 21:36:47 +0000http://www.dynamicwp.net/?p=2105#comment-500795Hi! Here there’s a list of 9 WordPress template pages including this
http://fontanalorenzo.it/wordpress/code/9-useful-wordpress-template-pages.html ]]>
By: 10 trang Templates cần thiết cho trang web Wordpress của bạn - Tổng hợp kiến thức vBulletin, Wordpress,lập trình PHP và SEO - LeNangHai.Net | Tổng hợp kiến thức vBulletin, Wordpress,lập trình PHP và SEO - LeNangHai.Net http://www.dynamicwp.net/articles-and-tutorials/how-to-create-a-redirect-page-template-in-wordpress/comment-page-1/#comment-500690 Mon, 04 Jun 2012 19:58:20 +0000http://www.dynamicwp.net/?p=2105#comment-500690[...] If you need to be able to redirect visitors to another page, including an external site, this page template is for you. Simple an efficient! Link: http://www.dynamicwp.net/articles-and-tutorials/how-to-create… [...] ]]>By: 10+ WordPress page templates for all needs | CatsWhoCode.com http://www.dynamicwp.net/articles-and-tutorials/how-to-create-a-redirect-page-template-in-wordpress/comment-page-1/#comment-500673 Tue, 29 May 2012 14:20:10 +0000http://www.dynamicwp.net/?p=2105#comment-500673[...] If you need to be able to redirect visitors to another page, including an external site, this page template is for you. Simple an efficient! Link: http://www.dynamicwp.net/articles-and-tutorials/how-to-create&#8230; [...] ]]>By: 14 WordPress Page Templates To Make Life Easier | Wordpress Training http://www.dynamicwp.net/articles-and-tutorials/how-to-create-a-redirect-page-template-in-wordpress/comment-page-1/#comment-189847 Wed, 10 Aug 2011 06:53:41 +0000http://www.dynamicwp.net/?p=2105#comment-189847[...] (Code) [...] ]]>By: Jenny Shih http://www.dynamicwp.net/articles-and-tutorials/how-to-create-a-redirect-page-template-in-wordpress/comment-page-1/#comment-164219 Wed, 13 Jul 2011 23:35:28 +0000http://www.dynamicwp.net/?p=2105#comment-164219Thank you for this. I had a redirect template already but had no idea how to use it. Your instructions were PERFECT and easy to follow a. I’m so happy that I think this calls for a happy dance. Seriously, you made my day. Thank you! ]]>By: metas http://www.dynamicwp.net/articles-and-tutorials/how-to-create-a-redirect-page-template-in-wordpress/comment-page-1/#comment-160977 Mon, 11 Jul 2011 01:17:57 +0000http://www.dynamicwp.net/?p=2105#comment-160977please can somebody give a idea or a script how is gplus.to created i want to creat one for my country and i dont know how but i know somebody can help me please?

Best Regards, please my email is aljapaco@gmail.com

Please????

]]>
By: 14 WordPress Page Templates To Make Life Easier http://www.dynamicwp.net/articles-and-tutorials/how-to-create-a-redirect-page-template-in-wordpress/comment-page-1/#comment-130019 Mon, 23 May 2011 08:40:58 +0000http://www.dynamicwp.net/?p=2105#comment-130019[...] (Code) [...] ]]>By: 20 Great Ways to add Bling to your Wordpress Blog http://www.dynamicwp.net/articles-and-tutorials/how-to-create-a-redirect-page-template-in-wordpress/comment-page-1/#comment-125643 Sat, 14 May 2011 22:10:30 +0000http://www.dynamicwp.net/?p=2105#comment-125643[...] for your WordPress theme. View: How to create a built-in contact form for your WordPress theme 4. How to Create a Redirect Page Template in WordPressIn this tutorial we will show you how you can create a redirect page template in WordPress using the [...] ]]>