Commit Graph

510 Commits

Author SHA1 Message Date
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 2673641640 tag 2.4.1 2.4.1 2015-12-17 06:25:29 -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 92487fa960 Add text domain to header 2015-12-14 10:26:16 -05:00
Robin Cornett b964e3d853 Update readme 2.4.0 2015-12-11 10:29:27 -05:00
Robin Cornett 4de13d0fcc Fix home using most recent post image 2015-12-11 09:30:35 -05:00
Robin Cornett 19274bb2e3 Add medium_large image to possible backstretch image sources 2015-12-10 09:14:49 -05:00
Robin Cornett ad5c7ebd64 Fix featured term widget 2015-12-08 14:20:16 -05:00
Robin Cornett 9c46402b96 Fix ajax error on nonce check 2015-12-08 09:29:06 -05:00
Robin Cornett 2ef18bf587 Rename helper function for consistency 2015-12-07 12:50:00 -05:00
Robin Cornett 0189701db7 update readme 2015-12-04 12:13:54 -05:00
Robin Cornett d1e7cd9df6 update readme, .pot
provisional 2.4.0
2015-12-01 10:39:23 -05:00
Robin Cornett a9ab047e46 Merge branch 'feature/term_meta' into develop 2015-11-24 10:12:54 -05:00
Robin Cornett 41a751496c Set get_option default and quotes on action 2015-11-24 10:11:55 -05:00
Robin Cornett a361d2be70 Move early return 2015-11-24 10:09:15 -05:00
Robin Cornett f3209da3e3 Fix term_meta notice to only display for 4.4 2015-11-23 14:29:35 -05:00
Robin Cornett 4f6334b1aa Change term_meta message to include affected terms
Also needed to change function to get the terms, to return objects,
not just IDs.
2015-11-23 11:47:22 -05:00