WordPress customizer sanitization code
As you’ll already apprehend, with WordPress Customizer API theme developers square measure able to produce settings for his or her themes which permit website homeowners to fine tune things like...
View ArticleCSS Style For The WordPress Calendar Widget
Once the css is added to your WordPress theme the calendar Widgets got to appear to be the following image (make guaranteed to remove one style) Below is the CSS required to give your calendar widget...
View ArticleWordPress hidden customize option from admin bar
It’s great if you frequently make changes with the use of the customize option. However, for me personally, I rather see it removed. So I have hidden this Customize option within the admin bar in...
View ArticleWordPress ajax next previous button without plugin
Create an index.html file : Include jQuery and respective css file in thesection of your html template. <script type="text/javascript"...
View ArticleSkill Bar with jQuery & CSS3
Today I am going to tell you how to create simple animated Skill Bar / Progress Bar in two lines of jQuery code. The skill bar gives you an opportunity to show visitors to your site how qualified you...
View ArticleUseful Tricks for the WordPress Functions File
WordPress themes come with a powerful functions.php file. The functions.php file is where you add unique features to your WordPress theme. It can be used to hook into the core functions of WordPress to...
View ArticleResponsive Team design card flipper using bootstrap 4
Bootstrap example of Team design card flipper using bootstrap 4 using HTML and CSS. Html <link href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet"...
View ArticleResponsive Team Design Section with Pure CSS Effect
Company team page design with hover effect in bootstrap, our team user design, employee list page design, user box …. Design of our team section using bootstrap. Bootstrap example of Team Design...
View ArticleWordPress Meta Box for custom post type
Here samplepost means custom post type <?php add_action( 'admin_init', 'my_admin_samplepost' ); function my_admin_samplepost() { add_meta_box( 'samplepost_meta_box', 'Car Details',...
View ArticleThe 10 Best Bookstore WordPress Theme for Library & Book Shop
Themes are essential for building a responsive yet stylish website. They provide various options to create the website depending on its particular niche. Also, some basic functionalities are a must for...
View Article