Commit Graph

11 Commits

Author SHA1 Message Date
Robin Cornett 26a6630504 clarify widget titles
also moved file inclusion to register_widgets function #wwgjd
2015-01-09 12:54:12 -05:00
Robin Cornett 82339e158d fix get_option in tax widget 2015-01-08 12:32:16 -05:00
Robin Cornett 9b5da50918 updated term option for uniqueness 2015-01-07 19:08:49 -05:00
Robin Cornett 521d2e02a3 use WP title/description if genesis same aren't set 2015-01-07 12:08:25 -05:00
Robin Cornett a438a10b1e add posts to possible archive type
basically serves as a fallback. some wonky possibilities if front page
is the posts page, or if front page is static and no posts page is set
2015-01-07 10:06:56 -05:00
Robin Cornett ec59ef049d add cpt archive widget 2015-01-06 22:10:43 -05:00
Robin Cornett 3ec0be7c0b fixed ajax
widget will not display if taxonomy is changed and new term is not
selected. for some reason, the term doesn't select with ajax so the
$instance['term'] may end up mismatching with the $instance['taxonomy'],
which can throw lots of errors. for now, I'm dealing with this by
making the entire widget disappear if there is a problem.
2015-01-06 11:42:37 -05:00
Robin Cornett 891363618c remove unnecessary markup 2015-01-05 23:27:08 -05:00
Robin Cornett 920e782609 fixing js conflicts
ajax still is not working, although at this point it is doing something.
just exchanges for an empty list. also still conflicts with jo.
2015-01-05 23:26:44 -05:00
Robin Cornett 37cbcc7210 update tax widget to select tax, then term
js needs work
2015-01-05 20:32:18 -05:00
Robin Cornett 1b2c90c872 add featured taxonomy widget 2015-01-05 17:54:56 -05:00