
TABLEON Favourites
0,00$
This plugin is an extension for TABLEON – WordPress Posts Tables Filterable
This extension provide ability for the customers collect posts
This plugin is an extension for TABLEON - WordPress Posts Tables Filterable
This extension provide ability for the customers collect posts for further buying of them.
User can collect posts through special table cell:
Also user can collect posts directly on the post single page if to insert there shortcode [tableon_favourites_single_btn post] using code in the file functions.php of the current WordPress theme:
1 2 3 | add_filter('the_content', function($content) { echo $content . do_shortcode('[tableon_favourites_single_btn post_type="car"]'); }); |
Columns of favourites posts table can be set in the plugin settings:
Users favourite posts can be visible thanks to link parameter user_id:
- https://demo.posts-table.com/tableon_favourites/?user_id=1
- https://demo.posts-table.com/tableon_favourites/?user_id=2
For any statistical data favourites posts can be extracted by code:
1 | $fav_posts = get_user_meta($user->ID, 'tableon_favourites', true) |
Shortcodes:
