[WordPress] 外掛分享: Footer Mega Grid Columns – For Legacy / Classic / Old Widget Screen

首頁外掛目錄 › Footer Mega Grid Columns – For Legacy / Classic / Old Widget Screen
WordPress 外掛 Footer Mega Grid Columns – For Legacy / Classic / Old Widget Screen 的封面圖片
⚠ 此外掛已下架 — 不再更新維護,建議勿安裝。
2,000+
安裝啟用
★★★★
4.5/5 分(10 則評價)
52 天前
最後更新
問題解決
WordPress 4.0+ v1.4.3 上架:2016-12-28

內容簡介

重要提示:此外掛與 WordPress 5.7 及以下版本相容性更好。

儘管仍能在最新版 WordPress 5.8 或以上版本中運行,但您需要啟用舊式小工具畫面。為此,您需要在主題/子主題的 functions.php 檔案中加入以下代碼:

function fmgc_theme_setup() {
remove_theme_support( 'widgets-block-editor' );
}
add_action( 'after_setup_theme', 'fmgc_theme_setup' );

或者

//停用區塊編輯器管理小工具。
add_filter( 'use_widgets_block_editor', '__return_false' );

探索 Footer Mega Grid Columns 的特色 | 年度或終身套餐優惠

您的頁尾是否卡在主題預設的「1或2欄」中?

Footer Mega Grid Columns 是一款免費外掛,可讓您根據主題要求建立網格式頁尾區塊。

Footer Mega Grid Columns - 註冊頁尾小工具區域,並允許您以多欄顯示方式添加和顯示頁尾小工具。

網站頁尾是重要的網站房地產,通常包含重要的引導產生項目,如 mailchimp 和社交媒體。一個設計良好的頁尾可以帶來巨大的好處。

如何顯示頁尾格線

在您的 footer.php 中添加以下代碼

<?php if( function_exists('slbd_display_widgets') ) { echo slbd_display_widgets(); } ?>

特點

添加頁尾小工具,即 Footer Mega Grid Columns。
在 Footer Mega Grid Columns 下以網格1,2,3,4等方式顯示所有小工具。
可用於大多數主題。
可添加第三方小工具。

如何安裝:

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.4.3) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Footer Mega Grid Columns – For Legacy / Classic / Old Widget Screen」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

Important Note : This plugin work better with WordPress older version till 5.7.

It still works with latest version of WordPress 5.8 or above but you need to enable Legacy / Classic / Old Widget Screen. For this you need to add following code in your theme/child theme functions.php file:
function fmgc_theme_setup() {
remove_theme_support( 'widgets-block-editor' );
}
add_action( 'after_setup_theme', 'fmgc_theme_setup' );

OR
// Disables the block editor from managing widgets.
add_filter( 'use_widgets_block_editor', '__return_false' );

Explore Footer Mega Grid Features | Annual or Lifetime Bundle Deal
Is your footer stuck in the default “1 or 2 columns” that came with your theme?
Footer Mega Grid Columns is a free plugin which allows you to create footer areas in grid depending upon the requirement of your theme.
Footer Mega Grid Columns – Register a footer widget area for your theme and allow you to add and display footer widgets in grid view with multiple columns.
The site footer is a valuable piece of site real estate, often containing important lead generating items such as mailchimp and social. A well designed footer can be a tremendous benefit.
How to display footer grid
Add the following code in your footer.php

Features

Add a Footer widget ie Footer Mega Grid Columns .
Display all widgets in grid 1,2,3,4 etc under Footer Mega Grid Columns.
Can be used with most of the themes.
Third party widget can be added.

How to install :

文章
Filter
Apply Filters
Mastodon