Managed to get the first one working with CSS:
.bfd-download-block {
width:30%;
float:left;
}
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
Thanks for the reply Nik – that looks like it’ll do exactly what I want!
Cheers
@seank123 Any luck on getting the sort alphabetically working?
If so can you point me in the right direction to get it working?