New Landing How can we help? Themeforest Theme Support Dante Galleries in search

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Dante
  • #116958
    Maurizio.Lattanzio
    Member
    Post count: 174

    Hello, I’ve a question peraphs strange and not about theme.
    Is’t possible that galleries don’t appaer in search result?

    If I search ‘tesina’ I’ve two result. The post with gallery and Gallery. I don’t want gallery, only post.

    Thanks for all, Maurizio

    #117040
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Not sure if this is an easy task or not, I will forward this to Rui who may be able to help you

    – Kyle

    #117044
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Inside the file located in “themes\dante\swift-framework\custom-post-types\gallery-type.php”

    Find the code below

    
     $args = array(  
    	        'labels' => $labels,  
    	        'public' => true,  
    	        'show_ui' => true,
    	        'show_in_menu' => true,
    	        'show_in_nav_menus' => false,
    	        'menu_icon'=> 'dashicons-format-gallery',
    	        'hierarchical' => false,
    	        'rewrite' => false,
    	        'supports' => array('title', 'thumbnail'),
    	        'has_archive' => true,
    	        'taxonomies' => array('gallery-category')
    	       );  
    

    and replace by this one

    
     $args = array(  
    	        'labels' => $labels,  
    	        'public' => true,  
    	        'show_ui' => true,
    	        'show_in_menu' => true,
    	        'show_in_nav_menus' => false,
    	        'menu_icon'=> 'dashicons-format-gallery',
    	        'hierarchical' => false,
    	        'rewrite' => false,
    	        'supports' => array('title', 'thumbnail'),
    	        'has_archive' => true,
    	        'taxonomies' => array('gallery-category'),
    		'exclude_from_search' => true 
    	       );  
    

    Let us know if it worked.

    -Rui

    #117083
    Maurizio.Lattanzio
    Member
    Post count: 174

    I’ve just said that Swiftideas is the best! But Now I think is beyond!
    Time 08.04 QUESTION
    Time 11.00 SOLUTION

    What do you want from the life?
    Thanks. Perfect!
    I think that this solution must be integrated in the theme.

    Bye and thanks!
    Maurizio Lattanzio

    #117090
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I am glad that your issue resolved. Thanks Rui.
    With Best Regards
    Mohammad

    #117119
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    @Maurizio Thanks for the kind words.
    We will take not of your suggestion.

    -Rui

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 the following item
Login and Registration Log in · Register