Title: Data input
Last modified: August 21, 2016

---

# Data input

 *  [wimpie1611](https://wordpress.org/support/users/wimpie1611/)
 * (@wimpie1611)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/data-input/)
 * Where do i put the data line. Nothing shows up when i put it on a new page.
 * [http://wordpress.org/plugins/wp-excel-cms/](http://wordpress.org/plugins/wp-excel-cms/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [webteilchen](https://wordpress.org/support/users/webteilchen/)
 * (@webteilchen)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/data-input/#post-4371386)
 * You have to edit the theme. How would you expect to use the data? Maybe I can
   extend the plugin, to make it work this way.
 * Otherwise you can use it this way in your theme:
 * <?php $data = wp_excel_cms_get(“guestlist”); ?>
 * <?php foreach($data as $entry): ?>
    column 1: <?php echo $entry[0]; ?> column
   2: <?php echo $entry[1]; ?> column 3: <?php echo $entry[2]; ?> <hr /> <?php endforeach;?
   >
 *  [caracadon](https://wordpress.org/support/users/caracadon/)
 * (@caracadon)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/data-input/#post-4371412)
 * Not understanding “..in your theme.” Which is to say you would only be allowed
   to put one spreadsheet which would then show up on every page produced in your
   theme? How would one insert a spread sheet into a page or blog page and maybe
   a different sheet into a different page/blog page; and not theme-wide?
 * I know, I’m missing something here…
 *  Plugin Author [webteilchen](https://wordpress.org/support/users/webteilchen/)
 * (@webteilchen)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/data-input/#post-4371414)
 * This is the approach, if you create your own theme and want to manage the content
   via excel tables. Thats only for developers. With that code, you can add as many
   tables as you want in one theme.
 * Your idea, to put the tables in shortcodes will be released in a few hours. Please
   have a look in the other post.
 *  Plugin Author [webteilchen](https://wordpress.org/support/users/webteilchen/)
 * (@webteilchen)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/data-input/#post-4371415)
 * New Version is online. You now can use [wp_excel_cms name=”guestlist”] in your
   posts oder pages.
 * If you have any wishes or proposals to make it work better, let me know.
 * Best Regards
    Vincent

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Data input’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-excel-cms_0069a0.svg)
 * [WP Excel CMS](https://wordpress.org/plugins/wp-excel-cms/)
 * [Support Threads](https://wordpress.org/support/plugin/wp-excel-cms/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-excel-cms/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-excel-cms/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-excel-cms/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [webteilchen](https://wordpress.org/support/users/webteilchen/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/data-input/#post-4371415)
 * Status: not resolved