What’s New in wordpress 3.4


What’s New in wordpress 3.4:

Hola Guys WordPress 3.4 is released and have some interesting new features .I have also Updated to wordpress 3.4 and its works fine.The new Version has many new features and improvements.So what’s new in the wordpress 3.4 .Here are some of the Theme Features.

New Features in WordPress 3.4 :

  1. LIVE THEME PREVIEW WITH CUSTOMIZATION.
  2. EMBEDDED TWEETS
  3. CUSTOM HEADER
  4. CUSTOM BACKGROUND
  5. BETTER CAPTIONS
  6. BUGS REMOVED
  7. UPDATED LIBRARIES

LIVE THEME PREVIEW IN WORDPRESS 3.4:

You can now have Live preview of the themes using the Live Customization in the wordpress 3.4 .You can easily try out the themes using the this feature and see how a theme looks with your theme settings.

live customization Whats New in wordpress 3.4

Live Customization

Embedded Tweets IN WORDPRESS 3.4:

Now you can put your tweet links in the wp editor .You can pste your tweet url and Yout tweet can be seen by every one on your post and people can retweet and like it from there. See the Example Below .I just pasted the Url “https://twitter.com/DesignAeon/status/214299500913754112” in the Editor and you can see the result below:

Custom Headers IN WORDPRESS 3.4:

In WordPress 3.4  you can add custom header.while in wordpress 3.0 the header size has to be accurate.but in the latest version you can add flexible header images.you can see the new code the Codex.Here is How you can Add Custom header.

$args = array(
	'flex-height'            => true,
	'height'                 => 200,
	'flex-width'             => true,
	'width'                  => 950,
	'default-image'          => get_template_directory_uri() . '/images/headers/header-default.jpg',
	'random-default'         => false,
	'default-text-color'     => '',
	'header-text'            => true,
	'uploads'                => true,
	'wp-head-callback'       => '',
	'admin-head-callback'    => '',
	'admin-preview-callback' => '',
);
add_theme_support( 'custom-header', $args );

Custom Backgrounds IN WORDPRESS 3.4:

The New Custom background Feature lets you add your custom background in the theme.To add this feature you can add the code below:

$args = array(
	'default-image'          => get_template_directory_uri() . '/images/bg-default.png',
	'default-color'          => '#fafafa',
	'wp-head-callback'       => '',
	'admin-head-callback'    => '',
	'admin-preview-callback' => ''
);

add_theme_support( 'custom-background', $args )

Better Captions IN WORDPRESS 3.4:

IN wordpress 3.4  the captions have been improved.You can add html in the caption. See the image below with html caption.

THREE GORGES DAM 9 Whats New in wordpress 3.4

World Largest DAM-Read About Three Gorges Dam

Bugs Removed In wordpress 3.4:

The Lots of Bugs were Removed in the wordpress 3.4.here are the list of bugs removes from wordpress 3.4

Updated Libraries In wordpress 3.4:

The Following Libraries has been updated in the wordpress 3.4 .

That’s all  ! WordPress 3.4  has lots of good feature and bugs got fixed. I hope you liked this post.Please like and share if you liked this post.Keep Visiting.

Posted Under Categories:
More Stuff About:

About the author

Ramandeep Singh Is Btech Graduate in Computer Science.He has interest in Programming.He knows .net ,vb.net,c#.Ramandeep Singh is certified web developer in PHP and PHP Framework(cakePHP).Ramandeep Likes to write Tutorials on Blog,that is why he founded DesignAeon

Leave a Reply