Jake.
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Forum: Themes and Templates
In reply to: [Sydney] Centering “MENU” on Front PageI don’t see the word ‘menu’ anywhere.
Forum: Themes and Templates
In reply to: [Sydney] Testimonials Excerpt LengthThank for the response. I’ll figure it out and post here when I do.
Forum: Themes and Templates
In reply to: [Sydney] Testimonials Excerpt LengthHi, I have edited the function.php to this…
function sydney_excerpt_length( $length ) { $test_title = wp_title(); if ($test_title == 'testimonials') { $excerpt = get_theme_mod('exc_lenght', '250'); } else { $excerpt = get_theme_mod('exc_lenght', '55'); } return $excerpt;If works without the if statement, but not with it. Any suggestions?
THanks
Forum: Themes and Templates
In reply to: [Vantage] Display Post from a Category – NO Plugins!Solved it, just had to add ‘cat’ => ‘#’ to the array
Forum: Fixing WordPress
In reply to: Local > Server ErrorOk, so I think I moved the wrong folder. I uploaded the whole ‘htdocs’ and I’ve found out it should just be everything insdie ‘wp-content’?
Well, I’ve done this now and now I just get a blank white screen…?
Anyone seen this before?
Forum: Fixing WordPress
In reply to: Local > Server ErrorOk, I’ll try and get hold of it, thanks.
Forum: Fixing WordPress
In reply to: Local > Server ErrorUnfortunately I don’t have access to that, I only have the FTP login details. It isn’t my server.
Could it be that the server is old and needs updating?
Viewing 7 replies - 1 through 7 (of 7 total)