Biz Connection FREE TRIAL + $75 GOOGLE ADWORD - FREE VOUCHER for YOU!

Tag Archives: wordpress

Zen vs WordPress – SEO

When to use WordPress and when to use Zen Cart A) WordPress is far one of the best CMS on the marked from many points of view including SEO. The single “problem” WordPress has is that Oppress is just missing …

Read more »

1 Star2 Stars3 Stars4 Stars5 Stars (2 votes, average: 5.00 out of 5)
Loading ... Loading ...
 

WordPress, ZenCart, MadeSimple and Google index

What CMS (content management system) should be choose if the main target is to have the website up in Google Search as soon as possible and as high as possible. Just facts after two years of studying (analyse) evolution of …

Read more »

1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 4.00 out of 5)
Loading ... Loading ...
 

SEO in WordPress

There are a couple plugins which allow to have or build automatily any page/post Title, Description(and keywords). A few words about WordPress from SEO perspective: – WordPress is a CMS build as a tool for editors and it is ready …

Read more »

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...
 

Pages and IDs – WordPress

1)  Get Current page/post ID: get_the_ID() is handy for templates in conjunction with the get_page and get_post functions. Using $post, the ordpress post global object global $post; if($post->post_type == ‘page’){ echo ‘ This is a page. ID= ‘.$post->ID; } elseif($post->post_type …

Read more »

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...