3
我正在創建一個Worpdress主題並且想顯示我的帖子。我創建了single.php,但是當我打開帖子後,它將它顯示在index.php中。由於single.php比index.php更高,所以這不應該發生。WordPress的是使用index.php而不是single.php文章
對於single.php中我嘗試了很簡單的版本,例如
<?php get_header(); ?>
Showing single.php
<?php get_footer(); ?>
,並確保有沒有誤差修改我也試圖在single.php中從twentytwelve複製。對於這兩個版本我都有同樣的問題。
任何人都可以幫忙嗎?謝謝!
禁用所有插件,然後重試。 – CodeAngry
沒有啓用插件。 – almo
然後開始調試WP。跟隨其內部的包含鏈並跟蹤其中斷位置。這不應該發生!看到這個https://codex.wordpress.org/Template_Hierarchy – CodeAngry