Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author tugbucket

    (@tugbucket)

    http://wordpress.org/plugins/multi-column-tag-map/installation/

    manual = (possible values: blank or a comma separated list eg: “d, g, t”)

    manual: Each letter will create the beginning of a new column. Example: ‘manual=”e, h, t”.’ This will create four columns (a-d, e-g, h-s and t-z+numbers). Writing “a, e, h, t” will have the same effect. The “columns” option is ignored as the “manual” setting creates the columns based on your input.

    so by you writing: manual="a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z" you are creating 26 columns.

    Thread Starter Shabir Virk

    (@sakuhetu)

    Hi thanks for the reply man.

    But could you please tell me how to output the results in three columns like the same way i want.

    If i use the “a-d” the the b is below the A and c is below the B

    i want them left to right order.

    Please tell me how to achieve this.

    Thanks

    Plugin Author tugbucket

    (@tugbucket)

    Try:

    [mctagmap columns="1" hide="yes" num_show="10" show_empty="yes" tag_count="yes" width="215" equal="yes" taxonomy="dir-cats"]

    #mcTagMap .holdleft, #sc_mcTagMap .holdleft {
    float: left;
    }

    or something to that effect. The “equal” might not work correctly though so you might have to modify that script.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Multi Columns Problem’ is closed to new replies.