Extend search query to search meta keys values based on search string
Extend search query to search meta keys values based on search string
Extend search query to search meta keys values based on search string
Crop custom image size vs actual size
Depends on how you build the pages (or theme parts) that ‘grab’ the images. And how you get new images on the site. If you load via Add Media, then they will get stored in YY-MM folders (see Media Settings). That’s OK; they will be grabbed just nicely from there. If you have a fixed … Read more
This isn’t possible because your search term would not appear anywhere. You can search for the entire search term, but you can’t search for one part in the title/content and another part in the meta/fields, not without separate fields and separate values. The only way this would work is if the title had the year … Read more
Custom Admin Menu Report for Specific User ID
Query order by a numeric ACF field
WP_Query sort by ACF date field (newest first) with blank dates first
If possible a field ID transfom in a Custom Field?
Multiple triggers when publishing, saving or updating a post in WordPress
I haven’t tested this but you could try and use CF7’s wpcf7_form_hidden_fields and add this to the end of your ipgeolocation() function – then leave the form tag function as is but replace the hardcoded value with $country. // Update Contact Form 7 hidden field add_filter( ‘wpcf7_form_hidden_fields’, function( $hidden_fields ) use ( $country ) { … Read more