Is there a shortcode for ink appointment?

Discussion in 'InkAppointment WordPress Plugin' started by ceasar, Sep 23, 2015.

Thread Status:
Not open for further replies.
  1. ceasar

    ceasar New Member

    Joined:
    Dec 28, 2011
    Messages:
    3
    Likes Received:
    0
    I want to show the ink appointment on the homepage. On my site it is located on the sidebar. IS there any shortcode that I could display it on the home page?
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Yes, there is a shortcode for that and you can easily get it from the documentation of the plugin.

    Please follow the shortcode given below on your front page wherever you want to add....

    Code:
    <?php echo do_shortcode('[ink-appointment-form]'); ?>
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. ceasar

    ceasar New Member

    Joined:
    Dec 28, 2011
    Messages:
    3
    Likes Received:
    0
    The shortcode doesn't work. It only display this code [ink-appointment-form].
     
  4. priya

    priya Guest

    Hello,

    I am so sorry for the above code...

    Actually it's "ink-appointments-form" and I was provided you "ink-appointment-form", so that's why the code doesn't work.

    So you can use below code in your homepage..
    Code:
    <?php echo do_shortcode('[ink-appointments-form]'); ?>
    Hope it will resolve your issue

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. ceasar

    ceasar New Member

    Joined:
    Dec 28, 2011
    Messages:
    3
    Likes Received:
    0
    It works. Thanks a lot Priya!!
     
Thread Status:
Not open for further replies.

Share This Page