Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter minnellium

    (@minnellium)

    Is it maybe something I can do in wp-incudes/post-template.php?

    Anyone ??? Thanks?!!

    I did it with a stylesheet.

    #gdm-plm-2 ul{
    margin: 0;
    padding: 0;
    margin-bottom: 1em;
    float: left;
    }
    
    #gdm-plm-2 ul li{
    display: inline;
    }
    #gdm-plm-2 ul li a{
    float: left;
    color: black;
    padding: 2px 2px;
    text-decoration: none;
    }

    where gdm-plm-2 is the div id for that particular list.

    The items in the list will need to have the , as part of the name ie: childpage1,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘wp_list_pages – but not in <li> format – I want a comma-separated list’ is closed to new replies.