Google Custom search Engine Integration Into “AW_Blog community edition”
Google Custom search Engine Integration Into “AW_Blog community edition” Magento store.
Very popular extension from Ahead Works, but without search Blog functionality.
Make your blog more usable and userfriendly for visitors and customers by adding
there search functionality.
Useing commercial Search Engine from Google, will increase SEO of yours website
in world biggest Search Engine – Google.com
Buy Our Extension!
1. Create Custom Search at google.com/cse, as described in post “Google Custom search Engine Integration Into Magento store.“,
Write in field “Sites to search” your url like http://www.yoursite.com/{path_to_your_blog}/ where {path_to_your_blog} folder where exists your blog eg. “news”, “blog” etc.;
2. Find files app/design/frontend/default/default/templates/aw_blog/blog.phtml and
app/design/frontend/default/default/templates/aw_blog/post.phtml
Add code at begining of files:
<form action=”<?php echo $action_url; ?>” method=”get”>
<table>
<td>
<input type=”text” name=”q” >
</td>
<td>
<input type=”submit” value=”<?php echo $this->__(‘Search Blog’) ?>” />
</tr>
</form>
1 Comment to Google Custom search Engine Integration Into “AW_Blog community edition”
Leave a Reply
Recent Posts
- Update Simple Forum to Advanced
- Slide Image Gallery
- ExtJs themes – 4
- Google Custom search Engine Integration Into “AW_Blog community edition”
- Integration Gsearch Module into WIO Forum Extension.
- Google Custom search Engine Integration Into Magento store.
- Magento Google Custom Search Engine
- Full version of the Magento Forum
- Simple Forum Module Update 2
- Google Map Store Locations Update



Hope this works well. Its interesting as well.