I am working on a 3rd party application, and I want to call a wordpress blog by its id. what is the syntax to do this, so it can be numeric?
Appreciate the help
I am working on a 3rd party application, and I want to call a wordpress blog by its id. what is the syntax to do this, so it can be numeric?
Appreciate the help
You could try :
<?php echo get_site_url($blog_id); ?>
This would work if the sites are within a wordpress multi user installation.
This topic has been closed to new replies.