• Resolved WraithKenny

    (@wraithkenny)


    Is there a way to stop Cool Timeline entries from showing up in search results? Also, is there a way to not have archive and single pages for these items? Seems like it should not be a public post type, right?

Viewing 1 replies (of 1 total)
  • Hi @wraithkenny,

    Thanks for using our plugin.
    Yes, you can stop cool timeline entries from search results.
    In order to do so you have to make some changes in plugin file.
    Follow the given below path:-
    plugins/cool-timeline/includes/cool-timeline-posttype.php

    And Search and replace these lines of code.
    'public' => true, replace with'public' => false,
    'exclude_from_search' => true, replace with 'exclude_from_search' => false,

    Please let me know if you need further assistance.

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Search Results’ is closed to new replies.