Title: neile's Replies | WordPress.org

---

# neile

  [  ](https://wordpress.org/support/users/neile/)

 *   [Profile](https://wordpress.org/support/users/neile/)
 *   [Topics Started](https://wordpress.org/support/users/neile/topics/)
 *   [Replies Created](https://wordpress.org/support/users/neile/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/neile/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/neile/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/neile/engagements/)
 *   [Favorites](https://wordpress.org/support/users/neile/favorites/)

 Search replies:

## Forum Replies Created

Viewing 14 replies - 1 through 14 (of 14 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Website vanished after editing wp-config.php](https://wordpress.org/support/topic/website-vanished-after-editing-wp-configphp/)
 *  Thread Starter [neile](https://wordpress.org/support/users/neile/)
 * (@neile)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/website-vanished-after-editing-wp-configphp/#post-6189966)
 * Resolved: 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Links in titles to sample posts](https://wordpress.org/support/topic/links-in-titles-to-sample-posts/)
 *  Thread Starter [neile](https://wordpress.org/support/users/neile/)
 * (@neile)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/links-in-titles-to-sample-posts/#post-4084701)
 * Aha! Renaming it “front-pageb.php” did the trick.
 * Thanks for the help, much appreciated =)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Links in titles to sample posts](https://wordpress.org/support/topic/links-in-titles-to-sample-posts/)
 *  Thread Starter [neile](https://wordpress.org/support/users/neile/)
 * (@neile)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/links-in-titles-to-sample-posts/#post-4084698)
 * Here:
 * [http://pastebin.com/ALGmDUH3](http://pastebin.com/ALGmDUH3)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Links in titles to sample posts](https://wordpress.org/support/topic/links-in-titles-to-sample-posts/)
 *  Thread Starter [neile](https://wordpress.org/support/users/neile/)
 * (@neile)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/links-in-titles-to-sample-posts/#post-4084693)
 * Yeah, 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.css
 * Plugins:
    Custom CSS Manager Jetpack One-Click Child Theme Site Creator Ultimate
   Akismet (inactive) Hello Dolly (inactive)
 * Any ideas?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Links in titles to sample posts](https://wordpress.org/support/topic/links-in-titles-to-sample-posts/)
 *  Thread Starter [neile](https://wordpress.org/support/users/neile/)
 * (@neile)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/links-in-titles-to-sample-posts/#post-4084684)
 * I’ve posted the index.php here:
    [http://pastebin.com/MAYPVNrv](http://pastebin.com/MAYPVNrv)
 * I got the italics through HTML – I didn’t realise there was anything unusual 
   about that, since it always worked with Blogger…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Links in titles to sample posts](https://wordpress.org/support/topic/links-in-titles-to-sample-posts/)
 *  Thread Starter [neile](https://wordpress.org/support/users/neile/)
 * (@neile)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/links-in-titles-to-sample-posts/#post-4084651)
 * Okay, 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Links in titles to sample posts](https://wordpress.org/support/topic/links-in-titles-to-sample-posts/)
 *  Thread Starter [neile](https://wordpress.org/support/users/neile/)
 * (@neile)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/links-in-titles-to-sample-posts/#post-4084646)
 * [@alphaalec](https://wordpress.org/support/users/alphaalec/)
 * I 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>`
 * [@alchymyth](https://wordpress.org/support/users/alchymyth/)
 * 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](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twentytwelve child theme] changing header colour](https://wordpress.org/support/topic/twentytwelve-child-theme-changing-header-colour/)
 *  Thread Starter [neile](https://wordpress.org/support/users/neile/)
 * (@neile)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/twentytwelve-child-theme-changing-header-colour/#post-3708036)
 * Ah, that worked. Thanks!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Dashboard menu options not visible (appearance, tools etc)](https://wordpress.org/support/topic/dashboard-menu-options-not-visible-appearance-tools-etc/)
 *  Thread Starter [neile](https://wordpress.org/support/users/neile/)
 * (@neile)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/dashboard-menu-options-not-visible-appearance-tools-etc/#post-3683673)
 * 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Dashboard menu options not visible (appearance, tools etc)](https://wordpress.org/support/topic/dashboard-menu-options-not-visible-appearance-tools-etc/)
 *  Thread Starter [neile](https://wordpress.org/support/users/neile/)
 * (@neile)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/dashboard-menu-options-not-visible-appearance-tools-etc/#post-3683666)
 * 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](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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Dashboard menu options not visible (appearance, tools etc)](https://wordpress.org/support/topic/dashboard-menu-options-not-visible-appearance-tools-etc/)
 *  Thread Starter [neile](https://wordpress.org/support/users/neile/)
 * (@neile)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/dashboard-menu-options-not-visible-appearance-tools-etc/#post-3683583)
 * 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Dashboard menu options not visible (appearance, tools etc)](https://wordpress.org/support/topic/dashboard-menu-options-not-visible-appearance-tools-etc/)
 *  Thread Starter [neile](https://wordpress.org/support/users/neile/)
 * (@neile)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/dashboard-menu-options-not-visible-appearance-tools-etc/#post-3683562)
 * 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Dashboard menu options not visible (appearance, tools etc)](https://wordpress.org/support/topic/dashboard-menu-options-not-visible-appearance-tools-etc/)
 *  Thread Starter [neile](https://wordpress.org/support/users/neile/)
 * (@neile)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/dashboard-menu-options-not-visible-appearance-tools-etc/#post-3683546)
 * 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Dashboard menu options not visible (appearance, tools etc)](https://wordpress.org/support/topic/dashboard-menu-options-not-visible-appearance-tools-etc/)
 *  Thread Starter [neile](https://wordpress.org/support/users/neile/)
 * (@neile)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/dashboard-menu-options-not-visible-appearance-tools-etc/#post-3683525)
 * Yeah, I’m logged in with the admin account.
    The URL is [http://www.shadowgum.co.uk](http://www.shadowgum.co.uk)

Viewing 14 replies - 1 through 14 (of 14 total)