项目作者: srikat

项目描述 :
Custom Genesis Featured Page Widget plugin: Skeleton for amending the output of Genesis Featured Page widget.
高级语言: PHP
项目地址: git://github.com/srikat/custom-genesis-featured-page-widget.git
创建时间: 2017-09-21T00:09:11Z
项目社区:https://github.com/srikat/custom-genesis-featured-page-widget

开源协议:GNU General Public License v3.0

下载


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.