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 get current post user id
- Events Made Easy Plugin – Duplicate Title Tags
- Best method to upgrade multisite plugin’s numerous database table
- Loading child theme script after plugins scripts
- WordPress on AWS with ELB
- Different UI in WordPress
- Multiple sites, multiple countries
- Override Javascript in a Plugin?
- What is the correct way to update both WP/plugins/themes without breaking the site?
- Redux Framework has an embedded demo. Click here to activate the sample config file
- Not getting author rank when using return
- How to Display a Plugin function (content) on frontpage using index.php
- The problem with WordPress Importer
- Solutions to repost categories into multisite blogs?
- How to make a slideshow shortcode based on the WordPress gallery shortcode? [closed]
- how to give a user a role?
- Media is not attached after import
- How can I disable the multisite feature of WordPress 3.0?
- NGiNX + PHP5-fpm + CDN Tools (plugin) [closed]
- Any recommendation on how to manage ads?
- Plugins not showing in Multisite dashboard
- All of my custom posttypes are 404’ing
- How can I force users to a particular subdomain to log in for MU (Multisite)?
- Does any one have Idea to get these functionalities with the plugin wp-multi-network
- Display post lists in 2nd paragraph
- wp_get_post_terms is difference obj model than the one in rest api response
- Show function to super admin
- Generate pages from markdown files in github automatically
- how to add a button next to the wordpress view button?
- There is any way to remove post-format filter? [closed]
- Install (enable) plugins on multisite, on localhost
- Classified ad website : which solutions to use? [closed]
- How to overwrite core/libraries/vendor template with child theme
- WordPress multi domain – redirect
- Buddypress – Add the post_id in the bp_activity_add function
- How can I copy all users to newly created site on a multisite network in WordPress?
- Making sure that a plugin’s scripts and stylesheets are included for dynamicaly loaded content
- Best place for short bio,image and button [closed]
- Removing an action from wp_footer called in a class that’s inside a bigger class
- WordPress wp-admin/network/plugin-install
- What are the specifics of WordPress development I need to know? [closed]
- Create a multisite network for an existing installation
- “Micro-Site” Options
- External Domain on WordPress Multisite
- WordPress shows error related to allow_url_fopen
- How to create a code editor for my plugin .?
- Finding the URL to be used to check if plugin is installed with a theme
- How to create user that has permission to create new sites on WordPress with multisite option enabled?
- Configuring Propel to Work with Multisite
- Setup page on first login on multisite
- Subdomains with almost the same content
- Js file is not adding using this code in functions.php
- Installing plugins and using complex folder structure with child theme in WordPress
- wp_footer hook only working on homepage not in other pages
- Uninstalling plugins across all sites
- Multiple domains issue
- How can I position ShareThis buttons manually when using the plug-in? [closed]
- Custom table naming/access convention for multisite: $table_prefix vs base_prefix or other?
- Users are being redirected to main site when trying to register on subsite of my Multisite network
- “Master” WordPress Multisite – Database Sync
- Will these plugins work with wp multisite?
- User Signup in Multisite – Need Plugin or Advice
- Plugin can not display in my custom theme
- Add custom text color WordPress 3.9 TinyMCE 4 Visual editor
- How to use get_template part in the plugin?
- Jquery NoConflict Problem
- WordPress premium theme development [duplicate]
- How do I combine a theme with a plugin
- Network activating; if ( !current_user_can( ‘manage_options’ ) ) locks me out…
- how to force tag page layout to use same as search layout?
- Certain functions are undefined when called form mu-plugins
- How can I show a different theme for admin users? WP 3.8+
- How to over-ride a file in a plugin? [closed]
- Multisite for Multisite?
- Great blogs site resources/tutorial for WordPress Developers? [closed]
- Is there a way to get plugins and themes not built for multisite to work on a network subsite?
- Multisite – maximum number of users with specific role
- WordPress override archive page template using a plugin
- Create a single website with 3 theme options in wordpress
- Why shortcode always displayed after footer not in body
- Understanding State in WordPress Multisites
- WordPress Multisite: Programmatically Activate / Deactivate a Plugin of a Specific Blog
- How to show the number of website visitors in my theme
- Child Themes and Updating Parent Theme
- How to write “alt” tag in image for wordpress code?
- One sub site is slow while all others load fine, same theme & plugins [closed]