• Resolved Hemant Rathod

    (@hemantathod1590)


    Hello,

    My Client wants to display post regarding specific “Author”. Is it possible to display post related to specific author?

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Ketan Patel

    (@patelketan)

    Hello,

    Thanks for reaching out to us…

    Sorry for the inconvenience, specific author-wise post display functionality is not available on the plugin version.

    Thanks,

    Thread Starter Hemant Rathod

    (@hemantathod1590)

    Shoul I do it manual in this plugin? Is it possible?

    Like this,

    $args = array(
        'author'        =>  $current_user->ID,
        'orderby'       =>  'post_date',
        'order'         =>  'ASC',
        'posts_per_page' => 1
        );
    Plugin Contributor Ketan Patel

    (@patelketan)

    Hello,

    You add any code to the plugin core file so please carefully because If you update the plugin in a feature then your changed core plugin file change will be lost.

    Thanks,

    Thread Starter Hemant Rathod

    (@hemantathod1590)

    in which file I have to update? Can you provide me path please?

    Plugin Contributor Ketan Patel

    (@patelketan)

    Hello,

    Please go to wp-content -> plugins -> post-grid-and-filter-ultimate -> includes -> shortcode folder.
    Please open a shortcode-related file and check and use your code.

    Thanks,

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Is it possible to filter post by Author Name?’ is closed to new replies.