Osclass Support Forums

Osclass theme support => Sigma Osclass Theme => Topic started by: [email protected] on April 27, 2023, 08:55:06 PM

Title: Forum Button on Sigma main page
Post by: [email protected] on April 27, 2023, 08:55:06 PM
Hi,
I'm on the pretty latest version of osclass (just updates) and forums plug-in (just bought and installed).
While adding the forums plug-in I was trying to add the Link/Button to the main page.
Edited header.php and added the line as said on the plug-in: <?php if(function_exists('frm_home')) { echo frm_home(); } ?>
All I get is a link to forums, but not the button.
The only additional information that might be important is that the header.php file is on sigma_child folder and I'm making changes on a child theme.
Any help appreciated.

Title: Re: Forum Button on Sigma main page
Post by: MB Themes on May 03, 2023, 06:08:43 PM
Code: [Select]
<a href="<?php if(function_exists('frm_home')) { echo frm_home(); } ?>">forum link</a>