How to add page templates for content types

Drupal 8

How to add page templates for content types in Drupal 8

Hey, Drupal 8 or Drupal 9 allow you override the template, so you can able to apply styling and structured the html in better way. So many of the…

How to Create Block type twig template

Drupal 8

How to Create Block type twig template Drupal 8 / Drupal 9

Hey,today we will see how we can create the block type twig template for any specific block type in drupal 8 or drupal 9. Drupal 8/9 provided a…

Load Javascript in Wordpress Custom Plugin

Wordpress

Load Javascript in Wordpress Custom Plugin

While creating wordpress plugin, often we need javascript to use extend the user experience. In this tutorial let see how we can load javascript in…

Create Your WordPress theme in 2 seconds

Wordpress

Create Your WordPress theme in 2 seconds

Hey there, This article is based on wordpress theme. Many of us know the wordpress has simple interface and very Useful CMS and easy to understand…

[solved] The minCompileSdk (31) specified in

Android

[solved] The minCompileSdk (31) specified in a dependency's AAR metadata (META-INF/com/android/build/gradle/aar-metadata.properties) is greater than this module's compileSdkVersion (android-27).

Hi everyone, Today we see the common andorid studio error for java/kotlin and its solution. Error: The minCompileSdk (31) specified in a…

Set Geolocation field programmatically

Drupal 8

Set Geolocation field programmatically Drupal 8

Hi, In this page we can see how we can populate the geolocation field programmatically, On several cases while updating and creating the node we…

Creating a custom form in a block Drupal 8

Drupal

Creating a custom form in a block Drupal 8

In this Tutorial we learn how to make a a custom block and render a form in a block in drupal 8 customization process. So lets start  1) Create a…

PHP Detect Broken Image

PHP

PHP Detect Broken Image

Hey, we can see many website have default images if image is broken, so question is how to detect it using php the image is not found given url or…

How to Manually Disable a WordPress Plugin

Wordpress

How to Manually Disable a WordPress Plugin

Manually Disable a WordPress Plugin in Just 4 Steps : Log in to your site via FTP. Navigate to Wordpress Folder then go to wordpress/wp-content/…