New Landing How can we help? Themeforest Theme Support Dante Remove Link from Blog Entry Title

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Dante
  • #251806
    lapala
    Member
    Post count: 8

    I would like to modify the blog-entries. How to remove Link from Post-Title in Blog view? And how to add date only as Month and Year?

    #251883
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .blog-item h3 a, .blog-item h4 a {
     pointer-events: none !important;
    }

    Thanks
    Mohammad

    #252030
    lapala
    Member
    Post count: 8

    Thank you for this trick.

    Do you have a solution to show the date (Only month and year of the article) above the title?

    Kind regards

    #252143
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please open to edit sf-post-formats.php file at /dante/includes/

    Find this code:-
    $post_date = get_the_date();

    Change to:-
    $post_date = get_the_date('m-y');
    Thanks
    Mohammad

    #252150
    lapala
    Member
    Post count: 8

    Thank you!

    #252153
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome and glad to help you.
    Thanks
    Mohammad

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register