我正试图通过美国宇宙航空研究开发机构在我的“压力”现场通过美国宇宙航空研究开发机构,提供由[科罗克文箱]内的一个实验室文件产生的内容。 PHP在同一领域在同一服务器上居住。 当我管理当地招待会时,它就完美无缺,但它没有在服务器上工作。
http://shabdcreatives.com/portfolio”rel=“nofollow” http://shabdcreatives.com/portfolio。
这些联系本身并不无效,例如,以下链接可自行罚款:
我刚刚在彩色箱内赢得开关。
另外,我试图装上的网址只是一个碎片,DOES NOT CONTAIN 任何<代码><html>或<one>
tags。
我尝试了彩色盒支持小组,但迄今没有收到他们的答复。
This is the code in the CatGridPost.php file that i am calling in the colorbox.. i tried calling a plain text file too... it returned no error.. but the colorbox did not show its contents either
require_once("../../../../wp-blog-header.php");
$thepost = get_post($_GET["ID"]);
$thecontent = $thepost->post_content;
$thetitle = $thepost->post_title;
$thelink = get_permalink($_GET["ID"]);
?>
<div id="cg-post-container">
<div id="cg-post-title">
<a href="<?php echo $thelink; ?>"><?php echo $thetitle; ?></a>
</div>
<div id="cg-post-content">
<?php echo $thecontent; ?>
</div>