/*
Theme Name: Reifman Accounting
Description: Custom theme for Reifman Accounting with services, testimonials, and contact info.
Version: 1.0
Author: [Your Name]
*/
body { font-family: Arial, sans-serif; color: #333; }
header, footer { background-color: #f1f1f1; padding: 20px; }
button { background-color: #0073aa; color: #fff; padding: 10px; border: none; }
<html >
<meta charset="”>
<link rel="stylesheet" href="”>
<body >
<a href="”>Reifman Accounting
‘header-menu’]); ?>
Schedule Consultation
‘Header Menu’]);
}
add_action(‘after_setup_theme’, ‘reifman_theme_setup’);
function reifman_enqueue_styles() {
wp_enqueue_style(‘style’, get_stylesheet_uri());
}
add_action(‘wp_enqueue_scripts’, ‘reifman_enqueue_styles’);
?>