
Enfin après une lutte de presque 2 heures pour rendre tout le travail droit et pour m'améliorer ai avec succès amélioré à la série de Wordpress 2.1.x sans tous problèmes.
D'abord cela m'a pris 30 minutes entières pour vérifier ma compatibilité plus ancienne de connexions avec la nouvelle série de Wordpress 2.1.x et télécharger la dernière version mise à jour de ces connexions de l'emplacement d'auteurs et avec reconnaissance toutes ces connexions sont entièrement compatibles avec Wordpress 2.1.x maintenant et fonctionnent sans à-coup excepté quelque impair du lequel je discuterai plus d'avantage.
Comme dans mon poteau plus tôt que j'ai discuté quelques connexions de Worpress SEO, ici je fera la même chose mais spécifiquement pour la série de Wordpress 2.1.x parce que beaucoup de connexions de Wordpress SEO sont incompatible avec cette nouvelle série. Une liste de connexions de SEO pour Wordpress 2.1.x est donnée ci-dessous :
1 . Remplacement d'alimentation de Feedburner
« Fait suivre à tout le trafic d'alimentation Feedburner tout en laissant par quelques Utilisateur-Agents importants »
Le Plugin était mis à jour sur l'emplacement de l'auteur pour inclure la compatibilité pour la série de Wordpress 2.1.x
2 . Google XML Sitemaps
« Ce générateur créera un sitemap conforme de sitemaps.org de votre blog de WordPress qui est soutenu par Google, recherche de MSN et YAHOO »
Ce plugin a été également mis à jour avec un bêta dégagement pour lui faire le travail avec Wordpress 2.1.x et beaucoup de nouveaux dispositifs plugin avoir été ajouté comme l'avis de mise à jour de Yahoo Blog et les possibilités d'addon de concours de popularité.
3 . Description principale de MÉTA
'Insérez l'étiquette de description de MÉTA de HTML : dossier d'extrait/contenu pour le poteau/page, la description pour la catégorie, et le tagline de blog pour tout else
Bien que le développement de ce plugin ait cessé et l'auteur plugin ne le met à jour plus mais si vous avez un peu de connaissance de SEO vous saura que vous ne pouvez pas vivre sans ce plugin si vous voulez un bon rang de Search Engine. Sans compter que le plugin est simple et n'a pas besoin de n'importe quelle mise à jour. Travaux sans à-coup avec Wordpress 2.1.x comme examiné par moi.
4 . Aucune attente de cinglement
« Accélère la signalisation par des cinglements génériques en mouvement à execute-pings.php »
A devrait avoir au cas où vous cinglement un grand nombre de cinglement de blog/blog mettant à jour des services. 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
















