• Can i hide/remove/disable author name from Post Carousel. if so how. Please important. and can i add custom text with href link?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Sayful Islam

    (@sayful)

    You can hide author name using CSS. As following
    .carousel-slider__post-author-link {display:none}

    If you are a developer, You can customize it whatever you like using the following filter.
    apply_filters( 'carousel_slider_post', $html, $post, $category );

    For filter hook, you can read about Filters from plugin handbook.

    Sorry no User Interface available to add text with href link. Hope in future.

    Thanks

Viewing 1 replies (of 1 total)

The topic ‘Hide or disable Author Title’ is closed to new replies.