| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 3 months |
| seen | Mar 21 at 13:40 | |
| stats | profile views | 89 |
|
Apr 18 |
awarded | Popular Question |
|
Feb 12 |
comment |
Cropping thumbnails to specific dimensions on front end post Interesting..I'm showing 40 or 50 thumbs in a loop so I'll have to check the performance. |
|
Feb 12 |
comment |
Cropping thumbnails to specific dimensions on front end post I don't want to crop images every time I call them in a loop. I want the thumbnail already cropped when I retrieve it. I wanna crop them on post creation. |
|
Feb 12 |
comment |
Cropping thumbnails to specific dimensions on front end post So am I downloading the image from youtube..cropping it..and then running media_handle_sideload()? |
|
Feb 12 |
comment |
Cropping thumbnails to specific dimensions on front end post That's easy enough to do but when you're displaying 40 or 50 on a page load it's more efficient to crop them to exact dimensions to save on page load. |
|
Feb 11 |
asked | Filter multiple different main queries on custom pages |
|
Feb 11 |
asked | Cropping thumbnails to specific dimensions on front end post |
|
Feb 2 |
awarded | Yearling |
|
Jan 15 |
answered | Show count of all comments by meta_value from a users posts |
|
Jan 15 |
revised |
Show count of all comments by meta_value from a users posts added 180 characters in body |
|
Jan 15 |
revised |
Show count of all comments by meta_value from a users posts edited title |
|
Jan 15 |
revised |
Show count of all comments by meta_value from a users posts added 330 characters in body |
|
Jan 15 |
comment |
Show count of all comments by meta_value from a users posts The docs aren't updated. As stated, using a loop to show the actual comments returns the correct comments so in theory it should return the correct count. Look at the docs for WP_Comment_query |
|
Jan 14 |
asked | Show count of all comments by meta_value from a users posts |
|
Jan 10 |
awarded | Popular Question |
|
Dec 7 |
accepted | Create a new custom field for all posts based on current custom field |
|
Dec 7 |
revised |
Create a new custom field for all posts based on current custom field added 220 characters in body |
|
Dec 7 |
comment |
Create a new custom field for all posts based on current custom field I get an error saying "Object of class WP_Error could not be converted to string in" I the proper media files which I updated my example above with to reflect. Any idea why that is? |
|
Dec 7 |
comment |
Create a new custom field for all posts based on current custom field I'm not uploading the videos. I'm downloading the video's thumb from the videos url. |
|
Dec 7 |
comment |
Create a new custom field for all posts based on current custom field What about the fact that I'm running media_handle_sideload()? It's just gonna download all those images with the code I have above? Do I need to require anything else? |