olthof
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Page Title: How do I change it?Just check the page here:
http://codex.wordpress.org/Template_Tags/wp_titleFor those of you that don’t like to read or learn try this code:
<title>
<?php wp_title(‘–‘,true,’right’); ?>
<?php bloginfo(‘name’); ?>
</title>Forum: Plugins
In reply to: [Plugin: BM Custom Login] Automatic plugin update bug?So ive replicated the problem again, it turns out even if you chmod the /upgrade folder to 777 and the plugin folder and all subsequent subdirectory to 777, and it DOES update the problem still occurs. If you try to delete the plugin folder you cannot. Anyone else experiencing this?
Best way to test it, if you upgrade the plugin via wordpress’s autoplugin update feature of course, is to try and delete this plugin via ftp and see if it lets you.Forum: Fixing WordPress
In reply to: Removing title from wordpressThanks for your reply Kalessin, that didn’t work 🙁
You did however gave me an idea and i took out these two bits of code and it worked:<?php bloginfo('name'); ?> <?php bloginfo('description'); ?>I’m not sure if this is the best way and if it stuffs up something else however.. can anyone shed some light on this?
Forum: Fixing WordPress
In reply to: Removing title from wordpress[double post]
Forum: Plugins
In reply to: Maybe it’s Just Me?dude, i think he’s trying to say thanks for the plugin! Anyway i would like to agree with scottbakalar. Great plugin!
Forum: Themes and Templates
In reply to: Ajax not working with theme! HELP!anyone? any help would be greatly appreciated!
Forum: Plugins
In reply to: Pushing one wordpress page to multiple wordpress siteshey haochi, im currently not at work but when i get back to the site on monday ill try out your suggestion, thanks mate!
Forum: Plugins
In reply to: Pushing one wordpress page to multiple wordpress sitesAnyone out there with an idea? Any sugestion would be great!