Skip to main content

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

About on right sidebar.

Jesse Benjamin

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);

David Scurlock

Jesse BenjaminΒ Thank-You

Giovanni Augusto

Jesse BenjaminΒ How would I apply this command line in Community?

Jesse Benjamin

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 πŸ“¨