turbodurso
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Custom post type permalink rewrite@ Gizmoc
me too! following this thread in case something comes up 😉
Forum: Fixing WordPress
In reply to: Still can’t Change my Blog title and descriptionYou need to use a wordpress function.
Stick this in between the h1 tags
<?php $blog_title = get_bloginfo('name'); ?>You can find all the functions that refer to your site’s info here :
http://codex.wordpress.org/Function_Reference/get_bloginfo#Blog_Title
Forum: Fixing WordPress
In reply to: Cannot access permalink panel page and site down!It’s what I thought at first but it seems that nothing has changed on their side either. I’ll keep this open if anyone has other ideas.
I think the problem comes from the htaccess file. The strange thing is that the permalink settings page itself won’t load.
Forum: Fixing WordPress
In reply to: Moved files without prior change of URL. MISTAKE.i know this is a super late reply, but i’ll write just to resolve the thread.
I edited the .htaccess file with the new url and it did the trick –
Forum: Fixing WordPress
In reply to: Moved files without prior change of URL. MISTAKE.Its a fully developped site with a decent amount of content … I cant even access the admin anymore, i just get a 404.
Its not really about content changes I just wanted to move the site to a new url. I havn’t thouched the wp-config.php file because everything is back in its original position.
I should obviously have followed the instructions on “Moving WordPress Within Your Site” … Bit late now.
The article talks about symlinks – do you think it could be a solution?