WP Manifestindependent plugin directory
manifest / themes / custom-genesis-featured-page-widget

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.zip

Readme

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

  1. Click on Clone or download button and then Download ZIP button.
  2. Upload the zip file to your WordPress site running Genesis and activate it.
  3. Make your desired changes in the class-custom-featured-page.php file inside the function widget( $args, $instance ).

Examples

  1. How to unlink featured image from Genesis – Featured Page widgets

Credit

Thanks to Gary Jones for initially creating the Custom Featured Posts widget plugin based on which this is put together.

Read the full README on GitHub →