• Hi, is there any way to have multiple columns regardless number of items in the list? Like I want 3 columns layout. If there are 3 items, then it should be in 3 columns.

    Thank you.

Viewing 1 replies (of 1 total)
  • Plugin Author Dani Llewellyn

    (@diddledani)

    Hi,

    The easiest way to do this is to copy the template file from wp-content/plugins/a-z-listing/templates/a-z-listing.php into your theme and edit line 21 to change $_a_z_listing_minpercol = 10;. You will want to set that variable to 1:

    $_a_z_listing_minpercol = 1;
    

    Make sure you’re aware of the concept of child-themes if you are using a theme that you did not create yourself. You should use a child-theme in such circumstances so that any updates to your theme from its developer do not delete the template we copied above.

Viewing 1 replies (of 1 total)
  • The topic ‘Multiple columns’ is closed to new replies.