The Best WordPress Plugin for Table of Contents
For a long post content, it is better if we use table of contents to map our article section. Using headings as the content section title will help our reader known what they read. There are many...
View ArticleCreate Back To Top Button For WordPress
Imagine we read a long post content and when we almost at the bottom of the page, it can be very useful if there is a link or button we can click to go back or scroll to top. We can use the scroll to...
View ArticleWordPress Comment Form with Twitter Bootstrap 3 Supports
WordPress has a builtin function comment_form to output a complete commenting form for use within a template. We can copy the function and create custom styles for our need. But instead of creating a...
View ArticleWordPress Get Total Comment Count
WordPress has builtin function wp_count_comments to count total comments for a given post id or all comments. The function will return totals of moderated, approved, spam, trash, post-trashed and...
View ArticleBlock Several Email Domains from WordPress Registration
There are many spammers out there trying to register account on WordPress site installation. We don't know if the spam is a human or bot machine. There is no a perfect way for combating the spammers...
View Article10+ Essential WordPress User Role Plugins
By default WordPress provides subscriber, contributor, author, editor, administrator role. These roles grant same or different access for some site features such as creating new post, uploading media,...
View ArticleTop 10 Free WordPress Countdown Plugins
The countdown functionality can easily be added to your site. With counting down and up functionality, gives you a full control to your counter. This plugin comes with multi-instances sidebar widget,...
View ArticleOrder WordPress Users by Random
We can use the get_users() to get a list of authors, users with specific role, user with specific meta, etc. The function returns users which can be ordered by ID, login, nicename, email, url,...
View ArticleCountdown Extension Plugins for WooCommerce
Countdown timer extensions for WooCommerce plugin. The post Countdown Extension Plugins for WooCommerce appeared first on CodeCheese.
View ArticlePosts Exporter Plugins for WordPress
Here are the lists of plugin that do post, page or custom post type export. Includes comments, tags, categories, custom taxonomies and post metas. The post Posts Exporter Plugins for WordPress appeared...
View ArticleArray to String Conversion in WordPress General Template on Line 3758
This article explain why this error below occurs while coding for WordPress themes or plugins and how to solve it. The post Array to String Conversion in WordPress General Template on Line 3758...
View ArticleTrigger Change wpColorPicker in Widgets and Customizer Page
wpColorPicker can be used in widgets simply by adding online code. But sometime, after changing the color, the widget Save button is not active and we can't save the widget instance. The post Trigger...
View Article