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
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
2ef18bf587
Rename helper function for consistency
2015-12-07 12:50:00 -05:00
Robin Cornett
d1e7cd9df6
update readme, .pot
...
provisional 2.4.0
2015-12-01 10:39:23 -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
43d6ac4b13
Add medium width override filter
2015-11-13 10:53:57 -05:00
Robin Cornett
3a0a9893ef
update readme, tags
2015-11-12 19:10:47 -05:00
Robin Cornett
692550310e
Update image_id query for protocol mismatch
2015-10-20 12:30:19 -04:00
Robin Cornett
ffed600af2
Guess we shouldn't reset Photon yet
2015-10-16 17:10:05 -04:00
Robin Cornett
bf41cfb65f
Add additional photon override
2015-10-16 16:10:28 -04:00
Robin Cornett
dff75e382c
Update version/readme
2015-09-08 13:40:07 -04:00
Robin Cornett
26803d1718
Update docs and tags
2015-09-01 14:27:10 -04:00
Robin Cornett
536bd5f6f5
updated readme, version
2015-08-31 18:27:43 -04:00
Robin Cornett
fbac6c2ab3
Add backwards compatibility check helper function
2015-08-15 15:18:27 -04:00
Robin Cornett
d6b9841841
Remove unused variables
2015-08-15 10:20:20 -04:00
Robin Cornett
dcdf6e383d
Fix image source check
2015-08-11 08:36:43 -04:00
Robin Cornett
c07b372252
Use smaller image for smaller screens
2015-07-27 16:11:01 -04:00
Robin Cornett
92d7330565
Fix posts page fallback
2015-07-27 16:08:33 -04:00
Robin Cornett
88489af7cf
Fix author image
2015-07-26 16:44:11 -04:00
Robin Cornett
41ac3732cd
Provisional tag 2.3.0
2015-07-12 11:35:08 -04:00
Robin Cornett
167dafb579
Fix call to protected static method
2015-06-12 08:30:47 -04:00
Robin Cornett
ce287b0f2c
Set post archive image
2015-06-08 15:22:35 -04:00
Robin Cornett
d84de9c6c4
Move image_id filter back to set_image_id function
...
This way, it cannot completely override other filters, even if it's
accidentally coded that way, but will still override post/term images.
2015-06-08 15:22:17 -04:00
Robin Cornett
f6d588bfc7
Add author profile featured image
2015-06-07 12:04:36 -04:00
Robin Cornett
c58cc69648
Revert to static functions
...
(backwards compatible)
2015-06-06 21:30:42 -04:00
Robin Cornett
837c8bb761
Fix $image_id filter
2015-06-06 18:01:07 -04:00
Robin Cornett
0f6430682d
Fix $variables
2015-06-06 17:57:28 -04:00
Robin Cornett
93b7c5aa35
Clean up static methods
...
Needs lots more testing
2015-06-03 14:36:16 -04:00
Robin Cornett
682b6d9d03
Strict standards
2015-05-30 10:27:08 -04:00
Robin Cornett
79d672f623
Remove unnecessary statics
2015-05-30 09:50:56 -04:00
Robin Cornett
9fcd6c7f21
Fix default image ID helper function
2015-05-09 10:00:14 -04:00
Robin Cornett
d95d99e7bd
Update version number
2015-05-07 20:39:19 -04:00
Robin Cornett
9f97e65e88
Fix image_id sequence (term image)
2015-05-07 19:00:06 -04:00
Robin Cornett
80ff36a732
Fix term image filter
2015-05-06 15:23:50 -04:00
Robin Cornett
f1607e243e
Fix a11y
2015-05-06 13:18:42 -04:00
Robin Cornett
096600c69d
Add a11y support
2015-05-06 13:05:01 -04:00
Robin Cornett
6649e1ea5f
add a CPT image filter
2015-05-05 12:50:19 -04:00
Robin Cornett
70a1498e5f
Refactor title to new function
2015-05-05 12:50:02 -04:00
Robin Cornett
f698c47dbd
Refactor image ID function
2015-05-05 12:19:08 -04:00
Robin Cornett
580869641f
Refactor get_image_id
...
Sets a fallback if original image has number pattern like WP's resized
images in the URL. Mad props to @hellofromtonya to abstract the SQL
query and make it more efficient.
2015-04-29 15:02:35 -04:00
Robin Cornett
dca2a33929
add filter for alternate image_id
2015-04-25 17:08:11 -04:00
Robin Cornett
e527557810
escape all the things
2015-04-24 17:02:47 -04:00
Robin Cornett
99138620ce
add check for image_id in get_image_id
...
So if someone is using the function elsewhere, it won't break with a new
term/cpt/default featured image.
2015-04-10 21:28:23 -04:00
Robin Cornett
aa96b77f25
document is_numeric
2015-04-09 22:15:41 -04:00