773 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
59
views
WordPress Multisite + WPML: subdirectories for sites, domains for languages
I believe a custom solution is required in 2025 to address this issue, so I'm asking if the community either knows of a workaround, or can suggest a custom development approach to address the ...
-1
votes
1
answer
73
views
Setting cookie security flags for WordPress multisite [closed]
Any suggestions on how to get this done?
Need these settings to be implemented for all cookies (not just WordPress cookies): Secure, HttpOnly, and SameSite=Lax.
We are considering implementing this ...
1
vote
1
answer
264
views
WordPress Caching: How to manage Redis object cache in a multisite setup with custom post types and REST API?
I’m working on a fairly large WordPress multisite setup, and I’m using Redis for object caching. I want to implement a custom object cache strategy that allows for more control—like selectively ...
1
vote
0
answers
108
views
Elementor page duplication between WordPress multisite subsites working inconsistently - only specific pages copy correctly
Background
I'm developing a WordPress multisite plugin that creates a new subsite and copies Elementor pages from our main site to the new subsite. I've implemented this functionality but have ...
1
vote
0
answers
21
views
Fetch Wordpress multisite posts by tag
I have a little plugin to fetch posts from a specific site on my network, filtered by a shortcode attribute.
[directory] pulls in a full list of all posts of type "person," but [directory ...
0
votes
0
answers
21
views
How to add incoming image URLs to WP media library without re-downloading?
I'm working with WooCommerce and need help programmatically adding images to the WordPress media library from an array of image URLs associated with product variations. The main goal is to download ...
0
votes
1
answer
87
views
sitefinity multisite redirect to main site
I need help with a Sitefinity multisite setup. I added a new site and pointed it to the server, but when I create a page on the multisite and try to view it, it redirects to the main site instead of ...
0
votes
0
answers
181
views
WP Multisite: The plugin 0 has been deactivated due to an error: Plugin file does not exist
Something happened with our Multisite installation that broke everything. So in an attempt to find the problem we deleted all the plugins and themes it showed the warning "The plugin 0 has been ...
1
vote
1
answer
369
views
How to Remove BLT Dependency from a Drupal Site on Acquia Cloud Before Support Ends?
Our Drupal website has been hosted on Acquia Cloud for a while, but with BLT support ending by the end of 2024, we need to eliminate our reliance on BLT.
How can we achieve this transition?
Use Cases: ...
2
votes
0
answers
36
views
Dynamically created ACF select field returning false
I am using this which lists all posts from a CPT on site 1, from site 2 (multisite wordpress site).
On site 2, I select the name in the select field and shows as selected after the page has updated, ...
0
votes
1
answer
137
views
Using switch_to_blog in pre_get_posts hook
I have a multisite WordPress with two sites in it (two languages), and I'm developing a theme for both of them.
I have a custom type (named 'lesson') that I want to have it shown in both of the sites.
...
0
votes
1
answer
118
views
Unable to fetch and preload post data using Rest Api in WordPress Multisite
I have a multisite setup in which both main site and subsite is using same theme. On the index.php page it should show 3 post per page using query loop. The posts are displayed on the main site but it ...
0
votes
1
answer
104
views
Changing the settings of a plugin installed on a multisite
I installed a plugin on 100 of WordPress multisite sites.
How can I change the settings of this plugin in a group and at once?
I don't mean installing and updating the plugin. I want to change the ...
0
votes
1
answer
72
views
How to install and and enable the same Drupal module for all Drupal multi-sites
I'm using composer require to install a module and ddev drush en module_name -y to enable it.
I have over 10+ multisites. Is there any way to run the command only once so I don't need to do it ...
1
vote
1
answer
419
views
Elementor doesn't work properly on Wordpress multisite
I've just set up a new multisite network, my original site still works perfectly. However, when I activate Elementor on the new sub-site, it doesn't display correctly and I cannot use it at all.
...