TimothyPaul
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Theme: Incredilbe HelpHmmm – so I found – 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
In reply to: [Customizr] Theme: Incredilbe HelpHi 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
In reply to: Set Up test siteHmm – 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
In reply to: Database PRoblemI do see the .frm files however.
Forum: Fixing WordPress
In reply to: Database PRoblem🙁
No – I’m a putz….