Viewing 1 replies (of 1 total)
  • Plugin Author Dana Ross

    (@csixty4)

    You can customize the permalinks WordPress generates using the post_link and post_type_link filters, which WordPress uses to build links to posts and custom post types, respectively. You can see an example of how they work in this tutorial.

    If you only want to affect the links used in Dave’s WordPress Live Search, just have your hook code check that DOING_AJAX is defined and that $_GET[‘action’] == ‘dwls_search’.

    – Dave

Viewing 1 replies (of 1 total)
  • The topic ‘Use different result page?’ is closed to new replies.