且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

按类别列出与页面标题匹配的wordpress帖子

更新时间:2023-01-30 12:33:36

尝试更改: $ test = the_title();

Try changing: $test = the_title();

收件人:

$ test = get_the_title();

$test = get_the_title();

您可能还必须使用array_merge()删除该行;

You may also have to remove the line with array_merge();