Commit Graph

168 Commits

Author SHA1 Message Date
Robin Cornett cd46bc5f4e Remove unneeded large image singular function
Since the post meta is now saved by strings, not integers,
this function is now redundant.
2017-12-28 11:02:55 -05:00
Robin Cornett 61ca74af7c Update doc blocks (CS) 2017-12-27 15:17:30 -05:00
Robin Cornett dfb4672593 Move deprecated function notice 2017-12-14 10:59:58 -05:00
Robin Cornett c2d63ea62f Fix post meta image size check 2017-12-14 10:59:41 -05:00
Robin Cornett 27a9fa40d7 Change post meta values 2017-11-21 11:21:13 -05:00
Robin Cornett 1e3c1ac8b5 Fix image size selection 2017-11-21 09:45:37 -05:00
Robin Cornett 50ce83690a Add default image size 2017-11-21 09:40:36 -05:00
Robin Cornett 40a1fb44a5 Improve large image method name 2017-11-18 15:30:51 -05:00
Robin Cornett 7ba7224246 Change post_meta disable
Initial work to change `_displayfeaturedimagegenesis_disable` to a select with image size options instead of being a checkbox. Options will be:
* 0: default (consistent with checkbox)
* 1: disable (consistent with checkbox)
* 2: backstretch (new)
* 3: large (new)
2017-11-13 11:09:20 -05:00
Robin Cornett 2285e656b4 Update tabs/sections 2017-11-01 12:52:55 -04:00
Robin Cornett 6df3e4f4fe Change large/fallback CPT settings output 2017-11-01 08:41:03 -04:00
Robin Cornett c7d4f973dd Add setting to prefer large featured image 2017-11-01 08:08:53 -04:00
Robin Cornett 1066d96d54 Update readme, version, .pot 2017-10-31 17:24:14 -04:00
Robin Cornett 0a6fb4973f Deprecate function to convert image URL to ID
We've been storing images by ID since 2.2.0 so I'd like to get rid of this.
2017-10-31 17:22:57 -04:00
Robin Cornett 776aa0d192 Add posts featured image if no blog page is set 2017-10-25 12:33:45 -04:00
Robin Cornett 4394e436e2 Update version, readme, .pot 2017-02-17 09:45:38 -05:00
Robin Cornett a47c149919 Update copyright 2017-02-17 09:43:46 -05:00
Robin Cornett f8395c8e53 Update version, readme, .pot 2016-12-06 07:44:15 -05:00
Robin Cornett 383d557cbd Update version, readme, .pot 2016-08-16 16:37:03 -04:00
Robin Cornett 2f2f165fd9 Fix search/404 check 2016-07-12 09:49:05 -04:00
Robin Cornett 6258e90ecf Return false for image ID if it doesn't exist 2016-07-07 17:40:45 -04:00
Robin Cornett 13c4d67e4f Update/add doc blocks 2016-07-03 07:42:41 -04:00
Robin Cornett 72a50ea505 Add setting to always use default image 2016-07-02 14:02:54 -04:00
Robin Cornett 0e57af7989 Fix large image size filter
Pull from based image size filter rather than override it.
2016-05-19 16:31:30 -04:00
Robin Cornett cb4230152d Update readme, version 2016-05-12 10:41:29 -04:00
Robin Cornett e3e934b426 Change in_array check back to loose 2016-05-11 08:27:49 -04:00
Robin Cornett 725cc0f020 Update comments, .pot 2016-04-30 14:20:30 -04:00
Robin Cornett 62c33cb8c7 Use new function to retrieve plugin settings 2016-04-30 13:57:52 -04:00
Robin Cornett 934fbd8189 Fix docs 2016-04-26 09:41:24 -04:00
Robin Cornett 9babfe0666 Remove unused variables 2016-04-26 09:41:13 -04:00
Robin Cornett 14a1b55f99 Change image reset to early return 2016-04-20 15:30:16 -04:00
Robin Cornett bda95c2c5d Move image reset to separate function 2016-04-20 15:14:21 -04:00
Robin Cornett fe24d2ba68 Fix custom image size filter overriding large 2016-04-06 14:47:26 -04:00
Robin Cornett 7fafc8a8e2 Fix fallback image check 2016-04-06 14:43:41 -04:00
Robin Cornett d3ea7a950a Extract singular image function 2016-04-03 15:30:06 -04:00
Robin Cornett 648a6317a9 Update readme/copyright 2016-04-01 20:18:20 -04:00
Robin Cornett f70e3d9f6b Use url to id function for fallback 2016-03-31 11:37:45 -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 8c6b7dfff6 Add featured images for search/404 pages 2016-03-11 12:34:23 -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 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 28808d0f52 Add a filter for the title text 2016-01-28 10:59:34 -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 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 eeb58b0aa2 Remove unnecessary is_home() check
Now covered in post type code following
2015-12-16 14:05:26 -05:00