I found it is coming from wp-content/themes/Divi/page-template-blank.php
, which is my parent template. I concluded the mutable handwaving of wp_query
was confusing the template and, after a search, found this neat flowchart letting me know I should call wp_reset_query
. That fixed it.
Related Posts:
- Unit testing for plugin development
- Strategy On Building Plugin Using Eclipse
- How would I create a plugin for my shortcodes?
- How do I “replace a function via plugins” in WordPress?
- Does WP fire delete_post when trashed posts are automatically deleted?
- How to catch images with blank dimensions?
- Save metabox with multiple checkbox array
- WordPress plugin how to run function when button is clicked
- How does uninstalling WordPress plugins work?
- Error with Custom Admin Screen in iframe Thickbox
- How to list events by category and month with plugin Event Organiser?
- What action is called when drafts are saved?
- How to: get main plugin/theme file?
- PHPUnit test plugin activation
- Use an empty page to build custom plugin output
- Dropdown list of pages to get page id to store in plugin options
- How to add custom content under plugin row in WordPress admin plugin list?
- How to get an image transferred via FTP or script to appear in Media Manager?
- What is the best way to overwrite /wp-admin/ms-delete-site.php
- Create a new page in a plugin
- Where should I store global data for my multi-site WordPress plugin?
- Header Button Chance Polylang Elementor
- Print value of an array or variable in a payment plugin
- Find source of notice / warning / errors efficiently
- $wpdb -> Batch insert from XML File?
- Settings not set after calling register_setting()
- preprocess_comment array doesn’t have comment_ID
- Use wp_set_post_terms() instead of wp_insert_post()
- Conditionally Remove a nav menu link if session is active
- $content variable – Is this a reserved variable for a WordPress function? – php / wordpress
- Adding set of custom fields to WordPress Post in Dashboard
- TinyMCE 4.7.11 custom styles using styleselect – what does the ‘attributes’ argument do?
- Modifying meta tags after doing ajax call in plugin
- Modifying the default WordPress .htaccess with a plugin
- How to schedule a cron job in plugin without waiting for page load request?
- Create a free scripts and styles template within a plugin
- Is there a way to list all actions registered by a plugin or theme?
- WordPress Plugin with a shortcode that dynamically generates javascript. Can I use add_action without wrapping the javascript in a function?
- Call wp_generate_password() from within a Class
- Elementor custom Query with ACF fields to show matching woocommerce products custom fields
- How to enqueue style in WordPress plugin from theme files?
- Set different custom menu items for different user roles
- Getting List of all registered Dashboard Widgets
- Why does wp_remote_post returns an empty body response on certain endpoints?
- Bootstrap version conflict 3 with 4 for wordpress theme and plugin [closed]
- Where to write custom logs in WordPress
- How developed with version control word press site on shared host? [closed]
- pre_get_post alter current post id
- 3rd Party Plugin dependency – how to correctly load classes
- Problems with cron
- add_settings_field Data not passing to Options Page Like it should
- How do I add a favicon that only shows during viewing of my plugin’s admin panel?
- Can’t get CSS Into the Head via add_action
- Correct syntax for database inserts from plugin?
- Remove Default Blogroll Links via Plugin script
- Empty Pdf file generated with FPDF library in WordPress plugin [closed]
- $wpdb->update() always need a second try
- Catching Form Submission in WordPress Admin Panel
- Filter posts in pre_get_posts order by meta value date (desc or asc)
- How to display the category id along with category name on categories list?
- Save temporary registration data
- Activate / Deactivate plugin
- My plugin won’t create table in wordpress 3.5
- Remove Permalink Meta Box not working?
- WordPress actions for plugin admin UI page
- Pause plugin option page until all data manipulation is complete
- Serial Number from custom table not appear in woocommerce_email_before_order_table action
- Modify custom block plugin without losing content
- How to replace the existing metatag using the backend to insure a thumbnail image gets fetched when we share on social media?
- When setting styles to an extended block that was saved as a pattern, it doesn’t remove the style that was there
- apply_filters() and call_user_func() to define and call a function outside a class
- HTML Elements in my WP Plugin being generated in JS. Security and Translated Text Question about this method being used
- Sanitization and validation input fields – Settings API
- Always hide a page from the menu
- Author Meta in Author URL Link
- Warning: Illegal string offset ‘Andorra’ in … on line 106
- Different style for specific rows in custom list table using WP_List_Table
- wordpress4.8.2 Multilingual Plugin
- get_comment_meta() for a filter hook in a plugin
- form does not generate $_POST request
- Callback function quicktags that uses variable in start tag
- Font Awesome stopped showing icons, shows &# text instead [closed]
- WordPress Plugin Tool Tip Helpers
- How can I add the Post ID to Class Name in Jquery?
- How to show metabox just in post.php in admin?
- Template file structure , wordpress hook for altering the template
- Wrapping shortcodes in another shortcode
- Plugin options with googlemap iframe
- Plugin admin list pages as submenu
- WordPress multiple user roles accessing on their information on one site?
- How to add ‘use_desc_for_title = 0’ to all wp_list_categories calls?
- How can I start Plugin Development?
- Call do_action() within WordPress cronjob
- Customizing Woocommerce Email
- Render raw html in Gutenberg block
- How do I display and edit other posts within the ‘Edit Post’ area of Wp-Admin Dashboard
- A better way of getting draft posts that has a particular post meta using get_posts function
- Save translation file of third party plugin in a custom plugin?
- Custom rewrite, url path with parameters to a page
- Developing an IP lookup function using an API