Dieses Plugin wurde nicht mit den 3 neuesten Hauptversionen von WordPress getestet. Es wird möglicherweise nicht mehr gepflegt oder unterstützt und kann bei der Verwendung mit neueren WordPress-Versionen zu Kompatibilitätsproblemen führen.

Simple CSV Tables

Beschreibung

With Simple CSV Tables you will be able to register unlimited CSV files. Those files will be associated to a shortcode that prints a dynamic table anywhere on your site.

Screenshots

  • You can create a New CSV Table, upload the .csv file, and specify the delimeter char.
  • A shortcode will be generated.
  • Use the sortcode to print the table on Posts and Pages.
  • The table is shown.

Installation

This plugin creates a Custom Post called ‚CSV Table‘, so we recommend updating the permalinks after activation.

  1. Upload the plugin folder to the /wp-content/plugins/ directory
  2. Activate the plugin
  3. Update permalinks under ‚Settings‘.

FAQ

Can I use multiple CSV files?

Absolutely. You can import and show as many tables as you like. Every time you import a CSV file, the plugin creates a ‘CSV Table’ post. You will then be able to show that table anywhere on your site using a simple shortcode.

Rezensionen

Für dieses Plugin gibt es keine Rezensionen.

Mitwirkende und Entwickler

„Simple CSV Tables“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende

„Simple CSV Tables“ wurde in 5 Sprachen übersetzt. Danke an die Übersetzer für ihre Mitwirkung.

Übersetze „Simple CSV Tables“ in deine Sprache.

Interessiert an der Entwicklung?

Durchstöbere den Code, sieh dir das SVN-Repository an oder abonniere das Entwicklungsprotokoll per RSS.

Änderungsprotokoll

1.0.3

  • Update dependencies & add responsive

1.0.2

  • Translatable strings

1.0.1

  • Input sanitization && validation
  • Local version of datatables instead of using CDN

1.0

  • Initial