albertkidd
Forum Replies Created
-
Forum: Plugins
In reply to: rewriting my urlsdoesn’t work the way I want it to. Adds dates, months and all other stuff.
Forum: Themes and Templates
In reply to: No Admin Themefound it. Had a .htaccess file that was redirecting.
Thanks.
Forum: Fixing WordPress
In reply to: admin theme not working – identical install on 2 servesForum: Fixing WordPress
In reply to: admin theme not working – identical install on 2 serveswas a .htaccess file doing some monkey business
Forum: Themes and Templates
In reply to: No Admin ThemeI have reloaded everything in a fresh install, still no admin theme
I do get javascript errors
[Break on this error] <!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN”\n
jquery.js (line 2)
jQuery is not defined
[Break on this error] jQuery(document).ready( function() {
common.js (line 1)
syntax error
[Break on this error] <!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN”\n
jquery.color.js (line 2)
jQuery is not defined
[Break on this error] jQuery(function($) {Forum: Themes and Templates
In reply to: No Admin ThemeThat seems likely I had a bad connection when uploading. Is there any files that I need to look at replacing in particular or just all of them?
Forum: Fixing WordPress
In reply to: where are pages saved?thanks for that what is the table called?
is it in _posts? How does it get defined as a page rather than a post?
Forum: Fixing WordPress
In reply to: Remote Site Redirects to LocalhostIs it not in the wp-config or anywhere else.
I need to do it manually if possible?
That would work however none of the options really suit as these are pages not posts.
I really need to use the page title so
http://localhost:8888/my site/?page_id=10
becomes
http://localhost:8888/my site/contact.php
I think this may be a .htaccess fix as permalinks options add the month/date and other stuff I do not want.
Anyone?