Skip to content

Instantly share code, notes, and snippets.

View SolomashenkoRomanWork's full-sized avatar

Solomashenko Roman SolomashenkoRomanWork

View GitHub Profile
@SolomashenkoRomanWork
SolomashenkoRomanWork / redirect-parent-to-child.php
Created October 3, 2017 12:27 — forked from leoken/redirect-parent-to-child.php
Redirect Parent to First Child - WordPress Plugin
<?php
/*
Plugin Name: Redirect Parent to First Child
Plugin URI: http://www.nathanrice.net/parent-to-first-child
Description: This plugin will do a 301 redirect on top-level parent pages, to their first child page, based first on menu order, then post title if no menu order is set. It only redirects if a *published* child page actually exists.
Version: 0.1
Author: Nathan Rice
Author URI: http://www.nathanrice.net/
License: This plugin is licensed under GPL.
@SolomashenkoRomanWork
SolomashenkoRomanWork / redirect-parent-to-child.php
Created October 3, 2017 12:27 — forked from leoken/redirect-parent-to-child.php
Redirect Parent to First Child - WordPress Plugin
<?php
/*
Plugin Name: Redirect Parent to First Child
Plugin URI: http://www.nathanrice.net/parent-to-first-child
Description: This plugin will do a 301 redirect on top-level parent pages, to their first child page, based first on menu order, then post title if no menu order is set. It only redirects if a *published* child page actually exists.
Version: 0.1
Author: Nathan Rice
Author URI: http://www.nathanrice.net/
License: This plugin is licensed under GPL.