Commit Graph

455 Commits

Author SHA1 Message Date
Robin Cornett 7fb24b1086 Add post_meta to disable on a per post basis 2016-04-03 15:31:17 -04:00
Robin Cornett d3ea7a950a Extract singular image function 2016-04-03 15:30:06 -04:00
Robin Cornett 0c966656fe Clean up js 2016-04-02 12:05:19 -04:00
Robin Cornett 81181fd84b Update script 2016-04-02 11:32:56 -04:00
Robin Cornett 648a6317a9 Update readme/copyright 2016-04-01 20:18:20 -04:00
Robin Cornett df882c51c0 Refactor validation for numbers/special pages 2016-04-01 17:07:27 -04:00
Robin Cornett e7d138eb6c Convert settings page to tabs 2016-04-01 17:06:57 -04:00
Robin Cornett 22d12180fd Move skip setting to content types section 2016-03-31 16:00:15 -04:00
Robin Cornett 916b5e2b02 Fix settings page
Adds post, page to skip, adds margin to checkbox label
2016-03-31 12:39:35 -04:00
Robin Cornett 4223fcb55b Move skip setting to main section 2016-03-31 12:38:55 -04:00
Robin Cornett f70e3d9f6b Use url to id function for fallback 2016-03-31 11:37:45 -04:00
Robin Cornett 38e078859d Add setting to skip featured image output for custom content types 2016-03-31 11:37:21 -04:00
Robin Cornett 1b4e5e8bf8 Add fallback setting for custom content types 2016-03-31 11:36:55 -04:00
Robin Cornett 963a170e4c Change variable names for sanity 2016-03-31 11:35:12 -04:00
Robin Cornett 7218c6a8a3 Add selective refresh support to widgets for customizer 2016-03-25 13:26:44 -04:00
Robin Cornett 5925672258 Add a filter for the large image size 2016-03-19 20:26:53 -04:00
Robin Cornett 30707b2196 Update help/text, labels, .pot 2016-03-11 13:44:19 -05:00
Robin Cornett 8c6b7dfff6 Add featured images for search/404 pages 2016-03-11 12:34:23 -05:00
Robin Cornett 0778777368 Add setting to use term/cpt images as fallbacks for archive thumbnails 2016-03-07 13:08:59 -05:00
Robin Cornett 643ceedcd3 Update readme, pot, version 2016-03-02 22:18:33 -05:00
Robin Cornett 92d15eee2a Update term meta retrieval method
Necessary for G 2.2.7. This maintains backwards compatibility for users
running earlier WP/G versions.
2016-03-02 21:44:01 -05:00
Robin Cornett 513447fa42 Add filter to modify the default plugin image size 2016-02-23 13:27:02 -05:00
Robin Cornett 00bf7ad209 Fix image source if image size isn't present 2016-02-23 13:12:43 -05:00
Robin Cornett 0b3864abd5 Fix filter location 2016-02-23 08:03:54 -05:00
Robin Cornett be876f703e Add helper function to get the plugin setting 2016-02-23 08:03:13 -05:00
Robin Cornett c67b24b735 Make intro hooks for specific for excerpts 2016-02-20 15:45:23 -05:00
Robin Cornett 4f9fef8ba8 Fix admin column display on mobile 2016-02-14 14:46:55 -05:00
Robin Cornett 40e421560d Add a filter to change which image size to use
Overrides the filter to force use of the large image.
2016-02-04 14:38:05 -05:00
Robin Cornett 4fb70bf46a Fix post type archive widget if there is no image 2016-01-29 17:36:34 -05:00
Robin Cornett 23c8b9493c update docblocks 2016-01-29 17:07:52 -05:00
Robin Cornett 55ae6eca2f Add function for description output
(This gives me a way to add new hooks in)
2016-01-28 11:00:09 -05:00
Robin Cornett 28808d0f52 Add a filter for the title text 2016-01-28 10:59:34 -05:00
Robin Cornett 70cb467c7e Add filter to create a conditional to check if the plugin can run 2016-01-17 11:40:58 -05:00
Robin Cornett 6d268b79dd Update docblocks 2016-01-12 09:13:25 -05:00
Robin Cornett bc80927720 Change function name 2016-01-07 13:52:08 -05:00
Robin Cornett 3c3e5f5c04 Refactor identical apply_filters to one function and call as needed 2016-01-04 10:05:23 -05:00
Robin Cornett f2a4cb192f change secondary order to title if post type is hierarchical 2015-12-30 21:02:13 -05:00
Robin Cornett d587393697 Merge branch 'develop' of https://github.com/robincornett/display-featured-image-genesis into develop 2015-12-30 16:04:40 -05:00
Robin Cornett fa12386e95 Add all parameters to RSS filter 2015-12-30 16:04:29 -05:00
Robin Cornett 8a18a5df51 Simplify early return on ID check 2015-12-30 16:04:17 -05:00
Robin Cornett 8560bf4689 Fix strict arrays 2015-12-30 15:53:19 -05:00
Robin Cornett 8ea5a279f9 Make the featured image column sortable 2015-12-30 12:41:04 -05:00
Robin Cornett eeb58b0aa2 Remove unnecessary is_home() check
Now covered in post type code following
2015-12-16 14:05:26 -05:00
Robin Cornett 0177efe5d3 update version 2015-12-16 07:42:01 -05:00
Robin Cornett dec8e3bf59 Merge redundant strings for translation
Thanks to @christophherr for finding this.
2015-12-15 07:43:14 -05:00
Robin Cornett 4d73d65aba Fix medium image check 2015-12-15 07:36:49 -05:00
Robin Cornett 6cec93b492 Fix tax/term image 2015-12-15 07:13:45 -05:00
Robin Cornett 1862552e15 Fix posts page image 2015-12-15 07:13:23 -05:00
Robin Cornett 4cf610ca39 Simplify post_type image retrieval
Use get_post_type() instead of the convoluted object checking.
2015-12-14 17:21:04 -05:00
Robin Cornett 4de13d0fcc Fix home using most recent post image 2015-12-11 09:30:35 -05:00