http://www.techytuts.com
linkedkeywords.com

29

Nov

How to Upgrade to Wordpress 2.6.5 Easily

Hey guys as you know Wordpress 2.6.5 was released on November 25th. The security issue was an XSS exploit that though affects IP-based virtual servers running on Apache 2.x. But we recommend everyone to upgrade to the newest version in order to be safe

What’s New What’s Fixed ?

Apart from the fixing the XSS bug, the following minor fixes were made

  • The accidentally saving of post meta information to a revision is now prevented.
  • Prevents XML-RPC from fetching incorrect post types.
  • User ID sanitization during bulk delete requests.

How to Upgrade easily to Wordpress 2.6.5 ?

Well upgrading worpress is quite easy. Read Complete Tutorial


12

Nov

Wordpress Plugin - Techytube

Hey there everyone. I wrote a new plugin. Thanks to you all my previous plugin RSS Post Editor was a big hit. And this time I am back with something different, handy for everyday usage for many bloggers who post video. Yes its the Embed Youtube Video. I have made embedding of youtube videos on your blog quite easy. by using plugin.Read the description for how it works and if you would like to help me, please donate or atleast digg, stumble and share this page with your friends.. Read Complete Tutorial


10

Nov

How to Display Technorati Stats on Your Blog

Loading time is one of the major factor that may conglomerate visitors on your website. There are many techniques to cut down long load times of your blog. One of which can be using less third party content like badges images etc.

Now many of the bloggers like to display a Technorati badge showing thier blog’s Technorati Stats on their websites. Below is a small piece of code with which you can put up your blog stats on Technorati using the Technorati API.

The code is very simple to put up, also if you are familiar with PHP and HTML then you can use your own style to put the stats on your blog or website.

Have a look at the code…

$technorati = get_option("technorati");
if ($technorati['lastcheck'] < ( mktime() - 600 ) ) {
	$apikey 	= "apikey";
	$endpoint 	= "http://api.technorati.com/cosmos?key=".$apikey;
	$request 	= $endpoint."&url=yoast.com&limit=10";
	$snoopy 	= new Snoopy;
	$result 	= $snoopy->fetch($request);
	if ($result) {
		$pattern1 = '/<inboundblogs>([0-9]+)<\/inboundblogs>/';
		$pattern2 = '/<inboundlinks>([0-9]+)<\/inboundlinks>/';
		$pattern3 = '/<rank>([0-9]+)<\/rank>/';
		preg_match($pattern1, $snoopy->results, $matches);
		preg_match($pattern2, $snoopy->results, $matches2);
		preg_match($pattern3, $snoopy->results, $matches3);
		$technorati['inboundblogs'] = number_format($matches[1]);
		$technorati['inboundlinks'] = number_format($matches2[1]);
		$technorati['rank'] 	= number_format($matches3[1]);
		$technorati['lastcheck']= mktime();
		update_option("technorati",$technorati);
	}
}
echo "<h3>Technorati</h3>";
echo "<p>".$technorati['inboundblogs']." blogs linked
	".$technorati['inboundlinks']." times in the last 6 months,
	ranking it as ".$technorati['rank']." among all blogs.</p>";

Thanks to Yoast


24

Oct

Its time to Upgrade your Wordpress Again - How to Upgrade from Wordpress 2.6.2 to Wordpress 2.6.3

As my opened my blog’s dashboard today, the first thing that I noticed was please upgrade your wordpress package.

Well I knew Wordpress 2.7 was to be released in November. But never expected 2.6.3 to be out. And this may be the last time I am upgrading wordpress as Wordpress 2.7 is to be incorporated with an auto upgrade feature. Cool !

So coming back to 2.6.3, the upgrade 2.6.3 was necessary as recently there was a critical vulnerability announced in the Snoopy Library. And our wordpress uses the same to get feeds in the dashboard. This is a simple upgrade and I wont recommend you to download the complete 1.2 MB package and upload it to your server and go throught the upgrade process if you are already running Wordpress 2.6.2. Basically only 2 files needs to be replaced here in case of upgrade from Wordpress 2.6.2 to.Wordpress 2.6.3 which are Read Complete Tutorial


12

Oct

How to Create Post Accordions in Wordpress

Hey guys,

Recently I wrote a guest post at Balkhis.com Thanks Syed for publishing my post. Basically its a tutorial related to wordpress. In this tutorial at Balkhis I exhibited how wordpress can be customized to make it both visually attractive and interactive to your website readers. So essentially the tutorial was about creating post accordions in wordpress. So we are going to see how we can create Post Accordions in Wordpress or Javascript Accordions actually using our wordpress posts. These accordions enhance both interactivity and visual appeal for your website. So its a must see tutorials for all those bloggers who want their blogs to attract readers based on thier interactivity. Read Complete Tutorial


5

Sep

Wordpress Plugin - RSS Post Editor

Hey there everyone, We are excited to release our new wordpress plugin - RSS Post Editor

Description

This plugin allows you to add content RSS feed articles so that users have to subscribe to your feeds to view such content. helping you increase your RSS Reader base.

Current Version : 0.1

Checked on Version : 2.6 Read Complete Tutorial


12»

ss_blog_claim=9d9187f55eed402916c7291c57a55f2e