Search Results for: short code
Remove WP-Members shortcode menu from post editor
Recently Viewed Pages Shortcode
This article gives you code and instructions to create a custom shortcode that can be used with the WP-Members User Tracking extension. It will display the last X number of pages the user visited. This can be useful for creating user dashboards on the User Profile shortcode page. (You can see an example of how it is used here.) Note: you must have the WP-Members User Tracking extension installed to use this shortcode. Continue Reading →
Shortcode Examples
Get creative with shortcodes. Many of the plugin's shortcodes can be used together to create specific elements of customization without the need for code. While the shortcodes have some limitations, there is quite a bit you can accomplish with them. Here are some examples and ideas.
Show status when a user is logged in
[wpmem_logged_in] You are logged in as: [wpmem_field user_login] [wpmem_logout] [/wpmem_logged_in] Output: You are logged in as: {username} Click here to logout.List of replacement shortcodes
This article is provided free. Find out how you can get full access to premium content, including how-to articles and support forums, as well as priority email support and member exclusive plugin extensions..
As of WP-Members 3.1, any shortcodes using the [wp-members] tag are obsolete. If any of the old tags are used on your site, you may notice entries in your error log indicating that the tag has been deprecated and replaced. Any shortcode using this tag should be replaced with more recent tags. This is a list of obsolete tags and their equivalent replacements: Continue Reading →