-
Created a topic, Using ALM to display a json object or PHP array, on the site WordPress.org Forums:
I have a PHP array of content (headline, body, etc), a… -
Created a topic, tribe_get_events with start_date not returning multiday event, on the site WordPress.org Forums:
I have this code: $events = tribe_get_events([ 'post… -
Posted a reply to Installed 5.3.2 update and crashed my site, on the site WordPress.org Forums:
The same thing happened to me - I had to delete plug-in via FTP to… -
Created a topic, just awful, on the site WordPress.org Forums:
Those 5-star reviews have to be fake. This plug-in is… -
Created a topic, Search yields blank screen, on the site WordPress.org Forums:
I've used this plug in for years with great results...… -
Posted a reply to tribe_get_embedded_map does not work, on the site WordPress.org Forums:
hmm, a glance at this forum indicates that almost none of the topics are resolved.… -
Created a topic, tribe_get_embedded_map does not work, on the site WordPress.org Forums:
Steps to replicate: 1. Activate the "Twenty Seventeen… -
Posted a reply to Hosting company won’t allow write access to plug-in directory – now what?, on the site WordPress.org Forums:
Ahh. I have deactivated that plugin, and now ALM works again. Sorry to bug you… -
Posted a reply to Hosting company won’t allow write access to plug-in directory – now what?, on the site WordPress.org Forums:
I tried purchasing/installing/configuring the repeater-theme add-on, and got it working on dev. However, after pushing… -
Created a topic, Hosting company won’t allow write access to plug-in directory – now what?, on the site WordPress.org Forums:
My client is using a hosting company called Pantheon. … -
Posted a reply to Modifying WP_Query search with filters, on the site WordPress.org Forums:
I couldn't find any globals to check from that function. They are completely ignorant of… -
Posted a reply to Modifying WP_Query search with filters, on the site WordPress.org Forums:
Ah, of course. When I commented out the is_search() conditional, it worked. However, I don't… -
Posted a reply to custom post types and tags don’t seem to work together in shortcodes, on the site WordPress.org Forums:
I figured this out, kind of - before actually executing the shortcode, I was checking… -
Created a topic, Modifying WP_Query search with filters, on the site WordPress.org Forums:
I've added some filters to my functions.php file that … -
Posted a reply to custom post types and tags don’t seem to work together in shortcodes, on the site WordPress.org Forums:
Might be something subtle about my particular setup. Thanks anyway! -
Posted a reply to custom post types and tags don’t seem to work together in shortcodes, on the site WordPress.org Forums:
The post type "animals" does have a custom taxonomy (called animal_type), but it also has… -
Created a topic, custom post types and tags don’t seem to work together in shortcodes, on the site WordPress.org Forums:
Hello, I have a question about a very specific shortco… -
Posted a reply to how to check variable betweeen iterations of repeater, on the site WordPress.org Forums:
Almost - the trouble is, the divs are being output 6-at-a-time - and each of… -
Created a topic, how to check variable betweeen iterations of repeater, on the site WordPress.org Forums:
Here's a strange request: I'm using ajax-load-more to…