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
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
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
Robin Cornett
2a84c8e7e1
Only check update if term_meta is supported
2015-11-23 11:39:17 -05:00
Robin Cornett
d4bc5e285d
Document functions, update option name
2015-11-21 18:14:57 -05:00
Robin Cornett
b1e1099834
Add buttons to update all term meta at one time
2015-11-21 18:00:39 -05:00
Robin Cornett
1389035cdb
Move empty value to return early
2015-11-20 18:18:36 -05:00
Robin Cornett
aef42e9139
Fix term meta validation
...
Make behavior consistent in 4.4 and earlier.
2015-11-19 14:36:22 -05:00
Robin Cornett
a6e3bf9a1a
Fix term image function in case term images are URLs, not ID
2015-11-19 14:34:52 -05:00
Robin Cornett
3b6062c87e
Update term_meta/options functions
...
Deletes meta/option if empty, silently fails for invalid images. Need to
think/verify checks for existing setting so we don't update the DB if we
don't have to.
2015-11-19 09:58:16 -05:00
Robin Cornett
b7439b2ed0
Return null to delete option/meta
2015-11-19 09:56:27 -05:00
Robin Cornett
52f899430f
correctly delete empty term_meta
2015-11-17 17:46:38 -05:00
Robin Cornett
8e51f05058
Fix string/array for 4.3 meta
2015-11-17 17:22:52 -05:00
Robin Cornett
362a25a40d
Fix term_meta
...
4.3 backwards compat things
2015-11-17 16:50:44 -05:00
Robin Cornett
37422ecc0b
Add term_meta support
...
Includes new helper function to retrieve a term image_id
2015-11-17 16:37:22 -05:00
Robin Cornett
3a59ea0f02
Fix $screen array
2015-11-17 16:36:15 -05:00
Robin Cornett
2c7f0105d1
Update copyright
2015-11-17 16:35:54 -05:00