PMC Plugins
Pmc Automated Related Links

PMC Automated Related Links

Allow editorial team to add related link to post.

Build Process

Run command in /assets directory

  • Development : npm run watch
  • Production : npm run prod

Reference : https://laravel.com/docs/5.8/mix (opens in a new tab)

Filters

pmc_automated_related_links_position - This filter can be called from within a theme to adjust the position of where the related link is displayed.

Accepts an integer which is the number of characters that will be displayed before the injection. Also passes the $post parameter to allow for filtering based on post-related data (post type, etc).