-
Adding FAlbum URLs to XML-Sitemap WordPress Plugin
As I mentioned on my previous post yesterday about Fixing FAlbum Plugin that I'm trying to add support for Google XML Sitemaps Plugin to FAlbum so that all URLs including albums, photos and tags would be added to Blog’s Sitemap which would be crawled by Google, Yahoo and MSN .
-
Fixing Flickr FAlbum rewrite rules, thumbnails, javascripts and more …
FAlbum is a WordPress Plug-in that adds your Flickr photo albums to your blog without redirecting the viewer to Flickr or leaving your blog. It is very useful and unique, I have always needed that plugin on my blog, however, some features needed a lot of digging into the code to fix or to [...]
-
Integrate Theme Switcher
What if you want Theme Switcher into all your WordPress Themes?
Try thisOpen file “wp-includes\template-functions-general.php" and search for “function wp_meta() {"
add this code just after "do_action('wp_meta');"echo "</ul><h2>Themes:</h2><div>";
wp_theme_switcher('dropdown');
echo "</div>";
save the file, and you'll get the Theme Switcher on everypage after the meta
-
Change WordPress page order
I am not sure why Page order is not working in WordPress, but this is a simple workaround to fix it
go to wordpress admin -> write -> write page -> change ALL pages “Page Order" from the right down box.
open file “wp-includes\template-functions-post.php" in any text editor.
go to line 334 or search for “function wp_list_pages($args = [...]

