Quantcast
Channel: Amit Sonkhiya – Fellow Tuts
Browsing all 72 articles
Browse latest View live

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...

View Article


Connect Android App to Localhost Web Server Over Wi-Fi

Access or connect android app to localhost over Wi-Fi and it will give you a lot flexibility to develop, run and test the app. My scenario was that I had created an android app which had need to access...

View Article


PayPal Fees too High and how Currency Conversion Works

PayPal fees are too high and not everyone knows how the PayPal currency conversion works actually. PayPal's exchange rates or currency conversion rates are too poor and it's due to high fees/charges...

View Article

Setup Debug & Release Environments in Android App – The Best Way

We need to setup debug, testing or release environments or variants while creating an Android app. In a web application, we mostly have the option to define environment configuration variables. In...

View Article

3 Ways to Change Array Key without Changing the Order in PHP

You can change array key too easily but doing it without changing the order in PHP is quite tricky. Simply assigning the value to a new key and deleting old one doesn't change the position of the new...

View Article


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...

View Article

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. The post...

View Article

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...

View Article


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...

View Article


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...

View Article

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. The post Display...

View Article

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. The post...

View Article

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...

View Article


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...

View Article

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...

View Article


Contact Form 7 Radio and Checkbox in Bootstrap 4 Style

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...

View Article

Redirect Old URLs to New and Change Address in Google Search Console

In case of a domain change of existing website, you need to redirect old URLs properly to the new domain. Also, inform Google through Search Console about this address change. This helps you to save...

View Article


Bigger Search Form with Drop-down in Navigation Bar

Websites that use Bootstrap 4 framework, sometimes need a bigger search form in the navigation bar. These websites might also need a drop-down or select input to provide better search. Create a...

View Article

3 Ways to Insert a Page Break or Split a Post into Multiple Pages

Sometimes we wish to insert a page break in a lengthy post. In other words, splitting a post into multiple pages along with displaying links to the previous/next part of the post. It's a good idea to...

View Article

Debugging in WordPress – Writing Custom PHP Data or Log Messages

WordPress has a configurable debugging system that allows us to display as well as log PHP errors, notices, and warnings. Besides that, sometimes we need to debug the code by writing custom PHP data or...

View Article
Browsing all 72 articles
Browse latest View live