首页
编程
IT技术
数码大全
登录
标签
phpthetitle gives me the page39s
php - the_title gives me the page's title not the post title in the following code
<?phpif(have_posts()){while(have_posts()){the_post();echo get_the_title();}}?>this is my loop, really simple, i
phpthetitle gives me the page39s title not the post title in the following code
admin
1天前
3
0