Are you using Contact Form 7 plugin in a WordPress website using a theme built with Bootstrap front-end framework? Then you must have faced styling issues in CF 7 inputs in accordance with Bootstrap.
Author » Amit Sonkhiya
Bootstrap 4 Carousel Full-screen Background Slider – PHP
Bootstrap 4 offers carousel integration with slide and fade effects. We can turn the Bootstrap 4 carousel in a full-screen slider with help of available classes and custom rules. Mostly you can see them as background image responsive sliders that cover the entire viewport.
Create LD-JSON Breadcrumb Structured Data using Yoast SEO
LD-JSON Breadcrumb Structured Data is a format to let search engines understand the website hierarchy better. You can create LD-JSON Breadcrumb Structured Data using Yoast SEO plugin in WordPress website. After custom breadcrumb navigation, create LD-JSON Rich Data.
Custom Breadcrumb Navigation using Yoast SEO Plugin
Yoast SEO is one of the most popular WordPress SEO plugins. The plugin offers a breadcrumb navigation feature to put on your WordPress website. However, sometimes we wish to grab these breadcrumb items in an Array.
Remove or Hide Menu Items from WordPress Admin Panel or Dashboard
You often need to remove or hide menu items from WordPress admin panel or dashboard. This is a common requirement if you develop WordPress websites for clients or manage multi-user blog.
Display Custom Post Types Content in WordPress Templates
Create few templates to display custom post types content in WordPress. In the previous article, we have created few posts in our Books post types with some custom content fields.
Verify Your Domain or Site Ownership with Google
Site ownership verification is an important step to validate the relationship with you, your website and Google. This verification is must when you want to utilise and take advantage of the features provided by Google.
3 Ways – Insert Record in Codeigniter If not exists Else Update
There’re 3 ways to insert record in Codeigniter if it doesn’t exist else update the record if it exists. Here we’re using Active Record as well as Query Binding features in Codeigniter to insert or update a record.
This App isn’t verified – Google OAuth Client Verification
When your web app requests certain sensitive OAuth scopes from Google, you must have passed Google OAuth Client Verification. Failing to do that, results “This App isn’t verified” page when a web client makes Google OAuth consent request.
Add Custom Fields in Custom Post Types & Show in Dashboard
So far we have covered a half of custom post types and ready to set up or add custom fields in these CPTs. These custom fields are used to add the custom content in WordPress post editor page.