kunal.pawaskar

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Microdata #8243
    kunal.pawaskar
    Customer

      Will check it out. Thanks.

      in reply to: Genesis Featured Posts plugin – CSS question #8093
      kunal.pawaskar
      Customer

        Ok. Will check the link.

        The update news is great.

        Thanks Wes. Have a good weekend.

        Regards,
        Kunal

        in reply to: Widget area/box under single post #8075
        kunal.pawaskar
        Customer

          There is an approach without using widgets. It can be used to get a newsletter signup form.

          You can try the code in this article:
          http://www.techlila.com/how-to-add-newsletter-signup-box-genesis/

          It will not work as it is. You will need to make one change.

          The author of the techlila site has added this code at the end of the function:

          add_action ( 'genesis_after_post_content', 'add_newsletter_box', 10, 1);

          You will need to replace this line by:

          add_action ( ''genesis_after_entry_content'', 'add_newsletter_box', 10, 1);

          As far as I have understood, the hook name changed in the latest version of Genesis.

          What I am sure of is that it works in Genesis 2.0.

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