Ryan's Useful Options

This plugin amongst other things adds a front end 'Delete', 'Edit', and 'Logout' buttons, removes…

Author:Ryan Paul (profile at wordpress.org)
WordPress version required:4.0
WordPress version tested:5.5.5
Plugin version:1.6.6
Added to WordPress repository:08-07-2019
Last updated:05-11-2020
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://www.ryanpaul.ca
Total downloads:650
Active installs:10+
plugin download
Click to start download

This plugin amongst other things adds a front end ‘Delete’, ‘Edit’, and ‘Logout’ buttons, with an option to remove attached media from deleted posts/pages, turns off self pingbacks, an option to remove styles from tag clouds, an option to clean up what’s outputted from the wp_head function, the option to replace bundled jQuery with Google’s latest hosted version, the option to disable user enumeration, the option to disable author archives, and the ability to protect a page and its ancestors through requiring user login by defining page slug of parent page.

Aside from the option to include Bootstrap Grid, it also automatically adds Bootstrap tables, forms, and button CSS to the front-end of this website without adding any typography or other styles included with Bootstrap, adds an “is_child()” function which you can use in your template. Check below for is_child examples.

Checks if the current page, posting or category is somehow related to category or page ID 10.

is_child(10)

Checks just if the current element is a direct child of Example Category.

is_child(Example Category,false)

Checks if the current element (page) is somehow related to a page with the slug some-page.

is_child(some-page, 1)