helsingborg-stad/wp-page-for-posttype
最新稳定版本:2.0.14
Composer 安装命令:
composer require helsingborg-stad/wp-page-for-posttype
包简介
README 文档
README
Select a page to act as the archive of a custom post type. The post type's archive slug is rewritten to match the selected page's permalink.
Multilingual (Polylang) support
When the Polylang plugin is active, the archive rewrite rules are generated per language:
- Active languages are enumerated via
pll_languages_list(). - For each language, the translated page is resolved via
pll_get_post($pageForPostType, $lang). Languages without a translation are skipped. - The slug is built from the translated page's permalink (with the
language context switched via
pll_switch_language) so URLs like/en/books/and/sv/bocker/are produced for their respective languages. - Each rewrite rule includes the
langquery variable so Polylang can resolve the correct language content on the archive request.
In single-language installations (Polylang inactive) the original behaviour is preserved.
Note: After activating/configuring Polylang or changing the "page for post type" setting, flush rewrite rules (Settings → Permalinks → Save, or
wp rewrite flush).
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-09-10