Thème starter et suprème

This topic contains 1 reply, has 2 voices, and was last updated by  Guust 7 years, 9 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #232627

    BISIAUX Hervé
    Buyer
    Post count: 69

    Could you confirm the absence or not , in the supreme starter and themes, following indications in php head and footer . If missing could you tell me the lines to add and where . Because I have a problem with this pluggin for its proper functioning , and I wonder if this srait pa sle problem.

    Any theme will accompany the WordPress Newsletter plugin and there aren’t any special requirements but ensure that your theme has wp_head and wp_footer hooks so that the CSS, Javascript and other elements of the Newsletters plugin can be loaded into your theme. This is actually standard for any WordPress theme.

    First, the wp_head hook should go anywhere in between the HEAD tags of your WordPress theme. Put the following code between your HEAD tags which will most likely be in your theme’s header.php file. If it is already there, you don’t need to add it again.

    Here is the code…

    <?php wp_head(); ?>
    In a similar fashion, add the following code below to your theme just before the ending BODY tag which will most likely be in your WordPress theme’s footer.php file. Again, if it is already there, you don’t need to add it again.

    Here is the code…

    <?php wp_footer(); ?>
    Please have a look at the default WordPress theme as reference since these hooks are in there already as they should be. Open up its header.php file to see the wp_head hook and its footer.php file to see the wp_footer hook being inserted.

    #232959

    Guust
    Moderator
    Post count: 29970

    Those hooks are indeed in Supreme’s parent theme in header.php and footer.php. Thanks.

Viewing 2 posts - 1 through 2 (of 2 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket