Hỏi Cách tạo custom page download

cuongpro9x

cuongpro9xcuongpro9x is verified member.

Cường Nguyễn
Staff member
Moderator
Mình đang dùng theme taigame247 giờ mình muốn hiển thị link down thay vì redirect kiểu gì. Pro Wordpress giúp với. Đây là file template- page-download.php
PHP:
<?php
/**
* Template Name: Download Page
*
* Created By DinhQuocHan
*/
$IDThePost=intval($_GET['id']);
$link=get_post_meta($IDThePost,'bbit_link_download',true);
/*if (preg_match('//', $link)) {
echo '<title>Top ứng dụng hot nhất</title>';
echo '<center>Chúng tôi tạm ngưng phân phối game này</center>';
echo '<script type="text/javascript" src="http://api.adflex.vn/web.php?refcode=khuedaik&banner_type=adwall&text=1&adNumber=10"></script>'; exit;
} else*/
if($link){
wp_redirect($link); exit;
}
wp_redirect(home_url('404') ); exit;
 
Mình đang dùng theme taigame247 giờ mình muốn hiển thị link down thay vì redirect kiểu gì. Pro Wordpress giúp với. Đây là file template- page-download.php
PHP:
<?php
/**
* Template Name: Download Page
*
* Created By DinhQuocHan
*/
$IDThePost=intval($_GET['id']);
$link=get_post_meta($IDThePost,'bbit_link_download',true);
/*if (preg_match('//', $link)) {
echo '<title>Top ứng dụng hot nhất</title>';
echo '<center>Chúng tôi tạm ngưng phân phối game này</center>';
echo '<script type="text/javascript" src="http://api.adflex.vn/web.php?refcode=khuedaik&banner_type=adwall&text=1&adNumber=10"></script>'; exit;
} else*/
if($link){
wp_redirect($link); exit;
}
wp_redirect(home_url('404') ); exit;
Em cho cái demo hay ảnh cụ thể nhé, anh vẫn chưa hiểu ý của em
 
Demo em muốn làm
Code:
http://gamedienthoai.info/download?id=4261
còn site em
Code:
http://gameso1.mobi/download/?id=8
ý em muốn là nó hiện tải từng dòng máy giống của gamedienthoai ý còn thì nó redirect đến link mà đặt cho phần bbit_link_download khi post bài ạ.
 
nguyenphuong em vào tạo Custom fields nhé
 

Facebook Comments

Similar threads

Admin
Replies
0
Views
10K
AdminAdmin is verified member.
Admin
Admin
Replies
0
Views
2K
AdminAdmin is verified member.
Admin
S
Replies
2
Views
2K
AdminAdmin is verified member.
Admin
Admin
Replies
1
Views
1K
dobietlai
D
Back
Top