change Visual Editor Font Size without wordpress plugin

wordpress tutorial for, change Visual Editor Font Size without wordpress plugin. need to open your functions.php file and put following code in that file.

change Visual Editor Font Size without wordpress plugin

change Visual Editor Font Size without wordpress plugin
change Visual Editor Font Size without wordpress plugin

You need to open your functions.php file and put following code in that file.using following code you can change the font size of editor.

Note: If you are not having knowledge of wordpress code and php then dont use  the code.

add_action( ‘admin_print_styles-post.php’, ‘my_admin_css’ ); add_action( ‘admin_print_styles-post-new.php’, ‘my_admin_css’ ); function my_admin_css() { ?> <style type=”text/css”> #editorcontainer textarea#content { font-size: 2em !important } </style> <?php

 

checklist for self hosted wordpress sites

When you creating site in wordpress, I created unique checklist for self hosted wordpress sites. checklist for self hosted wordpress sites is very important.

checklist for self hosted wordpress sites

When you creating the website in wordpress that time you need to be very careful and you need think and check about following things. I created the checklist for wordpress sites.

About Theme

Use the Minimum images

checklist for self hosted wordpress sites
checklist for self hosted wordpress sites

You should use the sprite image in wordpress theme. That will reduce the webpage loading time.

Use proper and optimized CSS properties

You should use the proper CSS. Dont repeat CSS code. like float, color, margin.

Test the Theme in IE7, IE8 ,Firefox, Safari and Google Chrome

Your theme need to be cross browser compatible.

Use only External CSS

Dont use the inline CSS in Theme.

Use Jquery

Jquery is very popular and simple and seo friendly for wordpress site.

Use the Sidebars in your theme

In sidebar you mostly put the links and ads. That is very important for SEO.

Put the Tag and category links

You should put the tags and category links in theme.

Make Mobile friendly

You theme should viewable in iPhone, iPad, Blackberry mobile devices.

Check in WordPress site

  • Check Robots.txt file
  • Put Site title
  • Get some good Tagline for the site
  • Create contact us email address
  • Put Share links ie. Twitter, Facebook, MySpace, RSS, LinkedIn etc.
  • Create Author’s profile: Email, Website, AIM, Biographical Info
  • Put the Google Analytics code in your site
  • Do web master varification
  • Use the SEO Meta Tags (Use the SEO Meta Tags plugin)
  • Submit your site to to Yahoo, Google, Bing
  • Use good wordpress plugins
  • Use the Permalinks (date and name. if do not want to show category in url then use ‘No Category Base’ plugin)
  • All Posts and Pages with genuine and useful articles
  • Create nice Categories and their structure (parent-child)
  • Remove broken urls (if urls not provided use ‘javascript:;’ in anchor’s href)
  • Use the Widgets and Menus with their urls
  • Put Akismet API key -For Spam protection.
  • Do setting for Media sizes (thumbnail, medium, large)
  • Uncheck the “Organize my uploads into month- and year-based folders” setting in media setting.
  • Use the SEO ultimate plugin.
  • Dont use the plugin for contact form

Here are some useful links which will be helpful to you

Best WordPress SEO Plugins for Optimize your WordPress Website

best fresh and free html5 wordpress themes download

HTML5 is becoming very popular in the web and internet world, Here in article, we have best fresh and free html5 wordpress themes download which are responsive, HTML 5 is very seo friendly and In HTML5 introduced very nice html tags like aticle, header, footer, nav and many more advanced tags with effects.

best fresh and free html5 wordpress themes download

WordPress theme developer should start working on HTML5 for wordpress theme development. Here we created the fresh and free html5 ready wordpress themes. Which are freely avilable for download.

Ajooba

ajooba-theme,free html5 wordpress themes download
free html5 wordpress themes download

Free Dream

Orange Flower

Spectacular

Stakers

Temple Gate

Grey

Toolbox

CSS3

Future of PSD to WordPress Conversion

PSD is the design layout made in Photoshop, which needs to be converted as PSD files cannot be launch in any browser. In such scenario PSD to WordPress conversion gives a lot of advantages like easy to update, install and import. Code generated by WordPress is compliance with W3C standards.

Future of PSD to WordPress Conversion

W3C validation helps to check errors during the development phase. User registration feature of WordPress helps visitors to register themselves and can communicate to back end. Customization and integration of WordPress theme becoming most sought -after for web development.

Future of PSD to WordPress Conversion
Future of PSD to WordPress Conversion

Interestingly, more than 12 percent of the top million websites across the globe are using open source blog publishing WordPress CMS for creating great user experiences. With such a rapid growth, PSD to CSS/Wordpress conversion will be one the most sought-after forms of markup conversion service.

A WordPress empowered website is search engine friendly and helps in generating more traffic. One of the in-built features of WordPress is user registration. It allows users to register on website for further communication. Another feature provided by WordPress is password protection which helps users to keep their comments, feedback and transaction protected.

WordPress 3.0.5 with fixes of security functionality

WordPress 3.0.5 contains a better fix for the KSES security vulnerability we reported on back in December and which was fixed by WordPress 3.0.4 – but that’s far from the only upgrade contained in this release.

WordPress 3.0.5 with fixes of security functionality
WordPress 3.0.5 with fixes of security functionality

The latest update also includes fixes for two security flaws that allow sufficiently clued-up contributors or authors to increase their permission levels and gain access to content that they are not supposed to see. A fix for an information disclosure vulnerability that allowed authors to see private and draft posts from other users on the same installation is also included in WordPress 3.0.5.

Additional hardening has gone into this newest release, too: plugins that don’t correctly use the WordPress security API now have a harder time of breaking things should they go wrong – which could help limit the impact of badly-written or malicious plugins.

The last line refers, of course, to WordPress 3.1, the next major revision in the pipeline. With a release due imminently, the WordPress team is looking for people to test the latest release candidate for bugs. While WordPress 3.1 RC4 is close to the code that will make up the final release, it’s still a good idea not to try it in a production environment – but you can download the release candidate if you’re willing to risk it.
Read more: http://www.thinq.co.uk/2011/2/8/wordpress-305-plugs-more-security-holes/

Display FeedBurner Reader count in wordpress blog

Displaying the feed burner reader count is nice idea for bloggers. This way can show your blog readers to other blog viewers.
For seo purpose displaying the feed burner reader count is very nice.

Display FeedBurner Reader count in wordpress blog

You can your following code in your wordpress theme file.

<?php
$url = file_get_contents('https://feedburner.google.com/api/awareness/1.0/Get
FeedData?uri=YOUR FEED ADDRESS');
$begin = 'circulation="'; $end = '"';
$page = $url;
$parts = explode($begin,$page);
$page = $parts[1];
$parts = explode($end,$page);
$fbcount = $parts[0];
if($fbcount == '') { $fbcount = '0'; }
echo '
<div> '.$fbcount.'  Subscribers</div>';
?>
Display FeedBurner Reader count in wordpress blog
Display FeedBurner Reader count in wordpress blog

how to disable wordpress post revisions

disable wordpress post revisions and increase wordpress performance. For improving the WordPress website or blog performance you need use following method.

WordPress saves the post revisions after every 2 min. That takes so much mysql storage.
To save MySQL storage, some WordPress user will be happy using this method, this method is Disable WordPress Post Revision.

how to disable wordpress post revisions

Why we need disabled this featured?

It’ because WordPress created such as dummy data revision and this one make our table sized increased. And if you have limited space, this is bad idea, and of course disable Post Revision also made your WordPress running faster.

Open your wp-config.php file and put the following code in that file. If you are not wordpress developer then dont use following code. Please consult with any wordpress developer for this code.

/* disable post-revisioning nonsense */
define('WP_POST_REVISIONS', FALSE);

Add Text to RSS in wordpress Post Title

I faced very complex issue when my post get published. That post copied from other sites. Due to some wordpress plugin that is happening. wp-matic and wp-robots wordpress plugins are very bad which are stilling the other site blog and content.

Add Text to RSS in wordpress Post Title

Prevent the coping your content you should use my method. This method will add the additional text in your title so your wordpress posts will became more secure.
If you are wordpress developer then only use following code. Open your functions.php file from your theme and put following code in that file.

    function wordpressapi_rss_title($content) {
    global $wp_query;
    $postid = $wp_query->post->ID;
    $gpost = get_post_meta($postid, 'guest_post', true);
    $spost = get_post_meta($postid, 'sponsored_post', true);

    $content = 'Post by WordPressapi.com - '.$content;

    return $content;
    }
    add_filter('the_title_rss', 'wordpressapi_rss_title');

This code will add the custom text in your title. For more information you can search in my blog
https://purabtech.in

Modify wordpress Custom excerpt length

In wordpress api we having the the_excerpt method for showing the short description from wordpress post.
On WordPress 2.9 there are new featured that we can added on the_excerpt(), one of them is change the excerpt length.

Modify wordpress Custom excerpt length

For Modify wordpress Custom excerpt length we need use the filter for modify the wordpress excerpt length. Use our custom code and put in functions.php file

For changing the length of excerpt we need use the filter for modify the wordpress excerpt length.
We only needed to put some function on our functions.php themes file and added some hook to call this functions.

<?php
// Add custom excerpt length
function custom_excerpt_length($length) {
return 20;
}
add_filter('excerpt_length', 'custom_excerpt_length');
?>

Using above code you can control the character length in wordpress description.

how to show author information on each wordpress post

show author information on each wordpress post is really good habit in wordpress post. So reader will know information writer who is writing the article. Many people like this information and they really read the information about author.

how to show author information on each wordpress post

how to show author information on each wordpress post
how to show author information on each wordpress post

For showing the author information you need put following code in the functions.php file show after your post content the author information will displayed to reader.


function get_author_bio($content=''){
global $post;

$post_author_name=get_the_author_meta("display_name");
$post_author_description=get_the_author_meta("description");
$html="</pre>
<div id="about_author" class="clearfix">\n";
$html.="<img class="avatar" src="http://www.gravatar.com/avatar.php?gravatar_id=&quot;.md5(get_the_author_email()). &quot;&default=&quot;.urlencode($GLOBALS[" alt="PG" width="80" height="80" />\n";
$html.="
<div class="author_text">\n";
$html.="
<h4>Author: ".$post_author_name."</h4>
\n";
$html.= $post_author_description."\n";
$html.="</div>
</div>
<pre>
\n";
$html.="</pre>
<div class="clear"></div>
<pre>
\n";
$content .= $html;

return $content;
}

add_filter('the_content', 'get_author_bio');

Just put the above code in functions.php file. You dont need to do code in single.php file.