• Resolved seank123

    (@seank123)


    Looks good so far but I’d like to do a few thigs:

    Download display – is it possible to show the download list in a grid format (or set how many columns they are displayed in) – currently it shows one per line

    Sorting – is it possible to get a category to sort alphabetically rather than in the order the download was added?

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter seank123

    (@seank123)

    Managed to get the first one working with CSS:

    .bfd-download-block {
    width:30%;
    float:left;
    }

    Plugin Author ndhaddon

    (@ndhaddon)

    Hi Seank,

    Firstly, I appologise for the late reply.

    Secondly, Thanks for checking out the plugin 🙂

    Now, on to your questions…

    I’m glad you got the grid sorted out, CSS really is the key to the display which is why I included the CSS guide in the settings section of the plugin.

    As for alphabetising the download order.. By default WP sorts posts chronologically and as the downloads are really just a custom post type, they are sorted this way too. I have had a bit of a google around and I found this…

    https://codex.wordpress.org/Alphabetizing_Posts

    The information on that page will allow you to make a change in your child theme’s category.php file to display the posts in alphabetical order.

    If you want to apply it to all downloads, the post type is ‘bfd_download’

    IF you just want to apply it to all categories, the category type is ‘download-categories’.

    Just make sure that the code goes into the category.php file of your child theme otherwise you’ll lose the code when your theme updates.

    I hope this helps 🙂

    Cheers

    Nik

    Thread Starter seank123

    (@seank123)

    Thanks for the reply Nik – that looks like it’ll do exactly what I want!

    Cheers

    Brad

    (@bradmillsau)

    @seank123 Any luck on getting the sort alphabetically working?

    If so can you point me in the right direction to get it working?

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

The topic ‘A few suggestions’ is closed to new replies.