diva22
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Moved to root directory – problems with admin panelyou are a gem Shane. Thankyou so much!! This worked a treat.
Forum: Fixing WordPress
In reply to: Moved to root directory – problems with admin panelForum: Fixing WordPress
In reply to: loss of all posts and pagesok, dont worry. I had to ‘repair’ my database via mysql.
thanks heaps for your help in the right direction!!
Forum: Fixing WordPress
In reply to: loss of all posts and pagesthanks for your help! It says though, in phpMyAdmin, that my posts are ‘in use’
So the ‘browse’ tab is greyed out so I can’t click on it.
Any other ideas?
Forum: Themes and Templates
In reply to: Making wordpress as my website CMSaha! That’s the issue. I have no idea what query I should be using??
Wow,thankyou so much webfwrd for your help – it is so very much appreciated!Forum: Themes and Templates
In reply to: Making wordpress as my website CMSum, no. What I did was hard code all the pages.
What I’ve done now is to create my own custom theme however when I add a page dynamically, the actual ‘Page’ comes up underneath the main template. Clearly I’ve coded something wrong, but not sure.
You can see what I mean here – http://www.divapromotions.com.au/test/?page_id=14
scroll down and you will see the ‘Page’ I created.
Forum: Themes and Templates
In reply to: Making wordpress as my website CMSupdate – One of my previous pages I did early on does work with the id number – http://www.divapromotions.com.au/test/?page_id=14
When this comes up, it actually has the URL of http://www.divapromotions.com.au/test/services-2/Does this make things clearer?
Forum: Themes and Templates
In reply to: Making wordpress as my website CMSno, this doesn’t work either. It still shows my main index file
Forum: Themes and Templates
In reply to: Making wordpress as my website CMSno, it still shows my home page(main index).
This is my permalink structure:
/%year%/%monthnum%/%postname%/You can view what I’ve done so far at http://www.divapromotions.com.au/test
Forum: Themes and Templates
In reply to: Making wordpress as my website CMSok, so it appears my .htacess is fine – this is what I have:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /test/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /test/index.php [L]
</IfModule># END WordPress
my host supports mod_rewrite
But I still get my main index template instead of my pages. I can hard code it no problems, but nothing is being dynamically created.
Have no idea where to go from here!
Forum: Themes and Templates
In reply to: Making wordpress as my website CMSI’ve changed the permalink – no go.
what am I checking for on my .htaccess file?