Viewing 6 replies - 1 through 6 (of 6 total)
  • Hey how are you?

    I was lloking website of kuala lumpur and it looks awesome. Could you be so kind and tell me how you make that outlook of search results with few custom fields and also on single post how you make nice outlook of all custom fieds?

    Thank you and have a nice day.

    Regards
    Damian

    Thread Starter dpierce

    (@dpierce)

    Damian, I’m using a theme. See themeshift.com

    Hey

    I see, thank you for your replay anyway. I will use your pagination info.

    Bye

    Hello dpierce,

    I am having the same problem, but I can’t find where to find
    action=”<?php bloginfo(‘url’);?>”.

    I don’t have the file searchform.php , but wp-custom-fields-search-form.php and it’s content looks like:

    <?php if($title && !(@$params['noTitle'])){
    	echo $params['before_title'].$title.$params['after_title'];
    }?>
    	<form method='get' class='<?php echo $formCssClass?>' action='<?php echo $formAction?>'>
    <?php echo $hidden ?>
    		<div class='searchform-params'>
    <?php		foreach($inputs as $input){?>
    <div class='<?php echo $input->getCSSClass()?>'><?php echo $input->getInput()?></div>
    <?php		}?>
    </div>
    <div class='searchform-controls'>
    
    <input type='submit' name='search' value='<?php _e('Search','wp-custom-fields-search')?>'/>
    </div>
    <div class='searchform-spoiler'><a href='http://www.don-benjamin.co.uk/' title='Brighton Web Development'>DB WordPress Plugins</a></div>
    </form>
    Thread Starter dpierce

    (@dpierce)

    @eian00

    Try looking for searchform.php in Appearance -> Editor

    It’s a file from the theme, not the plugin.

    thank you for the replay dpierce, but it still won’t work.

    I do the search with the wp-custom-fields-search-form.php template, not the searchform.php from the default template as I use a custom field search with more search fields, and then when I have to go to the next result page, it says “There are no results for your search”

    so what I am using for the search is
    <?php if(function_exists('wp_custom_fields_search')) wp_custom_fields_search(); ?>

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