Version: 2.7.2
Requires at least: 4.2
Tested up to: 5.2
This is the development repository for the WordPress plugin Related Posts by Taxonomy.
The master
branch is where you'll find the most recent, stable release.
The develop
branch is the current working branch for development. Both branches are required to pass all unit tests. Any pull requests are first merged with the develop
branch before being merged into the master
branch. See Pull Requests
This WordPress plugin displays related posts as thumbnails, links, excerpts or as full posts with a widget or shortcode. Posts with the most terms in common will display at the top. Use multiple taxonomies and post types to get the related posts. Include or exclude terms. Change the look and feel with your own html templates in your (child) theme.
Visit these resources for more information.
- Clone the GitHub repository:
git clone https://github.com/keesiemeijer/related-posts-by-taxonomy.git
- Or download and unzip the file: https://github.com/keesiemeijer/related-posts-by-taxonomy/archive/master.zip
- Activate the plugin in the wp-admin.
When starting work on a new feature, branch off from the develop
branch.
# clone the repository
git clone https://github.com/keesiemeijer/related-posts-by-taxonomy.git
# cd into the related-posts-by-taxonomy directory
cd related-posts-by-taxonomy
# switch to the develop branch
git checkout develop
# create new branch newfeature and switch to it
git checkout -b newfeature develop
To build the plugin without all the development files (as in the WP repository) use the following commands:
# Go to the master branch
git checkout master
# Install Grunt tasks
npm install
# Build the production plugin
grunt build
The plugin will be compiled in the build
directory.
If you find an issue, let us know here!
This is a developer's portal for Related Posts by Taxonomy and should not be used for support. Please visit the support forums.
Dutch
French (by Annie Stasse)
Spanish (by Ludobooks – Cuentos personalizados)
Catalan (by Ludobooks – Cuentos personalizados)
Polish (by koda0601)
There are various ways you can contribute:
- Raise an Issue on GitHub
- Send us a Pull Request with your bug fixes and/or new features
- Translate Related Posts by Taxonomy into different languages
- Provide feedback and suggestions on enhancements