About on right sidebar.
How do I add about info on right sidebar? I would like to add a few words and link to my about page.
Thanks
Hey David ScurlockΒ I think this snippet will help, and you can customise the HTML within to your liking π
add_filter('fluent_community/activity/after_contents', function ($content, $spaceId) {return '<div>Custom content goes here</div>';}, 10, 2);
Jesse BenjaminΒ Thank-You
Jesse BenjaminΒ How would I apply this command line in Community?
Giovanni AugustoΒ you can add it to your theme's functions.php file, or by using a snippets plugin like Fluent Snippet - if you get stuck feel free to shoot me a message π¨