Viewing 6 replies - 1 through 6 (of 6 total)
  • Not using categories doesn’t affect the search function. Can you post a link to your site so I can try a search for myself?

    Thread Starter mrppp

    (@mrppp)

    http://www.gigzone.co.uk/
    try a search for an event Blues On The Meadow

    Plugin Support angelo_nwl

    (@angelo_nwl)

    try Events > Settings > Pages > Event List/Archives > Include in WordPress Searches =Yes

    Thread Starter mrppp

    (@mrppp)

    thanks, works fine now.
    What .php file would I need to edit on search results to remove the Posted by xxxxx!, in category:xxxx with 0 Comments

    sorry for the questions but WP is all new to me

    Would it be /wp-content/themes/MY TEMPLATE/search.php

    remove
    Posted by <?php the_author_posts_link(); ?>, in category: <?php the_category(‘, ‘); ?> <?php the_tags(‘and tagged in: ‘, ‘, ‘,

    ”); ?> with <?php comments_popup_link(__(‘0 Comments’,’rolassepuluh’), __(‘1 Comment’,’rolassepuluh’), __(‘% Comments’,’rolassepuluh’)); ?>

    Plugin Support angelo_nwl

    (@angelo_nwl)

    that should be within your theme templates like page.php and single.php

    Thread Starter mrppp

    (@mrppp)

    removing Posted by <?php the_author_posts_link(); ?>, in category: <?php the_category(‘, ‘); ?> <?php the_tags(‘and tagged in: ‘, ‘, ‘, ”); ?> with <?php comments_popup_link(__(‘0 Comments’,’rolassepuluh’), __(‘1 Comment’,’rolassepuluh’), __(‘% Comments’,’rolassepuluh’)); ?>

    from search.php works

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘search feature’ is closed to new replies.