Jul 14, 2020 5:46 pm
Hello.
.I can not delete the "Post link" from the topic and also cant remove the " All forum topics " section...
Is it possible to delete it completely from the code? And not just with css?
3 Replies
Jul 15, 2020 6:04 am
Hi @mike90,
The "All forum topics" section can be removed by this code. Put it in your current active WordPress theme functions.php file:
remove_action( 'wpforo_post_list_footer', 'wpforo_topic_footer' );
But the Post link can only be removed by CSS Code.
Jul 15, 2020 8:08 am
Thank you for the answer.
There is a bug with the RTL in the Post Link popup.