
Drupal11 create Subtheme using Bootstrap Very precise explanation about adding Advance Custom Fields (ACF) in wordpress Create a Subtheme of Bootstrap:- First need to download bootstrap theme to drupal with following command composer require ‘drupal/bootstrap:^5.0’ Create a new directory “custom” in /web/themes. Then copy “bootstrap_subtheme” from /web/themes/contrib/bootstrap/subthemes/bootstrap_subtheme to /web/themes/custom Rename the following directory…

Advance Custom Fields (ACF) In WordPress Very precise explanation about adding Advance Custom Fields (ACF) in wordpress Table of content:- Table of content:- What is Advanced Custom Fields (ACF) in WordPress How to add Advanced Custom Fields (ACF) What is Advanced Custom Fields (ACF) in WordPress:-Advanced Custom Fields (ACF) is a popular WordPress plugin that…

Custom Fields In WordPress Very precise explanation about adding custom field in wordpress Table of content:- What is meta or custom field in WordPressHow to add meta or custom fields What is meta or custom field in WordPress:-In WordPress, a meta field (also called post meta or custom field) is extra information attached to a…