外掛說明
This plugin will display related posts in your 404 page template. The related posts will be displayed based on the invalid URL user visited. It will check against the post types saved in the settings and will look for similar posts which match the URI.
螢幕擷圖
安裝方式
This section describes how to install the plugin and get it working.
e.g.
- Upload
related-posts-on-404-page.php
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Place
<?php do_action('404_related_posts'); ?>
in your theme’s 404 page template
常見問題集
-
No
-
How will it work then?
-
Refer to the installation section above
使用者評論
這個外掛目前沒有任何使用者評論。
參與者及開發者
變更記錄
1.0
- Initial version