Commit Graph

56 Commits

Author SHA1 Message Date
Robin Cornett 13f35c3b91 Fix admin enqueue scripts 2015-11-17 14:03:21 -05:00
Robin Cornett 724b9c781b Update readme/tag
and whoops bugfix on output.
2015-08-17 11:42:12 -04:00
Robin Cornett 96254acb40 Update readme 2015-08-15 15:19:46 -04:00
Robin Cornett 3aecd3f9a6 Fix author widget 2015-07-27 13:00:11 -04:00
Robin Cornett 02c23c41fe Fix calls to get_option 2015-07-26 16:21:14 -04:00
Robin Cornett 61d7d56e5c Fix dependencies 2015-07-12 12:28:21 -04:00
Robin Cornett 854fff888f Add basename constant for functions' use
Deactivate and settings links use this.
2015-07-12 12:26:20 -04:00
Robin Cornett 2da0efb132 Fix widgets enqueue 2015-07-12 11:37:54 -04:00
Robin Cornett 41ac3732cd Provisional tag 2.3.0 2015-07-12 11:35:08 -04:00
Robin Cornett 0ef416eb6f Add featured author widget 2015-06-07 17:03:09 -04:00
Robin Cornett 68339ddc5d Remove widgets from customizer if non-Genesis preview 2015-06-07 15:21:47 -04:00
Robin Cornett a3c6afa03f Simplify deactivation 2015-06-07 12:06:55 -04:00
Robin Cornett f6d588bfc7 Add author profile featured image 2015-06-07 12:04:36 -04:00
Robin Cornett 93b7c5aa35 Clean up static methods
Needs lots more testing
2015-06-03 14:36:16 -04:00
Robin Cornett 12519a0878 Move more work into render function 2015-05-30 10:27:33 -04:00
Robin Cornett e527557810 escape all the things 2015-04-24 17:02:47 -04:00
Robin Cornett a68e201116 add blog page 2+ setting
originally the featured image doesn't show on subsequent pages, but some
people might want it to. needs documentation.
2015-04-09 22:16:36 -04:00
Robin Cornett 99bee2077c add helper functions
currently just get term image for single posts.
2015-02-16 13:23:45 -05:00
Robin Cornett 93b5bc9f7b change widget class names 2015-02-03 08:44:23 -05:00
Robin Cornett 0ac5c69ad9 add style for admin image column 2015-01-19 20:58:30 -05:00
Robin Cornett 0511b4f27f tag as 2.0.0 2015-01-10 10:45:16 -05:00
Robin Cornett d3be09861b add help tab for taxonomy terms 2015-01-10 09:42:54 -05:00
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 ec59ef049d add cpt archive widget 2015-01-06 22:10:43 -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
Robin Cornett 83e46c5e31 move tax save function to settings class
this cuts redundancy, since the image validation function is already in
this class. having the taxonomy save in its own class required
duplicating the validation functions.
2015-01-04 16:05:25 -05:00
Robin Cornett 37c2c6418c remove unnecessary includes 2015-01-03 17:56:25 -05:00
Robin Cornett a64d5c68ee retrieve js for all relevant admin pages 2015-01-03 15:42:20 -05:00
Robin Cornett 1897557a3b simplify columns calls 2015-01-03 15:41:49 -05:00
Robin Cornett 12ad667b5f add class for cpt featured image setting 2015-01-02 20:28:33 -05:00
Robin Cornett adb2ab6d3e create admin class for custom featured image column 2015-01-01 18:38:59 -05:00
Robin Cornett 7160b7cdaa add featured image column to posts, pages, post types 2015-01-01 18:05:23 -05:00
Robin Cornett ee62bdb52a remove priority/args from function call 2015-01-01 17:26:51 -05:00
Robin Cornett 56919d77fe move upload script enqueue to main class
(so it's available for both taxonomies and settings page)
2014-12-30 16:36:33 -05:00
Robin Cornett 05cbac5306 add taxonomies class
sets up featured image for taxonomies. not applied to output yet.
2014-12-30 16:27:56 -05:00
Robin Cornett 5dab26b927 add new setting to optionally not move titles 2014-12-15 10:03:47 -05:00
Robin Cornett 8a715934ec updated version to 1.5.0 2014-12-13 10:03:55 -05:00
Robin Cornett 7e67eac6e4 add class for RSS work
extracted RSS filters from output class and created new RSS class.
2014-12-12 10:08:00 -05:00
Robin Cornett f905bc61f9 add function to check/update new setting
since feed_image is a new setting in the array, there is an error if it's not set for users
upgrading from 1.4.3. this function checks if it isn't there and if it's not, adds it.

for new users, there is no need to check.
2014-12-11 17:33:29 -05:00
Robin Cornett e034e54caa add rss function 2014-12-10 17:04:31 -05:00
Robin Cornett f395d0bd96 deactivation error effficiency 2014-11-11 13:16:11 -05:00
Robin Cornett d2b304d447 get_option corrected to add excerpts to pages 2014-11-11 12:37:21 -05:00
Robin Cornett 6356c18f15 settings revision 2014-11-02 19:20:45 -05:00
Robin Cornett e80056b9f4 yoda on Genesis 2014-11-01 20:40:42 -04:00
Robin Cornett f7d11e2494 add excerpt support for pages if excerpts turned on 2014-11-01 20:07:53 -04:00
Robin Cornett aca975db09 excerpt display optional 2014-10-28 18:12:44 -04:00
Robin Cornett 4801a582cb refactor variables into utility class 2014-10-24 10:01:43 -04:00
Robin Cornett 096c7a3292 default, upload moved to Media 2014-10-21 18:16:00 -04:00