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

    (@diddledani)

    the default is to display pages, though if it isn’t showing properly you can force it with the post-type attribute like the example below:

    [a-z-listing post-type="page"]
    
    Thread Starter npiper

    (@npiper)

    Thank you for the quick response! I added that and it’s close to what I want, just needs a few tweaks. Is there a way to either spread out the column look so they aren’t so close together or a way to just list each page after one another in a long list, which is fine, either way will be fine?

    Plugin Author Dani Llewellyn

    (@diddledani)

    You can change the width of the columns by adding some extra CSS (stylesheets). Go to your admin screen and find the “appearance” menu on the left-hand side of the screen between the middle and bottom of the list, hover your mouse there, and then select “customize” from the menu that pops-out. This will take you to a new screen where you need to find “Custom CSS” and click on it.

    Once you are on the custom CSS configuration page, there should be a box on the left side of the screen. It might be blank, or include code from previous customization. Add the following on a new line:

    div.letter-section ul.columns {
        column-width: 15em;
    }

    Feel free to play with the value that I’ve put above as 15em. The default width is 10em, so the above CSS is 1.5 times the column width you currently see.

    Thread Starter npiper

    (@npiper)

    Beautiful, Thank you for the help. Where can i review this amazing plugin? Needs 5 stars

    Plugin Author Dani Llewellyn

    (@diddledani)

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Display Pages, not Posts’ is closed to new replies.