Forums

[resolved] Shortcode enter custom value (2 posts)

  1. Elliotvs
    Member
    Posted 1 year ago #

    Hello,

    With part of a code I entered in fuctions.php I have the following:

    'post_id' => 123, // 123 is page ID
    'user_id' => $current_user->ID,
    'number' => $count, // how many comments to retrieve
    'status' => 'approve'

    The shortcode used to diplay this plugin on a page is:
    [show_recent_comments count=15]

    I would like to know how I can make it so I can enter the ID of the page in the shortcode like this:
    [show_recent_comments count=15 pageid=123]

    Thanks,

    Elliot

    Plugin: http://blog.ashfame.com/2011/01/show-recent-comments-particular-user-wordpress

  2. Elliotvs
    Member
    Posted 1 year ago #

    Solved.

    I added both the bold parts to this section of the code:

    [Code moderated as per the Forum Rules. The maximum number of lines of code that you can post in these forums is ten lines. Please use the pastebin]

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.