Max number of sub folders

Do you mean nested pages? pages_content_1 (page with content, parent↓) pages_content_2 (page with content, child of above, parent↓) pages_content_3 (page with content, child of above, parent↓) pages_content_4 (page with content, child of above) If so, I don’t believe there is a limit. The URL would be http://example.com/pages_content_1/pages_content_2/pages_content_3/pages_content_4 I’m not sure what you mean by /{category}/{tag}/page_content, … Read more

Sub-directory domain on subdomain multisite?

I didn’t find an answer on here. But on the net, it’s in German. I thought I share it here, because it is a neat solution. As suggested I added below cookie constants to the wp-config.php. define( ‘ADMIN_COOKIE_PATH’, “https://wordpress.stackexchange.com/” ); define( ‘COOKIEPATH’, ” ); define( ‘SITECOOKIEPATH’, ” ); And replaced the content of the .htaccess … Read more