2015-03-02 54 views
0
<?php 
if($result_array['ACK']== 'Success') 
{ 
wp_redirect(get_page_by_title('thank-you')); 
}else{ 
//redirect like php 
header("Location : http://localhost/mysite/faq"); 
} ?> 

如何在wordpress中重定向特定頁面?

我的查詢工作,但我不知道該如何,我只是在我的網頁重定向和在WordPress顯示我的任何頁面內容的數據。所以請幫助我。

回答

1

你應該通過實際冠軍成函數,而不是毛坯:

wp_redirect(get_page_by_title('Thank You'));