Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Guido

    (@guido07111975)

    Hi,

    Not via the shortcode but you should do this via CSS.

    To only hide this on homepage, you should get the class from the homepage or homepage-widget, and use this:

    .myclass #vsel .vsel-info {display:none;}
    .myclass #vsel .vsel-meta-time {display:none;}
    .myclass #vsel .vsel-meta-location {display:none;}
    .myclass #vsel .vsel-meta-link {display:none;}

    The homepage often has class “home”. Replace the “myclass”.

    Add this code on your custom style page of your theme or via a custom style plugin.

    Guido

    Thread Starter gabeelliott

    (@gabeelliott)

    That worked.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide desciption in shortcode’ is closed to new replies.