
Finalmente após um esforço de quase 2 horas para fazer tudo o trabalho direito e para melhorar eu promovi com sucesso à série de Wordpress 2.1.x sem alguns problemas.
Primeiramente fêz-me exame de 30 minutos inteiros para verificar minha compatibilidade mais velha dos encaixes com a série nova de Wordpress 2.1.x e para download a versão updated a mais atrasada daqueles encaixes do local dos autores e thankfully todos aqueles encaixes são inteiramente compatíveis com Wordpress 2.1.x agora e estão funcionando lisamente à exceção de alguns impares que eu discutirei mais mais.
Como em meu borne que mais adiantado eu discuti alguns encaixes de Worpress SEO, aqui mim fará o mesmo mas especificamente para a série de Wordpress 2.1.x porque os muitos de encaixes de Wordpress SEO são incompatíveis com esta série nova. Uma lista de encaixes de SEO para Wordpress 2.1.x é dada abaixo:
1 . Recolocação da alimentação de Feedburner
“Envía todo o tráfego da alimentação a Feedburner ao deixar através de alguns Usuário-Agentes importantes”
O Plugin era updated no local do autor incluir a compatibilidade para a série de Wordpress 2.1.x
2 . Google XML Sitemaps
“Este gerador criará um sitemap compliant de sitemaps.org de seu blog de WordPress que é suportado por Google, busca de MSN e YAHOO”
Este plugin foi atualizado também com uma liberação beta para fazer-lhe o trabalho com Wordpress 2.1.x e muitos de características plugin novas ter sido adicionado como o notificador do Update de Yahoo Blog e a potencialidade do addon da competição da popularidade.
3 . Descrição principal do META
'Introduza o Tag da descrição do META do HTML: sumário do excerpt/índice para o borne/página, a descrição para a categoria, e o tagline do blog para tudo else
Embora o desenvolvimento deste plugin cessou e o autor plugin já não está atualizando-o mas se você tiver um pouco de conhecimento de SEO você saberá que você não pode viver sem este plugin se você quiser um Ranking bom do Search Engine. Além do plugin é simples e não necessita nenhum update. Trabalhos lisamente com Wordpress 2.1.x como testado por mim.
4 . Nenhuma espera do sibilo
“Apressa-se acima de afixar por sibilos genéricos móveis a execute-pings.php”
A deve ter caso que você sibilo um grande número sibilar do blog/blog que atualiza serviços. The plugin has not been updated for Wordpress 2.1.x but works smoothly with it and you might not find this plugin at its authors site so its available here at Sizlopedia.
List of Pinging Services as pinged by Sizlopedia:
http://1470.net/api/ping
http://www.a2b.cc/setloc/bp.a2b
http://api.feedster.com/ping
http://api.moreover.com/RPC2
http://api.moreover.com/ping
http://api.my.yahoo.com/RPC2
http://api.my.yahoo.com/rss/ping
http://www.bitacoles.net/ping.php
http://bitacoras.net/ping
http://blogdb.jp/xmlrpc
http://www.blogdigger.com/RPC2
http://blogmatcher.com/u.php
http://www.blogoole.com/ping/
http://www.blogoon.net/ping/
http://www.blogpeople.net/servlet/weblogUpdates
http://www.blogroots.com/tb_populi.blog?id=1
http://www.blogshares.com/rpc.php
http://www.blogsnow.com/ping
http://www.blogstreet.com/xrbin/xmlrpc.cgi
http://blog.goo.ne.jp/XMLRPC
http://bulkfeeds.net/rpc
http://coreblog.org/ping/
http://www.lasermemory.com/lsrpc/
http://mod-pubsub.org/kn_apps/blogchatt
http://www.mod-pubsub.org/kn_apps/blogchatter/ping.php
http://www.newsisfree.com/xmlrpctest.php
http://ping.amagle.com/
http://ping.bitacoras.com
http://ping.blo.gs/
http://ping.bloggers.jp/rpc/
http://ping.blogmura.jp/rpc/
http://ping.cocolog-nifty.com/xmlrpc
http://ping.exblog.jp/xmlrpc
http://ping.feedburner.com
http://ping.myblog.jp
http://ping.rootblog.com/rpc.php
http://ping.syndic8.com/xmlrpc.php
http://ping.weblogalot.com/rpc.php
http://ping.weblogs.se/
http://pingoat.com/goat/RPC2
http://www.popdex.com/addsite.php
http://rcs.datashed.net/RPC2/
http://rpc.blogbuzzmachine.com/RPC2
http://rpc.blogrolling.com/pinger/
http://rpc.icerocket.com:10080/
http://rpc.pingomatic.com/
http://rpc.technorati.com/rpc/ping
http://rpc.weblogs.com/RPC2
http://www.snipsnap.org/RPC2
http://trackback.bakeinu.jp/bakeping.php
http://topicexchange.com/RPC2
http://www.weblogues.com/RPC/
http://xping.pubsub.com/ping/
http://xmlrpc.blogg.de/
5 . Popularity Contest
'This will enable ranking of your posts by popularity; using the behavior of your visitors to determine each post’s popularity'
The Plugin caused a problem for me in the Admin section. A fatal memory-size-limit error caused when I tried to activate it in the Admin panel. I m not sure whether it was only for me or is it some bug in WP but I applied a small fix that made the plugin working smoothly. it requires adding a small line to admin-functions.php in your wp-admins folder. So if anyone of you experiences a similar fatal error and wants the solution just post in a comment and I will reply back with the solution.
Update: Read this carefully please. If you upload this plugin and activate it in your Wordpress 2.1.x you will mostly like get a fatal error pointing to admin-functions.php saying something like memory overload. Now you have two choices
- Simply delete the plugin and not use it and everything will be back to normal
- Use the plugin with a slight modification in your admin-functions.php
For those like me who choose to 'use it' follow this simple procedure:
Open your admin-functions.php in your {blog-directory}/wp-admin/admin-functions.php and add this line
ini_set("memory_limit","16M");
before
function write_post() {
$result = wp_write_post();
if( is_wp_error( $result ) )
wp_die( $result->get_error_message() );
else
return $result;
}
so it will finally look like this
ini_set("memory_limit","16M");
function write_post() {
$result = wp_write_post();
if( is_wp_error( $result ) )
wp_die( $result->get_error_message() );
else
return $result;
}
and save it and yourdone
Now you can use the plugin without any error.
Technically speaking, this simple modification will increase the memory allocation of your admin-functions.php file which is initially set to 8MB.
6 . Share This
'Let your visitors share a post/page with others. Supports e-mail and posting to social bookmarking sites'
The plugin works fine with Wordpress 2.1.x as I have tested myself. Just remember there is no need to upload the prototype.js file in the plugin folder to your Wordpress wp-includes directory. So no need to be confused and use the plugin as it is.
7 . Ultimate Tag Warrior
'Ultimate Tag Warrior is a tagging plugin, that’s heavy on tag visualisation and its the heart of Wordpress users'
Actually at the authors site the plugin has not been updated for support with Wordpress 2.1.x so no need to go to the author's site. But due to its heavy demand I have updated the plugin files to work with Wordpress 2.1.x and the plugin can be downloaded here at Sizlopedia.com
8 . WWW Redirect:
'Redirects variations of identical domain requests to a consistent uri (i.e. http://abc.com to http://www.abc.com ). Useful to get a consistent Pagerank'
Th plugin is helpful to get a consistent Pagerank at with-www and without-www of your site URI. Plugin works best with Wordpress 2.1.x as tested by me.
Upgrade Note: When you upgrade to Wordpress 2.1.x from an older version and do not see the Visual Rich Text Editor in the Write Post try deleting your browser cache and try again. Just a heads up to all as I experienced the same issue.
SEO Plugin Pack: Linked below is the SEO Plugin Pack I have zipped to provide you all with the SEO Plugins I mentioned above in One Go. Have a shot and download them all at once instead of visiting each author's site and downloading them one by one
SEO Plugin Pack for Wordpress 2.1
















