1. Look at the directories where your templates are stored,
2. Take the help directory and create a copy directory articles.
3. Copy the contents of the help to articles
4. put
widget template="common/sidebar_box.tpl" head="Articles" dir="articles
in your main.tpl where you want the box
For instance: I added it to the left column after help (line widget template="common/sidebar_box.tpl" head="Help" dir="help")
In the dirctory articles the head.tpl has the heading, the body tpl contains the links or whatever you want.
How to create the static page for article for LiteCommerce CMS you can read here:
Creating manual pages for LiteCommerce CMS
Sunday, September 27, 2009
Tuesday, September 22, 2009
How to verify your wordpress hosted blog for Google webmaster tools
You can do it with html page verification
It is pretty simple:
1 - Create the page on your blog
Not post but page in Pages section ! With name of page googleyourverification.html The name of page you can receive from Google webmaster tools
2 - Publish this page for creation of html page
3 - Check the availability of created page by link:
yourblog.blogspot.com/googleyourverification.html
4 - Change the page status to draft for hiding it from public
5 - Verify you blog Google webmaster tools
It is pretty simple:
1 - Create the page on your blog
Not post but page in Pages section ! With name of page googleyourverification.html The name of page you can receive from Google webmaster tools
2 - Publish this page for creation of html page
3 - Check the availability of created page by link:
yourblog.blogspot.com/googleyourverification.html
4 - Change the page status to draft for hiding it from public
5 - Verify you blog Google webmaster tools
Friday, September 18, 2009
Creating manual pages for LiteCommerce CMS
This post about LitecCommerce CMS system
There you can finf information how to add manual pages
Take any static page generated by HTML catalog module
Change next list of phrases in the file:
href="category
to href="../catalog/category
FlyoutCategories
to
../catalog/FlyoutCategories
src="images
to
src="../catalog/images
'category
to
'../catalog/category
href="style
to
href="../catalog/style
change TITLE to the name of your new page
change meta name="description" to name of a new page
change meta name="keywords" to new keywords
delete totally the line with td class="DialogTitle" height="20"> 
find phrase !-- product details --
delete three lines before !-- product details --> but leave td valign="top"> in the third line
delete all lines from
table id="productDetailsTable" cellspacing="0" cellpadding="0" width="100%" border="0and till
tr id="addToCartButton">
delete section TABLE in !-- product details --
delete from
table id="productDetailsTable" cellspacing="0" cellpadding="0" width="100%" border="0">table id="productDetailsTable" cellpadding=0 cellspacing=0 border=0 width="100%"
till
/table>
Ans you can add your article or atatic page body html text after product details section
There you can finf information how to add manual pages
Take any static page generated by HTML catalog module
Change next list of phrases in the file:
href="category
to href="../catalog/category
FlyoutCategories
to
../catalog/FlyoutCategories
src="images
to
src="../catalog/images
'category
to
'../catalog/category
href="style
to
href="../catalog/style
change TITLE to the name of your new page
change meta name="description" to name of a new page
change meta name="keywords" to new keywords
delete totally the line with td class="DialogTitle" height="20"> 
find phrase !-- product details --
delete three lines before !-- product details --> but leave td valign="top"> in the third line
delete all lines from
table id="productDetailsTable" cellspacing="0" cellpadding="0" width="100%" border="0and till
tr id="addToCartButton">
delete section TABLE in !-- product details --
delete from
table id="productDetailsTable" cellspacing="0" cellpadding="0" width="100%" border="0">table id="productDetailsTable" cellpadding=0 cellspacing=0 border=0 width="100%"
till
/table>
Ans you can add your article or atatic page body html text after product details section
Monday, September 14, 2009
Is partnership with SEO company profitable or not?
How to analyse a potential partnerships with SEO company?
Is it profitable or not?
I have received a partnership offer from one SEO company about:
• I will provide small link in the bottom of my pages to the list links to SEO company partners with limitation 25 links to partners from any page.
• I will not control the list of links but SEO company looks good and serious.
Company will provide the full SEO service for the period of a contract (one year). Like:
• 200 Directory submissions
• 20 Themed links
• 50 Social Bookmarks
• 200 Search Engine Submissions
• 50 Blog & Article Submissions
• Onsite guidelines
Partnership shoud be
And questions which I renerated immediately were:
• Is it profitable?
• Can it damage SEO of my site?
• Does anybody use this type of service and with which result?
And what I have collected like important questions and comments about this partneship:
Is it profitable or not?
I have received a partnership offer from one SEO company about:
• I will provide small link in the bottom of my pages to the list links to SEO company partners with limitation 25 links to partners from any page.
• I will not control the list of links but SEO company looks good and serious.
Company will provide the full SEO service for the period of a contract (one year). Like:
• 200 Directory submissions
• 20 Themed links
• 50 Social Bookmarks
• 200 Search Engine Submissions
• 50 Blog & Article Submissions
• Onsite guidelines
Partnership shoud be
And questions which I renerated immediately were:
• Is it profitable?
• Can it damage SEO of my site?
• Does anybody use this type of service and with which result?
And what I have collected like important questions and comments about this partneship:
- There is nothing worse then not control raw links on your site.
- And exactly what do they think it will do to your rankings?
- Which keywords are they targeting?
- How much search traffic monthly do the engines get for those keywords?
- How competitive are the keywords? Have you seen other sites with this SEO's links?
And I hope the list of questions can help anybody to save their time and money and avoid unresponsible outsource SEO company contracts.
Well... I decided just skip this offer.
Tuesday, September 1, 2009
Verification of your Blog for Google webmaster tools
Today I registered this blog in Google webmaster tools.
And I met one problem in verification:
If I put HTML verification code to the blogger template just after first head tag, I receive an error message from blogger.
The error message: We were unable to save your template
If I put this code before body tag verification was unsuccessful.
And I fixed it just adding "/" to the verification code in the end of string.
Example:
You received from google next HTML code for verification
(meta content="'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'" name="'verify-v1'">
Change this code to
(meta content="'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'" name="'verify-v1'/">
After that you can save your Template and verify your blog successfully.
Thanks,
Russian handicrafts
And I met one problem in verification:
If I put HTML verification code to the blogger template just after first head tag, I receive an error message from blogger.
The error message: We were unable to save your template
If I put this code before body tag verification was unsuccessful.
And I fixed it just adding "/" to the verification code in the end of string.
Example:
You received from google next HTML code for verification
(meta content="'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'" name="'verify-v1'">
Change this code to
(meta content="'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'" name="'verify-v1'/">
After that you can save your Template and verify your blog successfully.
Thanks,
Russian handicrafts
Labels:
blogger,
Google webmaster tools,
verification
Subscribe to:
Posts (Atom)