I added the following code in my home php in the child theme,
<?php
$showgallery = '[imagebrowser id=6]';
$showgallery = apply_filters('the_content', $showgallery );
echo $showgallery;
?>
the Navbar of "back" & "next" link button broken,when I click "next" button, didn't work.
Anyone know the code for imagebrowser php, thanks in advance.