Title: TimothyPaul's Replies | WordPress.org

---

# TimothyPaul

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customizr] Theme: Incredilbe Help](https://wordpress.org/support/topic/theme-incredilbe-help/)
 *  Thread Starter [TimothyPaul](https://wordpress.org/support/users/timothypaul/)
 * (@timothypaul)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/theme-incredilbe-help/#post-6575452)
 * Hmmm – so I found – [http://codex.wordpress.org/Child_Themes](http://codex.wordpress.org/Child_Themes)
 * and followed the directions but my child theme is showing up empty
 * here is my PHP code in functions.php
 * ———————————–
    <?php // Opening PHP tag – nothing should be before this, not even
   whitespace add_action( ‘wp_enqueue_scripts’, ‘theme_enqueue_styles’ ); function
   theme_enqueue_styles() { wp_enqueue_style( ‘parent-style’, get_template_directory_uri().‘/
   style.css’ );
 * }
    function theme_enqueue_styles() {
 *  $parent_style = ‘parent-style’;
 *  wp_enqueue_style( $parent_style, get_template_directory_uri() . ‘/style.css’);
   
   wp_enqueue_style( ‘child-style’, get_stylesheet_directory_uri() . ‘/style.css’,
   array( $parent_style ) ); } add_action( ‘wp_enqueue_scripts’, ‘theme_enqueue_styles’);
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customizr] Theme: Incredilbe Help](https://wordpress.org/support/topic/theme-incredilbe-help/)
 *  Thread Starter [TimothyPaul](https://wordpress.org/support/users/timothypaul/)
 * (@timothypaul)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/theme-incredilbe-help/#post-6575451)
 * Hi Menaka – Where would I fin the “child theme” CSS – I see lots of CSS files,
   but none labeled child theme.
 * Hi Denzel – yes – this is on a developer server that can be flaky, sorry. Every
   two hours or so, I need to go in and restart the apache service.
 * Thanks….TP
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Set Up test site](https://wordpress.org/support/topic/set-up-test-site/)
 *  Thread Starter [TimothyPaul](https://wordpress.org/support/users/timothypaul/)
 * (@timothypaul)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/set-up-test-site/#post-5228288)
 * Hmm – so I just created a DNS entry
 * test.domainname.com pointing to a different IP on another server.
 * Is that what you mean?
 * THanks….TP
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Database PRoblem](https://wordpress.org/support/topic/database-problem-38/)
 *  Thread Starter [TimothyPaul](https://wordpress.org/support/users/timothypaul/)
 * (@timothypaul)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/database-problem-38/#post-5066426)
 * I do see the .frm files however.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Database PRoblem](https://wordpress.org/support/topic/database-problem-38/)
 *  Thread Starter [TimothyPaul](https://wordpress.org/support/users/timothypaul/)
 * (@timothypaul)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/database-problem-38/#post-5066422)
 * 🙁
 * No – I’m a putz….

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