• I have a table listing my posts by title. Is there a way to turn the post titles into links to those posts? I can manually put the links in if need be but I thought I’d ask.

    Also, when filtering is it possible to start from the left? As in, if looking for “me” only things that begin with “me” come up, ignoring things that have “me” near the end of the content.

Viewing 1 replies (of 1 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    no, sorry there is no automatic way to achieve this, you will need to manually add the links (the plugin simply can not guess the URLs from the title that you put in).
    If you want this to be automatic, you should actually not use WP-Table Reloaded to create such a table, but use the WordPress Template Tags to create an archive page.

    And on your second question, same answer as before: This is not possible by default, you would need to develop a custom search algorithm, again with the DataTables JavaScript library. For more information on that and the API, I suggest that you take a look at the DataTables website: https://www.datatables.net

    Best wishes,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: WP-Table Reloaded] Link to posts’ is closed to new replies.