Hello, i'm using the combo widget on my front page to display Popular, Recent, Comments, Tags.
Popular is by default the first active tab, how can i change the first active tab to Recent?
Thanks
Hello, i'm using the combo widget on my front page to display Popular, Recent, Comments, Tags.
Popular is by default the first active tab, how can i change the first active tab to Recent?
Thanks
Hi!
Open up wp-content\themes\propulsion\framework\php\class-framework-widgets.php and replace:
echo "<div class='tabcontainer tab_initial_open tab_initial_open__1'>";
with:
echo "<div class='tabcontainer tab_initial_open tab_initial_open__2'>";
Best regards,
Peter
Awesome, thanks!!
This topic has been closed to new replies.