Beschrijving
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.
Installatie
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
FAQ
-
No
-
How will it work then?
-
Refer to the installation section above
Beoordelingen
Er zijn geen beoordelingen voor deze plugin.
Bijdragers & ontwikkelaars
“404 Related Posts” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
Bijdragers“404 Related Posts” is vertaald in 5 talen. Dank voor de vertalers voor hun bijdragen.
Vertaal “404 Related Posts” naar jouw taal.
Interesse in de ontwikkeling?
Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.
Changelog
1.0
- Initial version