Hi,
there is a function to say the theme if it is the main blog or other blogs?
Example:
if ("is the main blog")
istructions
else
istructions
Hi,
there is a function to say the theme if it is the main blog or other blogs?
Example:
if ("is the main blog")
istructions
else
istructions
You should use blog_id instead of "is the main blog".blog_id of main blog is 1 by default.