我想用如果,如果別人和別的WordPress的網頁上,我使用以下條件如何使用如果,如果else和其他在WordPress的
<?php if (has_post_thumbnail()) {
the_post_thumbnail();
}?>
<?php if else {
<img src="<?php echo catch_that_image() ?>" width="64" height="64" alt="<?php the_title(); ?>" />
} else {
<img src="http://www.technoarea.in/wp-content/themes/TA/images/TA_Logo.png" width="64" height="64" alt="<?php the_title(); ?>" />}
?>
<?php ?>
我想首先顯示縮略圖上的主頁,如果縮略圖不可用,則必須先用圖像從崗位作爲縮略圖,如果是後無圖像,然後它使用此圖片
http://www.technoarea.in/wp-content/themes/TA/images/TA_Logo.png
可以請你告訴我,我錯了,因爲上面的代碼不工作
1'}否則,如果(條件){...}否則{...}'2.缺少一個右'}在結束 – Peter
'支架不能得到你,你能PLZ告訴我使用上面的代碼你想告訴,thnkx –
說實話,我認爲你應該從教程開始:) – Peter