Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi! I am having the same problem…. I would prefer to not have a second page but have the list run as long as it is. However if second page is needed then how to have it populated.
    Any help much appreciated.
    Thank you,

    Problem solved via the /includes/entities/emd-employee-shortcodes.php page.
    Change 12 to higher number and no need for 2+ pages

    Plugin Author emarket-design

    (@emarket-design)

    I would use the existing shortcodes instead of modifying the source code. For example, the following short code, removes the paging and shows all employees.

    [employee_circle_grid filter=”misc::posts_per_page::is::-1;”]

    This plugin supports extensive list of shortcodes. It is hard to write every combination. The pro edition comes with Visual Shortcode Builder which helps you create your own shortcodes. We have video in Employee Directory demo page which shows how to use it.

    posts_per_page is not working for me. I’m using version 2.2.0 with employee_circle_panel. Is there anyway to make it display more than 12 per page.

    A “Next” link is appearing at the bottom of my page, however it just redirects back to the main page.

    Here is the page:
    https://uubelmont.org/staff-directory

    I ended up changing the php file per @cosminandron, but would like to know if there is a way to do it through a shortcode argument.

    Plugin Contributor Safiye Duman

    (@safiye)

    @cosminandron and @rhinmass , Please use the below shortcode instead of changing the code.
    Below shortcode is to show 15 employees with no pagination.

    [employee_circle_grid filter=”misc::posts_per_page::is::15;misc::has_pages::is::false;”]

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Adding Second Page of Employees’ is closed to new replies.