[WordPress] 外掛分享: ACF: TablePress

前言介紹

  • 這款 WordPress 外掛「ACF: TablePress」是 2015-05-03 上架。
  • 目前有 1000 個安裝啟用數。
  • 上一次更新是 2016-07-14,距離現在已有 3215 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
  • 外掛最低要求 WordPress 4.0 以上版本才可以安裝。
  • 有 4 人給過評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

pwtyler | croixhaug | tylerdigital |

外掛標籤

acf | table | tables | tablepress | advanced custom fields |

內容簡介

這是為了深受歡迎的Advanced Custom Fields和TablePress插件所設計的擴展。這個插件本身是沒有任何功能的。

這個Advanced Custom Fields的附加功能建立了一個自定義字段類型,以選擇一個TablePress表格,提供一個下拉菜單,讓你從可用表格列表中選擇。該字段可以返回所選表格的表格ID或表格的完整HTML。

此插件需要:

Advanced Custom Fields版本4+或5+
TablePress版本1.5+

只要確保不會混淆...除非在您的網站上啟用了ACF(或ACF Pro)和TablePress,否則此插件不起作用。

在GitHub上關注此插件

使用該字段

當返回表格ID時,以下任何代碼片段都將輸出您的表格(將“ your_field_here”換為ACF Field Group設置中定義的字段名稱)。

$tablepress_id = get_field( 'your_field_here' );
echo do_shortcode( '[table id="'.$tablepress_id.'"]' );
?>

或者,為了避免使用do_shortcode(),使用

$tablepress_id = get_field( 'your_field_here' );
$args = array(
'id' => $tablepress_id,
);
if ( function_exists( 'tablepress_print_table' ) ) {
tablepress_print_table( $args );
}
?>

要在網頁上簡單地顯示所選表格,請在您的字段設置中選擇HTML輸出選項,然後將以下代碼插入您的php代碼:

the_field( 'your_field_here' );

有關詳細說明,請參閱我們的文章 Setting up an ACF field for TablePress 。

原文外掛簡介

This is an extension for the popular Advanced Custom Fields plugin and TablePress plugin. By itself, this plugin does NOTHING.
This add-on for Advanced Custom Fields creates a custom field type to select a TablePress table, providing a dropdown menu that lets you select from a list of available tables. The field can return the table ID for the table selected, or the full HTML of the table.
This plugin requires:

Advanced Custom Fields version 4+ or 5+
TablePress version 1.5+

Just to be sure there’s no confusion… This plugin does nothing unless ACF (Or ACF Pro) and TablePress are both active on your site
Follow this plugin on GitHub
Using the Field
This field can return the table ID for the table selected, or the full HTML of the table (the same output as the rendered shortcode).
When returning the table ID, either of the following code snippets will output your table (replacing ‘your_table_here’ with the field name you defined in your ACF Field Group settings).

or, to avoid using do_shortcode(), use
$tablepress_id,
);
if ( function_exists( 'tablepress_print_table' ) ) {
tablepress_print_table( $args );
}
?>

To simply display the chosen table on your page, choose the HTML output option in your field settings, and insert into your php with
the_field( 'your_field_here' );

For a more detailed explanation, see our article, Setting up an ACF field for TablePress.

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「ACF: TablePress」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


1.0 | 1.1 | 1.2 | 1.3 | 1.2.1 | 1.2.2 | 1.3.1 | 1.3.2 | trunk |

延伸相關外掛(你可能也想知道)

  • TablePress – Tables in WordPress made easy 》TablePress 是最受歡迎和評分最高的 WordPress 表格外掛程式。它允許您輕鬆地在您的網站上創建和管理美麗的表格。您可以使用區塊編輯器在文章、頁面或其他網...。
  • Admin Columns 》這個 WordPress 外掛可以管理並整理文章、使用者、評論及媒體列表的欄位。它讓 WordPress 後台界面變得更美觀、明確。, , Admin Columns Pro, Admin Columns ...。
  • Ninja Tables – Easy Data Table Builder 》詳細功能 | Youtube 影片教學 | 示範 | 使用者指南, 建立美觀響應式表格一向是一個困難的事情。而客製化這些表格甚至更是爭論不休。, 所以,如果您正在尋找...。
  • wpDataTables – WordPress Data Table, Dynamic Tables & Table Charts Plugin 》wpDataTables 是一款流行的 WordPress 插件,可用於快速從 Excel、CSV、XML、JSON、PHP 和其他數據源創建表格和表格圖表。使用我們的 WP 表格插件,以簡潔、...。
  • WP-DBManager 》允許您優化資料庫、修復資料庫、備份資料庫、還原資料庫、刪除備份資料庫、刪除/清空資料表和運行選定查詢。支援自動備份、優化和修復資料庫的排程。, 一般使...。
  • WP Table Builder – WordPress Table Plugin 》外掛展示 | 文件 | 獲得專業版, WP Table Builder 是一個針對 WordPress 的拖曳式表格建立外掛,使用 WP Table Builder 輕鬆創建響應式表格。, WP Table Buil...。
  • Table Field Add-on for ACF and SCF 》表格欄位外掛程式增強了Advanced Custom Fields外掛程式的功能,讓表格編輯更易於使用。, 此外掛程式需要Advanced Custom Fields外掛程式或專業版!, 表格欄...。
  • Flexible Table Block 》合併和分割儲存格, 您可以從多個選定的儲存格中合併或分割儲存格。, 靈活的樣式設置, 您可以針對表格、儲存格和標題標籤分別設置各種樣式。, 高級使用介面, ...。
  • Table Addons for Elementor 》使用 Table Addons For Elementor 外掛,您可以為 WordPress 創建任何類型的表格。表格的列數和欄數沒有限制,您可以為表格創建任意數量的列和欄。它具有 Ele...。
  • Opening Hours 》, 支援多個開放時間集 (例如一個用於餐廳,一個用於酒吧) ,您可以分別使用。, 支援假日, 支援不規則開放時間 (例如聖誕節期間的不同開放時間), 支援覆蓋您常...。
  • Tablesome Table – Contact Form DB – WPForms, CF7, Gravity, Forminator, Fluent 》示範 | 文件 | 購買 Pro 版本 | 測試 Beta 版本 |獲得支援 | 提交功能需求, 萬能 WordPress 外掛以創建數據表格,自動化及接觸表格訊息之資料庫功能, 使用 Ta...。
  • WP Responsive Table 》這個外掛使得在小螢幕上的 HTML 表格可以橫向滾動。它在其自己的容器中橫向滾動,使得顯示在螢幕上的表格可以更加符合螢幕大小。, 特色, , 開箱即用,無需額...。
  • Magic Liquidizer Responsive Table 》這是一個簡單且輕量的 WordPress 外掛,可以將你的普通 HTML 表格轉換成行動裝置回應式表格。這是開發網站時必備的回應式網頁設計工具。當表格包含大量內容(...。
  • ULTIMATE TABLES 》這個外掛讓你可以輕鬆地在 WordPress 管理頁面中創建和管理表格,你可以在頁面、文章、帖子或「ultimate tables widget」中插入表格。, 演示和外掛頁面, 它的...。
  • Sheets to WP Table Live Sync | Google Sheets Table Plugin for WordPress with Spreadsheet Integration – FlexTable 》使用「Google Sheets to WP Table Live Sync」外掛可以輕鬆地在WordPress上以表格形式即時同步Google Sheets資料。只需更新Google表格,WordPress表格就會自...。

文章
Filter
Apply Filters
Mastodon