Skip to content

coffee2code/linkify-posts

Repository files navigation

Linkify Posts

A plugin for WordPress that turns a string, list, or array of post IDs and/or slugs into a list of links to those posts. Provides a widget and template tag.

This plugin is available in the WordPress Plugin Directory: https://wordpress.org/plugins/linkify-posts/

Installation

  1. Install via the built-in WordPress plugin installer. Or install the plugin code inside the plugins directory for your site (typically /wp-content/plugins/).
  2. Activate the plugin through the 'Plugins' admin menu in WordPress
  3. Optional: Use the c2c_linkify_posts() template tag in one of your templates (be sure to pass it at least the first argument indicating what post IDs and/or slugs to linkify -- the argument can be an array, a space-separate list, or a comma-separated list). Other optional arguments are available to customize the output.
  4. Optional: Use the "Linkify Posts" widget in one of the sidebars provided by your theme.

Additional Documentation

  • See readme.txt for additional usage information.
  • See DEVELOPER-DOCS.md for developer-related documentation on hooks and template tags.
  • See CHANGELOG.md for the list of changes for each release.

Support

Commercial support and custom development are not presently available. You can raise an issue on GitHub or post in the plugin's support forum on WordPress.org.

If the plugin has been of benefit to you, how about submitting a review for it in the WordPress Plugin Directory or considering a donation?

License

This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

About

A plugin for WordPress that turns a string, list, or array of post IDs and/or slugs into a list of links to those posts. Provides a widget and template tag.

Resources

License

Stars

Watchers

Forks

Packages

No packages published