GOOGLE ADWORD - FREE $75 VOUCHER

TAKE IT NOW!! It will not last too long!

  • Send up to 20.000 EMAILS on HIGH SPEED SERVER
  • Publish your business and websites for free
  • Publish your products - direct links to your products
  • Create as many links to your websites as you wish, there is NO "no follow"directive !
  • Drag into your pages YouTube video and Images from the internat as easy as copy & paste the URL or drag & drop the image

Ask for your 3o DAYS free trial
and get $75 GOOGLE ADWORDS VOUCHER FOR FREE

You will be taken to a registration page - Please write that you wish to get BUSINESS CONNECTION FREE TRIAL

There is no catch, just launching a comprehensive business oriented web marketing tool.
Some of our readers will be lucky. BE ONE OF THEM!

Category Archives: WordPress (blog)

Write Sample of Coding into Page

The <code> tag allows you to write coding into your page without being executed and highlighting the code text. Sometime, when writing HTML code for WordPress needs to be used <sourcecode></sourcecode> or [sourcecode][/sourcecode] The code  tags are supported in all …

Read more »

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

Basic WordPress Hook-in

Displays the numeric ID of the current post: <?php the_ID(); ?> More details: http://codex.wordpress.org/Function_Reference/the_ID Displays or returns the title of the page: <?php wp_title(); ?> More details: http://codex.wordpress.org/Function_Reference/wp_title Returns the permalink to a post or page: <?php get_permalink(); ?> More details: http://codex.wordpress.org/Function_Reference/get_permalink Returns the category ID: <?php get_the_category( $id ) ?> …

Read more »

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

Category ID – WordPress

WordPress is jumping as usual from one version to another and many rock functions become deprecated. As WordPress developer you may need current functions. Get current categoryID if you know the post ID. That’s simple and common and there is …

Read more »

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

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 (1 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 ...
 

WordPress – best lightbox

The beset way to have something properly is to keep it simple. When it is about light box we as developers, found that the best is fancy light box plugin. We did implement it in a couple of websites, the …

Read more »

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

WordPress 3.11.x – problems

There are no custom fields supported into administrative area. You can still use any custom field like before but you must manipulate name and values directinto database There are no history for posts /ages supported but you can extract any …

Read more »

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
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 ...
 

Work with WordPress

1. Cleaning Check for the last version of WordPress From Control Panel go to File Manager in Root in www-Public Choose the website folder and clean it: Create a New Folder and Cut – Paste everything from website folder here …

Read more »

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

Home page in WordPress

Very often you can get twice” Home”  in WordPress. It is happening if you wish to display entry page as a specific page for example “Home” and not a post or the standard list of last posts. To avoid problems …

Read more »

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

Multimedia Gallery – WordPress

PhotoSmash Gallery Manage images and YouTube movies Free and it is not linked in ay way with the publisher Includes  image ranking system Does not include light box or similar (the big image is open in the same window Easy …

Read more »

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

Move WordPress Website

This is : – short tutorial – How To Move a WordPress website – does not cover already installed and configured plug-ins – take care of your own changes in your source code added (plug-ins, templates or … the core …

Read more »

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