I was stuck at this for hours. But apparently solution is more easier than I had expected.
I don’t have to create new theme for the subsite.
To make subsite homepage show blog posts instead of custom front-page.php
, I went to Settings > Reading and selected static page and set posts page to “Blog” and left homepage with nothing selected.
To enable plugin management for individual sites, I went to Network Settings and checked “Enable administrations menus”.
Now I can manage plugin for the subsite without have to add any specific codes to functions.php
.
Since Woocommerce is going to be disabled in the subsite, only change I had to make is to update sections of code in the theme that is relying on woocommerce functions ( such as title section in header.php
) to check if Woocommerce is active.
Related Posts:
- How do I cleanly override a plugin’s CSS with a child theme?
- Function to activate WordPress theme inside a plugin
- WordPress language switcher
- Having separate plugins and themes folder for multi-site setup
- unzip a folder on specific location and delete the zip file
- Network: retrieve a list of latest posts
- Why does my functions.php cause white-screen and media-library issues?
- How to show only next post pagination link using wp_link_pages()
- Redirect to another page using contact form 7? [closed]
- Overriding Parent Theme… will cause plugins failure?
- Set up functions to be overridden without using function_exists() by short-circuiting them?
- How to customize this theme? [closed]
- How to override any plugin file in the child theme
- Active Plugins for current blog in WP Multisite Network? [duplicate]
- How to tell if a plugin is multisite compatible?
- Automatically install wordpress plugin at theme activation
- How to run Two WordPress blogs with different themes and with single database and same content
- When coding a WordPress theme, where does the theme (i.e. the presentation) end and the plugin (i.e. the functionality) begin?
- Can we completely remove the WordPress Sitemaps (WordPress 5.5)?
- WordPress tips for speed and performance [closed]
- Update Multiple Post Meta for the Same Post In One call?
- Prevent multisite sites from using a plugin
- How to load a new template page according to a particular URL?
- How do you auto-activate plugins from child themes
- WordPress network: set themes and plugins for new blog
- Translate third party plugin and save translation files in custom theme
- What is the function to get plugin base url in multisite?
- Code in theme functions.php faster than with a plugin?
- How can I get a list of plugins and which blogs are using them?
- Multiple Domains with Single WordPress Install
- register_theme_directory somehow “fails” when folder is outside of WP-Folder
- Multisite mu-plugins site-specific directory
- Override the core function locate_template
- Multisite Backup Plugin [closed]
- Multisite Widget/Content
- How to retrieve custom meta term of category taxonomy from WP Rest API?
- Reset WordPress website
- Multisite installation but do plugins always have to be multisite compatible?
- Portfolio + Blog: multisite or plugin?
- Multiple sites, multiple countries
- How to Display a Plugin function (content) on frontpage using index.php
- How to make a slideshow shortcode based on the WordPress gallery shortcode? [closed]
- How can I disable the multisite feature of WordPress 3.0?
- All of my custom posttypes are 404’ing
- Classified ad website : which solutions to use? [closed]
- External Domain on WordPress Multisite
- Finding the URL to be used to check if plugin is installed with a theme
- Setup page on first login on multisite
- Js file is not adding using this code in functions.php
- Multiple domains issue
- Is there a way to get plugins and themes not built for multisite to work on a network subsite?
- Why shortcode always displayed after footer not in body
- WordPress Multisite: Programmatically Activate / Deactivate a Plugin of a Specific Blog
- multiple language website navigation menu suggestion
- Add SideBar/Widgets Just Below the Post
- Add filter on html tags,attributes on specific function in wordpress
- plugins not working in custom theme
- How to use the CSS of the WordPress core in the development of my administration page?
- What is the purpose of a companion plugin
- why need theme,if page builder is there in wordpress [closed]
- Visual Composer: Where do I find the source code of a custom element?
- Redirect Plugins.php to New Plugin Page
- Hardcode a form in Contact Form 7 [closed]
- How do you create a re-useable HTML fragment in wordpress
- Do WordPress plugins suport multisite site?
- Identify current wordpress theme
- Update WordPress Theme System
- Code for unique user visit count on every page WordPress
- Widgets are not displaying in the admin panel
- Hide fields in woocommerce settings
- Newbie problem with adding include wp_footer
- Content-Security-Policy implementation with WordPress W3Total Cache plugin installed
- woocommerce: Customize email with item total count
- How to implement data residency in my WordPress site
- Child theme modifications not showing up
- the content of the uploads folder gets deleted periodically, how to figure out what causes it?
- Showing different js file for different theme in wordpress customizer api
- How to wrap image tag into div for post only?
- Why my multisite is this slow? (stats inside)
- How to set plugin across network in multisite and modify it in one place?
- Add section (add_settings_section) to a custom page (add_submenu_page) not working
- function of parent not working in childtheme
- Why the output of an image gallery plugin is not displayed into a page of my custom theme?
- Convert HTML5/CSS3 site to WordPress Theme (need a lot of plugins) or just use the API?
- twitter widget loads properly in all themes except my own theme?
- Plugin’s required JS not being inserted in my theme
- Can anyone tell me why I can’t edit a plugin when it is installed without having to re-install?
- Plugin menu replaced by another plugin?
- WordPress internationalization + domains
- What is the Object for WP_Error Class?
- Plugin De/Activation Not Firing On MultiSite install
- I want to create a Visual Recipe site on WordPress, any suggestions or tips on how i can do it? [closed]
- Replace all media (images)
- manage_{taxonomy}_custom_column not working
- Scripts don’t enqueue after removing plugin
- add_meta_box showing blank screen in my page
- How to create an Info Box on WordPress [closed]
- How to make content as required in custom post type?
- What are Seeds? [closed]
- Any plugin installation and update overwrite current theme