Sunday, 3 August 2014

Top two Wordpress SEO Plugin : Drive Traffic to your Website

If you have Great Website But you Don't have traffic so You Can't Do nothing with this web . many way to Drive traffic website . as SMM(Social Media Marketing) , IN (internet marketing) . SEO .  in the SEO have two way OFF line seo , On site SEO . For on Site SEO you Need to Know some HTML Programming . But in the wordpress You Don't need to Know any Programming . You can Do on site SEO without knowing any Programming .

WordPress SEO by Yoast

wordpress seo by yoast plugin review
wordpress seo by yoast plugin review
WordPress out of the box is already technically quite a good platform for SEO, this was true when I wrote my original WordPress SEO article in 2008 (and updated every few months) and it's still true today, but that doesn't mean you can't improve it further! This plugin is written from the ground up by Joost de Valk and his team at Yoast to improve your site's SEO on all needed aspects. While this WordPress SEO plugin goes the extra mile to take care of all the technical optimization, more on that below, it first and foremost helps you write better content. WordPress SEO forces you to choose a focus keyword when you're writing your articles, and then makes sure you use that focus keyword everywhere.

All in One SEO Pack

All in one seo pack review
All in one seo pack review

 

  • XML Sitemap support - submit your sitemap to Google and Bing and improve your SEO
  • Google Analytics support
  • Support for SEO on Custom Post Types
  • Advanced Canonical URLs
  • Fine tune Page Navigational Links
  • Built-in API so other plugins/themes can access and extend functionality
  • ONLY plugin to provide SEO Integration for WP e-Commerce sites
  • Nonce Security built into All in One SEO Pack
  • Support for CMS-style WordPress installations
  • Automatically optimizes your titles for Google and other search engines
  • Generates META tags automatically
  • Avoids the typical duplicate content found on WordPress blogs
  • For beginners, you don't even have to look at the options, it works out-of-the-box. Just install.
  • For advanced users, you can fine-tune everything to optimize your SEO
  • You can override any title and set any META description and any META keywords you want.
  • Compatibility with many other plugins

 

Downlaod Free executive-pro Genesis wordpress theme

Hi , Downlaod Free executive-pro Genesis Wordpress  , This theme is  SEO optimized  , So  Easy to use ,  You can Control everything from wordpress Dashboard . You need to Genesis child theme to use this theme , You can  Download Here  main theme

Free Download Wordpress Genesis Framework Theme

 here is Screenshot of Executive-pro Theme 
 

Downlaod Exective Pro Wordpress theme

Also you can see this 

Free download wordpress genesis agent

Friday, 1 August 2014

Download Free Premium WP user Frontend pro

Download WP user Frontend pro Wordpress Plugin  . What You can do with this plugin I write a review on this plugin . Please see here WP User FrontEnd Review  . You can Create your full website in Frontend . This Pro have more Future . as you can Create from and integrate with custom post . You can build registration from . and more more future .


Download WP User Frontend Pro

Wednesday, 30 July 2014

How to Run php Code in Wordpress Widget

Hi ,
Today we learn How to Run php Code in Wordpress Widget  ?  Normally if you Write php Code  Wordpress Widget , This code will won't Work .So if you want to Support your php code into wordpress text widget . you need to Follow this code paste into your theme function.php File .

add_filter('widget_text', 'enable_php_code', 99);
function enable_php_code ($text) {
if (strpos($text, '
ob_start();
eval('?' . '>' . $text);
$text = ob_get_contents();
ob_end_clean();
}
return $text;
}

Now you can write you php code into wordpress test widget . try it now and enjoy 

Here Is more use full WordPress Resource :

Best WordPress Page Builder

How to Short Wordpress title in Frontend ?

Hi,
Today We will Show you How to Short your WordPress Title  in  Front-end   . Many Time we need Short Our wordpress Title  .  My One client Give me one PSD to convert into Wordpress . So When I complete there i saw some problem in Home page  , as some post title are going to too long . so Changed grid in Home page . this shown totally ugly . So I try solve this and solve this  .

if you want do this just Follow this 2 step ,

Step 1: this code paste in your loop


<?php if (strlen(the_title('','',FALSE)) > 50) { //Character length
          $title_short = substr(the_title('','',FALSE), 0, 50); // Character length
          preg_match('/^(.*)\s/s', $title_short, $matches);
      if ($matches[1]) $title_short = $matches[1];
          $title_short = $title_short.' ...'; // Ellipsis
      } else {
          $title_short = the_title('','',FALSE);
      } ?>
Step 2 : and Paste this where you want to show your title 
<?php echo $title_short ?>
See this Example  
<?php if(have_posts()) : ?>
                    <?php while (have_posts()) : the_post(); ?>       
                <div class="col-md-4 looppost">
                    <div class="post">
<?php if (strlen(the_title('','',FALSE)) > 50) { //Character length
          $title_short = substr(the_title('','',FALSE), 0, 50); // Character length
          preg_match('/^(.*)\s/s', $title_short, $matches);
      if ($matches[1]) $title_short = $matches[1];
          $title_short = $title_short.' ...'; // Ellipsis
      } else {
          $title_short = the_title('','',FALSE);
      } ?>
                        <h2><a href="<?php the_permalink()?> "><?php echo $title_short ?></a></h2>
                        <?php endwhile; ?>      <?php endif; ?>

Thursday, 12 June 2014

Free Download wordpress Genesis Agent Pro theme

Wordpress genesis framework theme is Great for SEO .  Genesis Main Theme is Child Theme . if You want use this theme you need to Main Genesis Framework Theme . Which is Also You download From Here  Free Download Genesis Theme

With this Both theme you can build nice agent theme  .  For  How set this theme like Demo , Search on Google .


Download This Theme

Tuesday, 3 June 2014

Download Premium Wordpress News Reganto Theme Totally Free


Reganto Theme Great Wordpress theme in News Theme Category  . Great future  .   Fully Responsive ,  advertize System , Control Panal  Many Future .  Hope You will be Enjoy .

Download Now