phpkid
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Happy 21st Birthday, Matt!Matt is only 21? Wow, he accomplished lots of things in those 21 years!
Here’s wishing you grand success for coming 21 years! 😉 [And hopefully you will take break after that… :)]
Forum: Plugins
In reply to: Fixing Trackback URL if your WP is hosted on Windows.In case you wanted to download modified file directly (for version 1.2.2)
Check this post on my weblog:
http://jdk.phpkid.org/index.php?p=1146
JD
Forum: Your WordPress
In reply to: Yet Another Blog site using WordPressYeah Pezastic,
I am going to contact main developers of WordPress to include this code in core. Though I think it will be some time before it will merge with core.
JD
Forum: Your WordPress
In reply to: The Drum Report revampedIt looks _sexy_! 🙂
JDForum: Plugins
In reply to: Rename wp-admin DirectoryHi,
I have created a script which can help you rename your wp-admin folder. Find all the relevant details on this blog post.
I would like to add that it’s not a quick and dirty hack. I have added record in wp_options table with option named ‘admin_folder’ and I am using it in all the scripts which references ‘wp_admin’ folder. I am using standard function ‘get_settings()’ to find the value of ‘admin_folder’.
Forum: Fixing WordPress
In reply to: Renaming wp-admin folderHi,
I have created a script which can help you rename your wp-admin folder. Find all the relevant details on this blog post.
I would like to add that it’s not a quick and dirty hack. I have added record in wp_options table with option named ‘admin_folder’ and I am using it in all the scripts which references ‘wp_admin’ folder. I am using standard function ‘get_settings()’ to find the value of ‘admin_folder’.