Posts Tagged WordPress
Wordpress Blogroll Ordering – My Link Order Patch for 2.8
In my post about the plugin “My Link Order” for ordering your blogroll links, I talked about what a great plugin it is. Then Wordpress 2.8 came out and it caused My Link Order not to work. The patch/fix for this is not very intuitive, so I’m laying it out below:
- Log in to your Wordpress as admin;
- Click on the “Links” link in the left navigation;
- Click on “My Link Order” in the list that is displayed;
- On the “My Link Order” page are the instructions for patching /wp-includes/taxonomy.php so that My Link Order works in Wordpress 2.8.
- At line 683, after this code:
elseif ( empty($_orderby) || ‘id’ == $_orderby )
$orderby = ‘t.term_id’;you paste the following code:
else if ( ‘order’ == $_orderby )
$orderby = ‘t.term_order’;
and then your blogroll shows up again!
Maximizing Wordpress Blog SEO + General Tips for Efficient Blogging
Posted by timware in SEO - Google, Social Media / Inbound Marketing, WordPress on May 4th, 2009
![]()
Having set up various clients with Wordpress, clients who were interested in search engine rankings and ways to optimize their blog and posts for the search engines, I thought I’d layout some basics for setting up your Wordpress blog for ultimate SEO bang.
Also included here are some other Wordpress plug-ins & tips we’ve found indispensable for setting up maximum-efficiency blogs.
