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.
Category » WordPress
10 Better SEO Tips for Rankings Including WordPress
We’d like to share you self-experienced tips for better SEO and to bring more traffic to your website. These aren’t just 10 tips to improve the rankings of a website in Search Results. Rather, these are sort of our experience you should know while you’re doing hard efforts for better SEO and rankings.
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.
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.
Show Summaries or Excerpts to WordPress Pages and Feed
WordPress reading settings don’t actually show summaries or post excerpts of posts on the archive pages. It’s used to specify what you want to show at the feed, either summaries or full text? The difference is that the selection is for feed, not the archive pages.
Add Custom Taxonomies to Custom Post Types in WordPress
You just need a function to add Custom Taxonomies to Custom Post Types. In previous article we made WordPress default taxonomies called Category & Tag to support our CPTs. Here we are going to create custom taxonomies for them.
Add Default WordPress Categories and Tags to Custom Post Types
You can add default WordPress Categories and Tags taxonomies to Custom Post Types through passing taxonomies parameters to arguments. In previous article we had learnt how to create CPT using code in functions.php. Here I will explain how can you use WordPress default built-in taxonomies like Categories and Tags with those CPT.