Forums
(@maybe379)
12 years, 10 months ago
Go to the 292 line of wp-social-likes.php and change parameter ‘post_type’ For example, I use 2 custom post types: $args = array('numberposts' => -1, 'post_type' => array('appartments','districts'), 'post_status' => 'any');
$args = array('numberposts' => -1, 'post_type' => array('appartments','districts'), 'post_status' => 'any');