Viewing 7 posts - 1 through 7 (of 7 total)
  • Posted in: Dante
  • #49546
    Monge
    Member
    Post count: 35

    Hello,

    I would like to know if it’s possible to remove the “By *blogname* on” and only appears the date, “February 10, 2014”

    http://benison.co/bulletin/

    Kind,
    Fabio

    #50014
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please open to edit widget-posts.php at /wp-content/themes/dante/swift-framework/widgets/

    Find this  code at line 66
    <span><?php printf(__('By %1$s on %2$s', 'swiftframework'), $post_author, $post_date); ?></span>
    
    Replace with 
    <span><?php printf(__('%2$s', 'swiftframework'), $post_author, $post_date); ?></span>

    It will remove by “By *blogname* on” .

    With Best Regards
    Swiftideas Themes

    #50224
    Monge
    Member
    Post count: 35
    This reply has been marked as private.
    #50274
    Monge
    Member
    Post count: 35
    This reply has been marked as private.
    #50393
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    1- This is your custom change and take backup of this code change so you can edit at after upgrade .

    2- To hide blog categories in the breadcrumbs
    Please go to admin -> settings -> breadbrumb NavXt -> Post Types ->
    Post Hierarchy Display -> Un Mark Show the taxonomy leading to a post in the breadcrumb trail. and update

    #50632
    Monge
    Member
    Post count: 35

    Thank you sir!

    #50766
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome .

    With Best Regards
    Swiftideas Themes

Viewing 7 posts - 1 through 7 (of 7 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