Custom Featured Page Widget
Custom Genesis Featured Page Widget plugin: Skeleton for amending the output of Genesis Featured Page widget.
by Sridhar Katakam · github.com/srikat/custom-genesis-featured-page-widget · website
★ 5stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/srikat/custom-genesis-featured-page-widget/archive/refs/heads/master.zipReadme
Custom Genesis - Featured Page Widget
Skeleton for amending the output of Genesis - Featured Page widget which is built into the Genesis Framework by StudioPress.
Description
This plugin can be used when you want to make changes in the output of Genesis - Featured Page widget.
Note: Affects all instances of the widget.
How to use
- Click on
Clone or downloadbutton and thenDownload ZIPbutton. - Upload the zip file to your WordPress site running Genesis and activate it.
- Make your desired changes in the
class-custom-featured-page.phpfile inside the function widget( $args, $instance ).
Examples
Credit
Thanks to Gary Jones for initially creating the Custom Featured Posts widget plugin based on which this is put together.