Shortcodes

The [[wpmem_ut_recent_pages]] shortcode allows you to display a user’s most recently visited pages.  This shortcode can be used to display recent page visits for the current user or for a specific user.  The default display is the most recent 5 unique pages for the currently logged in user. (Requires version 1.0.3)

The shortcode accepts the following attributes:

  • id – Display the page visits by a specific user by ID.
    Example [[wpmem_ut_recent_pages id=123]]
  • show – Number of recent pages to display in the list.
    Example [[wpmem_ut_recent_pages show=10]]