How do I show Deactivated sites in blogs_loop?
-
Hi there,
I am running multisite instllation. Users can create sites. They can see a list of their sites which points to blogs_loop inside my child theme.
It is hiding sites that are “DELETED” or “Deactivated” in the backend. I would still like to show them these sites in the list because I am adding a “renew” button which will set it back to live. How do I get the “deleted” sites to show up in the list?
This is the top line that brings in only the activated sites that the user owns.
<?php if ( bp_has_blogs( bp_ajax_querystring( 'blogs' ) ) ) : ?>
Thanks!
- You must be logged in to reply to this topic.