Hi, using a Directory plugin.
One of its features, requires that I install a plugin called “Home Page Control”. So I can add various things to the homepage, I cant seem to find shortcodes within the plugin to just add them normally.
For this to work, the theme needs this little PHP, which I cant find in the index.php of GP.
<?php
if ( is_home() {
do_action( ‘hompage’ );
}
?>
Can you help achieve this, I have the Child theme installed.
GeneratePress 2.2.2
GP Premium 1.7.8