Len
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How can I redirect users to the front page after log in?Try adding this to your theme’s
functions.phpfile…/* redirect users to front page after login */ function redirect_to_front_page() { global $redirect_to; if (!isset($_GET['redirect_to'])) { $redirect_to = get_option('siteurl'); } } add_action('login_form', 'redirect_to_front_page');Forum: Everything else WordPress
In reply to: When will the next WordPress version be releasedWhile nothing is written in stone you can view the roadmap at …
http://wordpress.org/about/roadmap/
If you want to see the various tickets assigned to each milestone you can do so at …
Forum: Themes and Templates
In reply to: Neat! Theme – Anyone has it?I did a checkout for you and uploaded a copy (minus the hidden SVN directory) to my server. You can download it here. Let me know when you’ve done so if you could. I won’t take the package down until then.
Forum: Everything else WordPress
In reply to: Website WordPress Blog Not Getting IndexedSometimes these things take a while. You only have 4 posts on that blog and I see 3 of them in a Google cache here.
You might want to install the Google XML Sitemap Generator by Arne Brachhold. This plugin will generate a sitemaps.org compatible sitemap of your blog which will assist Google in indexing it properly.
By the way, I’m a roofer. 😉
Forum: Themes and Templates
In reply to: Neat! Theme – Anyone has it?If you have a SVN client you can get it from the WordPress SVN repository.
http://svn.automattic.com/wpcom-themes/
If you don’t know what that is or how it works let me know and I’ll checkout a copy for you.
Forum: Themes and Templates
In reply to: Template for certain pagesHave a look at the following link for info on creating page templates.
http://codex.wordpress.org/Pages#Page_Templates
Once you do that, whenever you publish a page, it will appear as a selection in the drop menu of available page templates.
Forum: Fixing WordPress
In reply to: Is there an actual Support feature somewhere?I have moved my blog to another blogging service.
I guess it’s mute now but that statement confuses me. Do you mean you mean you were originally hosted on wordpress.COM? If so, they do have a support department.
http://support.wordpress.com/contact/
Their forum is located at http://en.forums.wordpress.com/
Forum: Requests and Feedback
In reply to: Strange links in sidebarYour site has been compromised. Have a look at the following thread as it contains a lot of excellent info.
Forum: Fixing WordPress
In reply to: Please help!! I deleted my self-hosted blog address*sigh* Rachel, Rachel, Rachel. Don’t worry, you’re not the first to do this and certainly won’t be the last. This problem comes up often. 😉
If you have access to phpMyAdmin take a look at this step-by-step by Mark.
Forum: Fixing WordPress
In reply to: I can’t log into my blog with username and passwordMight want to have a look at the following thread. There is some really good info to be had there.
http://wordpress.org/search/hacked?forums=1
I say that because you’ve been infested with an iframe viewable if you view the source code.
Forum: Themes and Templates
In reply to: How to highlight current nav tab?In your style sheet try,
#nav li.current_page_item a {YOUR DECLARATIONS}
Of course change #nav to whatever DIV ID you’re actually using.
Forum: Fixing WordPress
In reply to: Is there an actual Support feature somewhere?So there’s no company-based support for these blogs then?
If you’re using the free software on your self-hosted blog no. This forum is volunteer-driven. You can solicit detailed assistance, as greenshady points out, for a price.
I’ve seen that error before and I’m not sure what causes it. If you have access to phpMyAdmin you can reset the username directly in the database. Podz had easy instructions here. (Although the instructions pertain to changing the password the routine for changing the username is the same. Instead of altering the user_pass row you change the user_login row.)
Forum: Plugins
In reply to: [Plugin: Theme My Login] Can’t login anymore !!!It won’t be in the folder list. Look in
wp-content/pluginsForum: Plugins
In reply to: [Plugin: Theme My Login] Can’t login anymore !!!I’m not familiar with this plugin. What type of security plugins are you running? You can deactivate the theme-my-login plugin by logging in to your site via FTP and either renaming or deleting it.
Forum: Themes and Templates
In reply to: Fast loading / low bandwidth theme: Appropedia’s 13I’d need to know whether I need to attribute the theme it’s based on (it’s changed a heck of a lot, and I assume the creator of that theme got a lot of code from elsewhere).
Check the license under which the original theme was released. Also, even if you’re not legally obligated to do so it is still proper netiquette IMHO.
I recently redesigned my theme including re-writing much of the back-end code but I still retain the original credits.
You could always do something like “Based on blah theme by blah”