Auto-generate links to Pages in WP-Table Reloaded
-
I am using WP-Table Reloaded in my sidebar.php file in order to have a table of links and other values related to a seismic database appear on the left half of the browser viewport.
I’m setting this up for a client to be able to enter new records into the database (by using Pages), which appear on the right half of the browser by using custom fields.
So in order to prevent them from having to enter links to each page manually in the WP-Table-Reloaded interface, I would like to generate a list of links to each page, but have it appear within the WP-Table.
I know that there’s a built-in WP function called wp_list_pages();, but this just generates a list with
- elements, and it wouldn’t be sortable with each row of data. I did try finagling the wp_list_pages
- ‘s to be lined up with each table row, but since it wasn’t sortable with the table next to it, it didn’t work out very well.
HELP TOBIAS!!! ??
- The topic ‘Auto-generate links to Pages in WP-Table Reloaded’ is closed to new replies.