이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Advanced WP Table

설명

Advanced WP Table, an easy to use plugin to create tables in WordPress. You can show the tables in posts, pages, widgets by using the shortcode.

It is fully developer friendly. Developers can alter the table markup easily using hooks to suit the design they want.

NOTE: Advanced WP Table plugin requires WordPress version 5.0 or greater.

Usage

After installing the plugin you should see a new menu in wordpress dashboard called Tables. You can manage your tables from there.

Features

  • Easily add rows and columns
  • Draggable rows and columns
  • Gutenberg editor
  • Shortcode to show the tables anywhere
  • Made using react

설치

  1. Upload advanced-wp-table directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

FAQ

Can I modify the output of table markup?

Yes, you can. There is a hook advanced_wp_table_output.

How can I show the table?

You need to use shortcode. As an example, [advanced_wp_table id="1"]. You should replace the id value to the table id.

후기

2020년 7월 16일
It's very helpful for amazon product listing. The amazing table create plugin with a custom design. It's easy to use. Edit, delete, Duplicate any row column. Simple but working perfectly. Thank you for sharing a good plugin.
모든 1 평가 읽기

기여자 & 개발자

“Advanced WP Table”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

“Advanced WP Table”(이)가 3(으)로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “Advanced WP Table”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.3.2

  • Trying to migrate the table data

1.3.1

  • Upgrade freemius to v2.5.8

1.3.0 (24 May 2023)

  • Upgrade the npm packages, use basic textarea for the cell content

1.2.1

  • Upgrade freemius to v2.4.3.

1.2.0

  • Fix media upload issue in gutenberg editor following the new way comes in WordPress v5.4.
  • Re-register shortcode, freeform blocks as in WordPress v5.4 the issues are gone.
  • Put double quotes in shortcode used in FAQ.

1.1.0

  • Add compatibility to WordPress 5.4.
  • Fix shortcode issue, put double quotes between the table id.
  • Add filter advanced_wp_table_output to alter the table markup dynamically.
  • Add filter advanced_wp_table_enqueue_scripts to load scripts dynamically.
  • Make post type private.
  • Integrate Freemius.
  • Blocks registered form other plugins can be used.
  • Add option to duplicate a table.
  • Add pagination in table list, update the design, show success, error messages.
  • Fix duplicate row issue.

1.0.1

  • Flush and unflash rewrite rules in plugin activation and deactivation.
  • Fix cell vertical align design issue.
  • Add option to clone row.
  • Wrap table inside unique id.

1.0.0

  • Initial release.