Jump to content

How to add a hook code to my custom page?


fatbeans

Recommended Posts

I need help.. such a noob... 

I want to create a page on my shop, that displays my Instagram module..

This page link is : https://fatbeans.eu/shop/content/7-instagram-feed

In my module settings, it allows me to hook this module to any custom page.. However it gives me the following instruction, which I simply don't know how to do.. : Put {hook h='displayInstagramFeed'} to your template tpl file where you want the instagram images to be displayed

Where do I locate this file, and in which part of it do I add this code?

Link to comment
Share on other sites

  • 2 weeks later...
On 1/15/2024 at 4:28 AM, fatbeans said:

I need help.. such a noob... 

I want to create a page on my shop, that displays my Instagram module..

This page link is : https://fatbeans.eu/shop/content/7-instagram-feed

In my module settings, it allows me to hook this module to any custom page.. However it gives me the following instruction, which I simply don't know how to do.. : Put {hook h='displayInstagramFeed'} to your template tpl file where you want the instagram images to be displayed

Where do I locate this file, and in which part of it do I add this code?

Hi,

Go to the themes/your-theme/templates directory.

Look for the template file associated with your custom page. It might be named something like page.tpl, or similar.

Inside the template file, find the location where you want the Instagram feed to be displayed.

Insert the following code where you want the Instagram images to appear:

{hook h='displayInstagramFeed'}

Save the changes to your template file.

Clear the cache.

Now, when you visit your custom page (https://fatbeans.eu/shop/content/7-instagram-feed), the Instagram feed should be displayed where you inserted the hook code in your template file.

Thanks!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...