Forums

Display archive data in a sortable table format (4 posts)

  1. deserturchin
    Member
    Posted 9 months ago #

    I would like to be able to display post title, rating and a permalink in a sortable table format whenever a user clicks on a specific category. Does anyone know how to do this?

  2. jcow
    Member
    Posted 9 months ago #

    There might be a plugin that creates sortable tables that might be useful. Like this one:
    wp-table

    But that isn't very current...

    I have seen this one implemented with WP:
    http://www.phatfusion.net/sortabletable/

    Probably take a little work, but it is nice.

  3. deserturchin
    Member
    Posted 9 months ago #

    The sortable feature isn't my main issue. I think I can figure that out. I am not sure how to change the archive.php to display the data in a table rather than the default method. Any help on this issue would be greatly appreciated.

  4. morfjord
    Member
    Posted 1 month ago #

    me to:

    I have great difficulty using <table> in post. For example if I use fckeditor to creative the table.

    <table width="200" cellspacing="1" cellpadding="1" border="1">
    <tbody>
    <tr>
    <td>Text 1</td>
    <td>Text 2</td>
    </tr>
    <tr>
    <td> Text 3</td>
    <td>Text 4</td>
    </tr>
    <tr>
    <td> Text 5</td>
    <td> Text 6</td>
    </tr>
    </tbody>
    </table>

    When I look at the post as viewed it looks fine. But I if I look at it as search results or as archives the <table> is messed up. I haven’t fund a theme there can’t view this probably.

    Is there a way how a post whatever appears on the same way?

Reply

You must log in to post.

About this Topic