• I don’t see any block of Insert Headers and Footers in post. Because I want to edit some header in each post, but this plugin just allow me to insert code into all site. Please give me some recommandations. Thanks!

    This is my website: https://blog.vu-review.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • dr4ggs

    (@dr4ggs)

    I have the same problem. The individual page/post ability has just disappeared.

    Has anyone found a way to insert custom header information only to specific pages?

    I tried the following w/o success.

    /* Describe what the code snippet does so you can remember later on */
    add_action('wp_head', 'your_function_name');
    function your_function_name(){
    if(is_single(73790)) {  ?>
    PASTE HEADER CODE HERE
    <?php  }
    };

    Obviously I pasted by <script> into the “PASTE HEADER CODE HERE”, and changed the “73790” to the appropriate page.
    Maybe I”m doing something wrong?

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

The topic ‘How to use Insert Headers and Footers plugin in post and page’ is closed to new replies.