neile
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Website vanished after editing wp-config.phpResolved: missed an apostrophe when I fixed the password. Thank heaven for error logs!
Still leaves me with my botched Mediawiki installation, but hey, that’s for another troubleshooting forum 😉
Forum: Fixing WordPress
In reply to: Links in titles to sample postsAha! Renaming it “front-pageb.php” did the trick.
Thanks for the help, much appreciated =)
Forum: Fixing WordPress
In reply to: Links in titles to sample postsForum: Fixing WordPress
In reply to: Links in titles to sample postsYeah, the codes are all from my child theme.
Child theme templates:
index.php
content.php (copied to child theme after starting this thread)
front-page.php
header.php
footer.php
page-template.php
single.php
style.css
rtl.cssPlugins:
Custom CSS Manager
Jetpack
One-Click Child Theme
Site Creator Ultimate
Akismet (inactive)
Hello Dolly (inactive)Any ideas?
Forum: Fixing WordPress
In reply to: Links in titles to sample postsI’ve posted the index.php here:
http://pastebin.com/MAYPVNrvI got the italics through HTML – I didn’t realise there was anything unusual about that, since it always worked with Blogger…
Forum: Fixing WordPress
In reply to: Links in titles to sample postsOkay, I’ve looked up my content.php, and found this section:
<?php else : ?> <h1 class="entry-title"> <a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'twentytwelve' ), the_title_attribute( 'echo=0' ) ) ); ?>" rel="bookmark"><?php the_title(); ?></a> </h1>I’ve replaced that with the code which Alchymyth gave me, but it doesn’t seem to have done anything, even when I refresh…
Forum: Fixing WordPress
In reply to: Links in titles to sample postsI searched my index.php, but I can’t find that text – the closest things are these two lines:
<h1 class="entry-title"><?php _e( 'No posts to display', 'twentytwelve' ); ?></h1><h1 class="entry-title"><?php _e( 'Nothing Found', 'twentytwelve' ); ?></h1>Hmm, I don’t believe I made any changes, as content.php doesn’t show up in the templates list in my editor.
Forum: Themes and Templates
In reply to: [Twentytwelve child theme] changing header colourAh, that worked. Thanks!
Forum: Fixing WordPress
In reply to: Dashboard menu options not visible (appearance, tools etc)I downloaded and reinstalled it again; it’s all working fine.
I’m not sure what the problem was in the first place. I noticed that this time the duplicated files didn’t turn up during extraction, so maybe that was the issue?
Forum: Fixing WordPress
In reply to: Dashboard menu options not visible (appearance, tools etc)I’ve just removed and reinstalled WordPress from a clean download, and this is still happening.
Here are two things I should mention in case it helps:
– Both times, unzipping the downloaded folder resulted in a number of duplicated files: for example I ended up with five index.php files. Originally, I kept all of them on upload under different names. On the reinstall I overwrote the duplicates.
– When I first installed WordPress, after logging in I was taken to a blank page. I followed the instructions here:
http://wordpress.org/support/topic/wp-adminphp-requires-non-existent-file?replies=5
…and solved the problem. I did the same again on the reinstall.
Could either of these have affected the dashboard issue?
EDIT: And something’s clearly gone wrong with the reinstall as the site isn’t loading anymore. I’ll have to look into that.
Forum: Fixing WordPress
In reply to: Dashboard menu options not visible (appearance, tools etc)Yeah, that’s what I’ve done – I just recored the old meta-value here in case it was relevant at all.
Forum: Fixing WordPress
In reply to: Dashboard menu options not visible (appearance, tools etc)Okay, I getcha.
I’ve made that change, but the menu still isn’t working. For what it’s worth, this is what wp_capabilities said before I edited it:
a:1:{s:13:”administrator”;b:1;}
Forum: Fixing WordPress
In reply to: Dashboard menu options not visible (appearance, tools etc)Hmmm… where do I find the wp_usermeta table? If it was meant to be in the original WordPress folder I downloaded, it doesn’t seem to be there.
Sorry, this is all very new to me and I’m a bit lost.
Forum: Fixing WordPress
In reply to: Dashboard menu options not visible (appearance, tools etc)Yeah, I’m logged in with the admin account.
The URL is http://www.shadowgum.co.uk