Title: Adding cells
Last modified: August 31, 2016

---

# Adding cells

 *  Resolved [c7movieman](https://wordpress.org/support/users/c7movieman/)
 * (@c7movieman)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/adding-cells/)
 * Forgive my ignorance, I am new to php and sql. I am working with a site that 
   utilizes this table very well. I am needing to make changes, but after reading
   through the documentation, I can’t seem to figure it out.
 * Our table is used to hold business locations. When the business location on the
   front end is selected, it opens a page generated by the table information (I 
   believe.) What I am needing to do is to add a URL cell to the table for each 
   row so that when the location is selected on the front end, it will take the 
   user to that specific page.
 * So, I don’t know how to add the cells, nor how to adapt the php to send the user
   to the new webpage.
 * I may be asking for too much here, and I might not have been clear. i can provide
   more information if needed and can pay for work if this is a big task.
 * Thanks!
 * The site is [http://westernshamrock.com/locations](http://westernshamrock.com/locations)
 * [https://wordpress.org/plugins/wp-db-table-editor/](https://wordpress.org/plugins/wp-db-table-editor/)

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

 *  Plugin Author [bobbysmith007](https://wordpress.org/support/users/bobbysmith007/)
 * (@bobbysmith007)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/adding-cells/#post-7455506)
 * This is pretty outside of the scope of things I can help with, but my best guess
   would be that you need to add storage for that data by adding a column to the
   table like:
 * `ALTER TABLE locations ADD COLUMN linksto varchar(1024);`
 * That might be good enough, but you might also need to modify the call to add_db_table_editor,
   to include this new column (if there is ‘sql’ specified).
 * I am sorry but this plugin definitely DOES require the use of both PHP and SQL
   as stated in the read me and on the plugins page. If you need to purchase support,
   you may contact my project manager rebecca (at) acceleration.net.
 * Thanks!
 *  Thread Starter [c7movieman](https://wordpress.org/support/users/c7movieman/)
 * (@c7movieman)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/adding-cells/#post-7455514)
 * Okay, thanks for the advice. I have some little SQL knowledge so I may be able
   to make this work. If not, we’ll purchase support.
 * Thank you!

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

The topic ‘Adding cells’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-db-table-editor.svg)
 * [WP-DB-Table-Editor](https://wordpress.org/plugins/wp-db-table-editor/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-db-table-editor/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-db-table-editor/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-db-table-editor/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-db-table-editor/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-db-table-editor/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [c7movieman](https://wordpress.org/support/users/c7movieman/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/adding-cells/#post-7455514)
 * Status: resolved