Aliyujega
Weezy Plx weezy help me with thix site search page code
ayhold
Aliyujega hw to add my site to google
Weezy
Aliyujega Give me the url to the search page
Aliyujega
Weezy Weezywap.xtgem.com/search
GuruzLord
Aliyujega copy below
<div align="left" class="foott2"><form method="get" action="http://www.google.com/search"><input type="hidden" name="sitesearch" value="weezywap.xtgem.com" /><input type="text" name="q" onFocus="this.value=''" value="Search this site..." style="border-color:#333333; background-color:#ffffff; color:gray; width:70%; height:40%;" /><input type="submit" value="Search" /></form></div>
Copy code
Note: Change weezy site URL to yours
Weezy
Aliyujega Many pple are using the code and its working for them ..u missed it somewhere ..u just have to read the tutorial and keep trying!
Aliyujega
Weezy Plx weezy edit this code i want
next show at right like ur in blog
<!--parser:xtscript-->
# Paging function
function paging_template $url;$page;$active_page;$total_pages;
# Only one page so exit
if $total_pages == 1
goto @end
endif
# Paging container
if $page == 1
endif
# Previous
if ($page+1) == $active_page
print <a class="full" href="$url"><b>« Previous</b></a>
# Next
elseif ($page-1) == $active_page
print <a class="full" href="$url"><b>Next »</b></a>
endif
if $page == $total_pages
endif
@end
endfunction
<!--/parser:xtscript-->
Copy code