વર્ણન
Save user’s browsing history and list them.
This plugin is simple. You can save the user’s browsing history just a install and display them anywhere you want with just a shortcode.
The logged-in user’s data is saved in the user meta. Other user’s data is saved to Web Storage (localStorage).
Usage
- Shortcode:
[ccc_browsing_history_list_results title="" posts_per_page="" class="" style=""]
You can show only specific post types.
* Shortcode: [ccc_browsing_history_list_results post_type="post"]
* Shortcode: [ccc_browsing_history_list_results post_type="post, page, custom"]
default: “any”, It doesn’t need “post_type”.
Discover More
This plugin is developed on GitHub
સ્થાપન
- Upload
browsing-history
to the/wp-content/plugins/
directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- Use shortcodes to display the browsing history list.
સમીક્ષાઓ
ફાળો આપનાર & ડેવલપર્સ
“Browsing History” ને તમારી ભાષામાં અનુવાદ કરો.
વિકાસમાં રસ ધરાવો છો?
કોડ બ્રાઉઝ કરો, એસવીએન રીપોઝીટરીમાંથી ચેકઆઉટ કરો, અથવા આરએસએસ દ્વારા ડેવલપમેન્ટ લોગમાં સબ્સ્ક્રાઇબ કરો.
ચેન્જલૉગ
1.3.0
Add a shortcode attribute to show only specific post types.
See the release notes on GitHub.