wentforgold
Forum Replies Created
-
Forum: Plugins
In reply to: [Bing Custom Search for WordPress] default search$string .= ‘<form method=”get” action=”‘.$GLOBALS[‘bloginfo_url’].’/” name=”object_bigsearch” id=”object_bigsearch” ‘.$ext.’>’;
$string .= ‘<p ‘.$txtext.’>’.$PPT->_e(array(‘object’,’bigsearch1′)).’ <input name=”s” id=”s” value=”” data-swplive=”true” type=”text” onfocus=\”this.value=\’\’;” value=”‘.$PPT->_e(array(‘object’,’bigsearch2′)).'”/>
<input type=”submit” value=”‘.$PPT->_e(array(‘object’,’bigsearch3′)).'” class=”button gray large” /></p>’;
$string .= ‘</form> ‘;
Forum: Plugins
In reply to: [Bing Custom Search for WordPress] default searchsearch box is custom
thanks, that did the trick
Forum: Plugins
In reply to: [Matt's PeepSo Blog Posts] custom posts typesNevermind i got it sorted…. Just one thing, is there a way to have the post display in the activity stream? atm it just says “username wrote a new post”. Would be great to have the post appear also….
Regards
Forum: Plugins
In reply to: [Matt's PeepSo Blog Posts] custom posts typesI’m using the Directorypress theme btw….
Forum: Plugins
In reply to: [Matt's PeepSo Blog Posts] custom posts typesThanks for the help, but i have no idea where to find the files to modify, could you please be more specific as i’m not a coder…..
Regards
this code gives me the correct id number (peepso(‘profile’,’user-id’)
so how do i get the id number into the code below author= ?$posts = query_posts(‘caller_get_posts=1&author= ? id&post_type=post&post_status=publish&orderby=post_date&order=DESC’);
Forum: Themes and Templates
In reply to: Nofollow in headermust be a way to do it
Forum: Themes and Templates
In reply to: Nofollow in header` <?php wp_list_pages(‘sort_column=menu_order&title_li=’); ?>
Forum: Themes and Templates
In reply to: Nofollow in headerwhat do you mean?