Site logo

hooks

Hooks inside widgets?

Hi there, I just bought GP pro and I am loving it. That said, I am a bit of a newbie with WordPress and so I’m very slowly building up my site. I need to emulate this site to create a different language version of it (on a different hosting, and with WordPress instead of … Read more

Hook disappeared

Hi Tom, I had my breadcrumbs on a hook “Inside Content Container” but after the recent update has disappeared. The code is on the hook, but it is not showing on the site. My site autosactual.com

Hook on first page only

Hi, I have some code in the GP Hook which shows on my homepage (as a ‘Welcome’ bit which is static and displays above the posts which show on the homepage). I am wondering whether there is a piece of code I can use to make sure this only displays on the first page of … Read more

Search Box in GP Hooks

I tried adding the Search Box to the Header Widget but it doesn’t work, nor is it located where I’d like it to be. Can you recommend a good Search Box choice, and then can you tell me please how I put it either above or below ALL PRODUCTS at http://plantbest.info Many thanks Tom!

Hook before both sidebars?

I have my front page set up as content/sidebar/sidebar. I’d like to add content on top of both sidebars that spans across both sidebars. Is that possible? uneditedpolitics.com

Hook after Header centering problem

I’m trying to add Google adsense code for a centered banner ad after the header. When I add the code thru the Hook add-on it centers all post and widget titles also, not just the add. Is there something I can do? uneditedpolitics.com

Extra GP Hooks

Can we please have some extra hooks… archive.php before and after the category title before and after the category description Thanks

After content hook (php) not working?

I’ve got this code in my After Content GP hook with Execute PHP enabled. But it doesn’t work. However, if I insert the same code into the content-single.php template file (after <?php the_content(); ?>) then it works fine. <ul> <?php $taxonomy = 'category'; // get the term IDs assigned to post. $post_terms = wp_get_object_terms( $post->ID, … Read more