我想在下面的javascript代碼中生成wordpress帖子標題:我將此代碼置於WordPress內容的內容中。如何在Wordpress中顯示帖子標題?
<script charset="utf-8" type="text/javascript">
document.write('\x3Cscript type="text/javascript" charset="utf-8" src="http://adn.ebay.com/cb?programId=1&campId=5337203820&toolId=10026&customId=posttop&keyword=**POST-TITLE**&width=728&height=90&font=1&textColor=000000&linkColor=0000AA&arrowColor=8BBC01&color1=709AEE&color2=[COLORTWO]&format=ImageLink&contentType=TEXT_AND_IMAGE&enableSearch=y&usePopularSearches=n&freeShipping=n&topRatedSeller=y&itemsWithPayPal=n&descriptionSearch=n&showKwCatLink=n&excludeCatId=&excludeKeyword=&catId=177913%2C179767%2C1059&disWithin=200&ctx=n&autoscroll=n&flashEnabled=' + isFlashEnabled + '&pageTitle=' + _epn__pageTitle + '&cachebuster=' + (Math.floor(Math.random() * 10000000)) + '">\x3C/script>');
的關鍵字=腳本部分是我需要生成wordpress的文章標題。我試圖keyword="<?php single_post_title(); ?>"
,但它不會生成WordPress的帖子標題...不知道我是否在正確的軌道上。
任何幫助,將不勝感激。請記住我是一個新手。如果我忘記提及某事,請提問。我會很快回復。
非常感謝!
顯示PHP代碼!呈現的HTML根本沒有幫助。你最好在WordPress的StackExchange網站上發佈你的問題:http://wordpress.stackexchange.com – 2014-10-27 00:02:33
顯示PHP代碼?我在那邊問過它... – 2014-10-27 00:30:38
WordPress是PHP。所以我想看看你編寫的代碼來創建OP中的HTML。你只能在PHP文件中使用'<?php/* ... * /?>',所以我認爲有更多的代碼。 – 2014-10-27 00:33:06