30+
July 22, 2024
November 2, 2020
While writing contents from the block editor, type @
to get suggestions of users. On selecting a user it will create a link to authors page of that user.
To mention a post, type #
and it will give you the list of all matching posts. On selecting a post it will create a link to the single post page.
This plugins adds a settings page under Settings -> Mention Links.
Note: The posts suggestion list is retrieved from the WordPress REST API, so if a particular post type doesn’t support REST API then you might not see it in Custom Post Types support setting.
Join us at rtCamp, we specialize in providing high performance enterprise WordPress solutions
Same GPL that WordPress uses!
/wp-content/plugins/
directory in your WordPress installation.Before creating a new issue, do browse through the existing issues for resolution or upcoming fixes.
If you still need to log an issue, making sure to include as much detail as you can, including clear steps to reproduce the issue, if possible.
Want to contribute a new feature? Start a conversation by logging an issue.
Once you’re ready to send a pull request, please run through the following checklist:
Browse through the existing issues for anything related to what you want to work on. If you don’t find any related issues, open a new one.
Fork this repository.
Create a branch from develop
for each issue you’d like to address and commit your changes.
Push the code changes from your local clone to your fork.
Open a pull request and that’s it! We’ll respond with feedback as soon as possible (Isn’t collaboration a great thing? 😌)
Once your pull request has passed final code review and tests, it will be merged into develop
and be in the pipeline for the next release. Props to you! 🎉