WP Manifestindependent plugin directory
manifest / themes / customize-genesis-read-more-link

Customize the Genesis Read More link

Change the Genesis read more link

by Christoph Herr · github.com/christophherr/customize-genesis-read-more-link · website

1stars
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/christophherr/customize-genesis-read-more-link/archive/refs/heads/master.zip

Readme

Customize the Genesis Read More Link Plugin

WordPress plugin to change the read more link in Genesis child themes.

Requires the Genesis Framework and PHP 5.6+.

Instructions

  1. Change the text of the read more link and the child theme text domain in the config file at /src/config.php.
  2. You can find the child theme text domain in the functions.php of your Genesis child theme.

Installation

Zip File

  1. Download the .zip-file into the wp-content/plugins/ folder.
  2. Extract it.
  3. Activate the plugin from the WordPress dashboard.

Clone the Repository

  1. Open wp-content/plugins/ of your project in a terminal window.
  2. Type: git clone https://github.com/christophherr/customize-genesis-read-more-link.
  3. Activate the plugin from the WordPress dashboard.

Contributions

Feedback, bug reports, and pull requests are welcome.

Read the full README on GitHub →