If you know bit of PHP then you can try this.
Wrap the content you want to hide within is_user_logged_in function.
Like in single-ad_listing.php find
replace it with
Take backup of the file...
If you know bit of PHP then you can try this.
Wrap the content you want to hide within is_user_logged_in function.
Like in single-ad_listing.php find
replace it with
Take backup of the file...
Hi mickforand,
Add this to your child theme functions.php:
function unhook_appthemes_functions() {
remove_action( 'appthemes_after_post_content', 'cp_do_ad_ref_id' );
}...
Yes, of course!
New version ready to go. I need couple of days to complete some tickets and testing.