Wordpress - 重写规则和元描述

时间:2015-10-06 09:33:01

标签: php wordpress

我在functions.php文件中使用' add_rewrite_rule '函数时出现问题。

function custom_rewrite_rule() {
  add_rewrite_rule('^materiels/([a-z0-9-]+)/(vente|location)$/?','index.php?page_id=3&matos=$matches[1]&mode=$matches[2]','top');
}

重写规则工作正常,但我对元数据和元描述有问题。出现在我的HTML页面中的元数据是在我的Wordpress页面中输入的元数据,而不是在由重写规则链接的文章中。

我该怎么做才能解决它?

0 个答案:

没有答案