amandablum / mindup

1 stars 0 forks source link

Add category cloud to tpl-repo #137

Closed amandablum closed 7 years ago

amandablum commented 8 years ago

should appear above posts as shown in image. Controlled by plugin, only question is hashtags in color definitions below. Plugin FAQ was unclear on them.

<?php show_tag_cloud(array( taxomony=>"category", order_by=>"name", order=>"ASC", smallest=>"75", largest=>"75", format=>"rounded", color=>"#ffffff", background=>"#12A79E", border=>"#ffffff" ));?>

option1

chuckreynolds commented 8 years ago

@amandablum is this for only on /repo/ ? don't see them active on mindup.vuurrclients.com/repo

amandablum commented 8 years ago

only on repo.

On Mon, Jun 6, 2016 at 11:06 AM, Chuck Reynolds notifications@github.com wrote:

@amandablum https://github.com/amandablum is this for only on /repo/ ? don't see them active on mindup.vuurrclients.com/repo

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/amandablum/mindup/issues/137#issuecomment-224039560, or mute the thread https://github.com/notifications/unsubscribe/ACQcI9sdXrU1f4xBjpG-vU-DNq57lrHZks5qJGGzgaJpZM4It_mU .

amandablum commented 8 years ago

and thye're not active cause you have to add them to the theme file.

On Mon, Jun 6, 2016 at 11:07 AM, Amanda Blum - Howling Zoe Productions < amanda@howlingzoe.com> wrote:

only on repo.

On Mon, Jun 6, 2016 at 11:06 AM, Chuck Reynolds notifications@github.com wrote:

@amandablum https://github.com/amandablum is this for only on /repo/ ? don't see them active on mindup.vuurrclients.com/repo

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/amandablum/mindup/issues/137#issuecomment-224039560, or mute the thread https://github.com/notifications/unsubscribe/ACQcI9sdXrU1f4xBjpG-vU-DNq57lrHZks5qJGGzgaJpZM4It_mU .

chuckreynolds commented 8 years ago

k

chuckreynolds commented 8 years ago

k pushed. i thought you said you changed the code online via the editor knowing it'd get overwritten. nbd. should be up now. I fixed his code too so if it's not active it won't blow up the site.

amandablum commented 8 years ago

taxonomy is off, though everything else looks good. It should pull cats not tags. I looked at the commit, i can't figure out where you went wrong (you didn't). Will look through plugin docs.

amandablum commented 8 years ago

FOUND IT

->'taxomony' => 'category',

should be 'taxonomy' @chuckreynolds

amandablum commented 8 years ago

added a few styles to a commit. Should fix some padding. Thank you!