How to Create Your First Table in WP Table Builder

Quick Answer

Go to WP Table Builder → Add New, set rows and columns, drag elements into cells, save the table, then click Embed to copy a shortcode you can paste into any WordPress post or page.

Requirements #

ItemDetails
PlanFree or Pro — this tutorial uses only Free features
PluginWP Table Builder installed and activated (see install guide)
WordPressVersion 5.0 or later
User roleAdministrator, or a role with WP Table Builder permissions (manage user roles)
Time neededAbout 5 minutes

What you’ll build #

In this tutorial, you’ll build a simple product table with five element types: a text heading, a product image, a feature list, a star rating, and a call-to-action button. By the end, you’ll know how to add any element to any cell and how to embed the finished table anywhere on your WordPress site.

Step 1: Open the table builder #

Once WP Table Builder is installed and activated, open your WordPress dashboard. You’ll see a new WP Table Builder menu item in the left admin sidebar.

Hover over the WP Table Builder menu, then click Add New in the flyout.

Add New menu in WP Table Builder

Alternatively, click the WP Table Builder menu item (1) and then Add New (2) from the secondary sidebar.

Alternative path to Add New

Step 2: Set rows and columns #

On the setup screen, enter the number of rows (1) and columns (2) your table needs, then click Create New (3).

You can add or remove rows and columns later, so don’t worry about getting this exact.

Choose rows and columns

Step 3: Name your table #

You’ll now see the WP Table Builder editor. Type a name for your table in the title field at the top (1). A clear name makes tables easier to find later when you have many of them.

Name your table

Step 4: Understand elements (Free vs Pro) #

WP Table Builder has two types of elements:

  • Basic elements (Free and Pro): Text, Image, List, Star Rating, Button, Custom HTML, Shortcode
  • Pro elements: Icon, Text Icon, Styled List, Circle Rating, Ribbon, Badge, Progress Bar

Basic elements are available in both the Free and Pro versions. Pro elements require a WP Table Builder Pro license.

Basic elements panel
Pro elements panel

To add any element, drag it from the left sidebar and drop it into a table cell.

Step 5: Add text #

Text is the most common element. There are two ways to add it:

  • Drag and drop: Drag the Text element from the sidebar into a cell.
  • Click to type: Click directly inside any empty cell and start typing.
Drag text into cell

Once a text element is selected, the left sidebar shows styling options:

  1. Font color — color of the text
  2. Link font color — color of any hyperlinks inside the text
  3. Font size — text size in pixels
  4. Padding — inner spacing
  5. Margin — outer spacing
Text element sidebar options

A floating toolbar also appears above the selected text with bold, italic, strikethrough, link, and alignment controls.

Text floating toolbar

Step 6: Add an image #

Drag the Image element into a cell, then click Upload to choose an image from your WordPress media library or upload a new one.

Drag image into cell

After selecting the image, use the left sidebar to configure it:

  • General tab — set image alignment (1) and add alt text (2) for SEO and accessibility
  • Size tab — change image width and height
  • Link tab — make the image clickable by adding a URL, and optionally set the link to open in a new tab via Link Target → Blank
Image general options
Image size tab
Image link tab

Tip: Always add alt text to table images. It improves accessibility and helps search engines understand your content.

Step 7: Add a list #

Drag the List element into a cell and edit the items inline.

Drag list into cell

Configure the list from three tabs in the left sidebar:

  • General tab — change list type (bulleted/numbered), margin, and padding
  • Font tab — adjust font color and size for list items
  • Layout tab — control item spacing and list alignment
List general tab
List font tab
List layout tab

Step 8: Add a star rating #

Drag the Star Rating element into a cell and click on the stars to set the rating.

Drag star rating into cell

From the left sidebar you can configure:

  1. Max rating — maximum number of stars (default is 5)
  2. Rating value — the current rating to display
  3. Size — star size
  4. Alignment — left, center, or right
  5. Color — star color
  6. Show rating count — toggle to display the numeric value beside the stars
Star rating options

Step 9: Add a button #

Drag the Button element into a cell, then click it to edit the button text and link.

Drag button into cell

The left sidebar lets you customize size, border radius, background color, hover color, text color, text hover color, font size, button alignment, content alignment, and button ID.

Button options part 1
Button options part 2

Your finished table should now look something like this:

Finished example table

Step 10: Save your table #

Important: You must save your table before you can preview it, embed it, or come back to it later. Click the Save Table button at the top right of the editor.

If you close the editor without saving, your changes will be lost.

Step 11: Embed the table in a post or page #

Once saved, click the Embed button in the top toolbar. This copies the table’s shortcode to your clipboard automatically.

Embed button copies shortcode

Now open any WordPress post or page where you want the table to appear, and paste the shortcode. It will look like [wptb id=123].

Paste shortcode into post

Publish or update the post, and your table will appear on the frontend.

Troubleshooting #

My table isn’t showing up on the frontend.

Make sure you clicked Save Table before copying the shortcode, and that the shortcode ID matches your saved table. If the shortcode still shows as plain text, see Tables Not Showing in WP Table Builder Dashboard.

Elements won’t drop into cells.

Check that you’re dragging into an empty cell, not onto the cell border. Refreshing the browser usually resolves stuck drag states.

My table looks broken on mobile.

WP Table Builder tables are responsive, but you may need to enable the responsive mode. See How to Make a Table Responsive.

The styling in my table looks different from the editor preview. Your theme may be overriding WP Table Builder’s styles. See How to Disable Theme Styles for Table.

Frequently asked questions #

Can I create tables without coding?

Yes. WP Table Builder is fully drag-and-drop. You don’t need HTML, CSS, or any coding knowledge to create your first table.

Is there a limit to how many tables I can create?

Can I edit a table after embedding it on a post?

Does this work with the Gutenberg block editor?

Are WP Table Builder tables SEO-friendly?

Related docs #

What are your feelings

Updated on April 20, 2026