https://github.com/ubc/user-comments-shortcode
Creates a shortcode for the logged in users comments
https://github.com/ubc/user-comments-shortcode
Last synced: 3 months ago
JSON representation
Creates a shortcode for the logged in users comments
- Host: GitHub
- URL: https://github.com/ubc/user-comments-shortcode
- Owner: ubc
- Created: 2013-07-10T16:36:32.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2018-11-20T21:15:27.000Z (over 6 years ago)
- Last Synced: 2025-01-21T21:35:05.024Z (5 months ago)
- Language: PHP
- Size: 1.95 KB
- Stars: 0
- Watchers: 17
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
User-Comments-Shortcode
=======================Creates a shortcode for the logged in users comments
The shortcode creates a loop & grabs all the comments made by the current logged in user.
At this stage, it just lists out all of the comments - but in the future, pagination would be ideal.This plugin aims to create an area for a 'user profile' or 'my history' kind of place, where the current logged in user can see their comments.
To see 'current logged in user posts' (not comments), please use the [loop] shortcode.Enjoy :-)