joeking
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Searching a blog – entire articles appearColdForged – you’re a star!
My theme didn’t have a search.php so I borrowed and customised the default theme’s one and it works a treat!
Forum: Installing WordPress
In reply to: Security after installationAfter installing WP 1.5 and everything working fine, are there any files that need to be deleted or permissions changed?
I assume not from Matt’s post above but wanted to check for sure.
Forum: Fixing WordPress
In reply to: Title tag same as post title on individual post pages?Moshu,
Thank you – adding that code back into my modified header fixed things nicely 🙂
Forum: Fixing WordPress
In reply to: Title tag same as post title on individual post pages?No, the individual posts contain the title of the post.
But at the top of the page – the title tag – instead of the individual post’s title being used, the blog name is used.
I’d like the page’s title tag to display the post’s title.
Forum: Fixing WordPress
In reply to: Easy way to make index.php your homepage WP1.5Okay, Jonathan’s advice re where the images were pointing to was the key to images. So I moved wp-impages directory to the root and I’m good to go!
Yeehah!
Sorry for posting what may be obvious to many, but I thought it might just help someone like me who tries to do the same thing 🙂
Forum: Fixing WordPress
In reply to: Easy way to make index.php your homepage WP1.5Okay, I’m ready for another go at this.
Anyone else trying this <b>read Podz post above properly</b>.
I didn’t.
He told me to move the WP root index.php and I just went ahead and started messing with the theme index.php. Hence all my problems.
Actually I find most of my problems are because I don’t read the advice properly or assume a little change can’t possibly be the whole solution when often it is.
Now onto Jonathan’s tutorial 🙂
Forum: Your WordPress
In reply to: my new WP and bbPress siteLooks very clean. Without going ov erboard maybe an image that sums up your community might bring it to life more, but that’s just me.
Credit to WordPress would be nice too 🙂
Forum: Fixing WordPress
In reply to: Easy way to make index.php your homepage WP1.5Fixed it!!!!!
I uploaded the index.php that came with the original WP 5.1 to my blog directory and all is well again. I must have overwritten it in my panic with the index.php that lives in the theme folder.
Why two index.phps anyway?
Forum: Fixing WordPress
In reply to: Easy way to make index.php your homepage WP1.5Jonathan – many thanks for that link. I’ll look at it after something to eat.
Forum: Fixing WordPress
In reply to: Easy way to make index.php your homepage WP1.5Sorry for the mess , but it woyuldn’t let me post the fatal error message in one post – I had to add spaces to the second line. It’s not my day 🙁
Forum: Fixing WordPress
In reply to: Easy way to make index.php your homepage WP1.5/ home / placeint / public_html / blog / index.php on line 1
Forum: Fixing WordPress
In reply to: Easy way to make index.php your homepage WP1.5Fatal error: Call to undefined function: get_header() in
Forum: Fixing WordPress
In reply to: Easy way to make index.php your homepage WP1.5Actually bigger problem now 🙁
I tried to put everything back the way it was so my blog was now at /blog again. This was after trying to move my index.php to the root to make it the homepage.
But now I get this error:
Fatal error: Call to undefined function: get_header() . . .
when before my index.php page would appear
I’m using a theme and that’s where my index.php is, but I’ve also uploaded one to blog/index.php. Do I need both? I’m not sure if in my panic I uploaded one to the wrong place 🙁
Forum: Fixing WordPress
In reply to: Easy way to make index.php your homepage WP1.5Can’t post a folow up to this – just get this error message
Precondition Failed
The precondition on the request for the URL /support/bb-post.php evaluated to false.
Of course I could post this for some reason . . .
Forum: Fixing WordPress
In reply to: Easy way to make index.php your homepage WP1.5Okay I’m now able to get my index.php to load as the main website homepage thanks to Podz’ coding above.
Only problem is images that I’ve put in the http://www.domainname.com/blog/wp-images directory that should appear on the index page no longer want to appear – even if I change the code to blog/wp-images/image.jpg from wp-images/image.jpg.
Any ideas?