gp hooks

How to customize category/archive page layouts?

Hey Guys, I’m currently designing a site in a staging environment and have run into a bit of a roadblock. The issue is trying to edit the category/archive page layouts so they are designed exactly as I’ve illustrated in this image: Custom Website Layout Would you mind letting me know if it’s possible to the … Read more

How can i turn off gp-hooks for the homepage?

Hey! I want to find a way to turn off “After Entry Title” gp-hook (which contains Lightweight Social icons shortcode) for the homepage. Homepage is set to display my latest posts. And because of this i can’t find page id for it. <?php if ( ! is_page( [???, 27] ) ) : ?> [widget id="lsi_widget-2"] … Read more

after comments hook

how to generate after comments / before footer hook we want to add related posts plugin & author info after the comments section but inside the left main area. after content is pushing it after comments before footer is after both main and right sidebar

GP Hooks: Display none on homepage

Hello everybody I’ve added an ad banner via GP hooks. Now the ad is showing on all pages. How can I exclude the banner on the homepage? Maybe someone can help me with a useful code in CSS or otherwise! Thank you very much Uwe

How to Display Ads below Tile and Above Featured Image?

I want to display ads just below the title and just above the featured image (Between Title and Featured Image). I have tried the ‘After Entry Title’ in GP Hooks. The Problem with that is, it also ends up showing the ads on Site Home Page as well (There are 10 posts in site home … Read more

GP Hooks Not Showing On All Pages

On my home page https://christiangays.com/ I have fish swimming under the header. To create the banner I have wp_head <link rel=”stylesheet” href=”https://mapenterprisescdn.ca/mary-content/themes/generatepress_child/css/fish.css” type=”text/css” /> After Header Content <canvas id=”myCanvas” width=”1100″ height=”200″></canvas><br /><br /><br /><br /><br /><br /> wp-footer <script type=”text/javascript” src=”https://mapenterprisescdn.ca/mary-content/themes/generatepress_child/js/fish.js”></script> Execute PHP is ticked in all sections. It shows up beautifully on the home … Read more

GP hooks crashing homepage

Hi there – I deactivated some unused and unrelated plugins and now the site will not display the homepage unless I deactivate the gp-hooks function. Any suggestions?

GP Hooks – Before Content

I’m currently using a hook for a category (18) for job posts.. that adds “Position Available” above the content… <?php if ( is_category( ’18’ )) { echo ‘Position Available’; } ?> it works fine on the category feed.. but “Position Available” doesn’t show up when posts are also displayed on the home page feed.. only … Read more

hook question

I am currently using a “my custom functions” plugin to add some important code to my site. I would like the code to run every time they load a page. The code adds the free courses to to the user’s available courses. Can I use the hook wp_head to run this code, each page load? … Read more