企業名 ロゴ
業種
証券コード
本社所在地
事業内容
売り上げ
利益
webサイトリンク
/*
Theme Name: Satoshufuru Clone
Description: Minimum setup for a "SatoFuru"-style listing site using Elementor + ACF.
Author: Your Name
Version: 1.0
*/
array(
'name' => '企業',
'singular_name' => '企業'
),
'public' => true,
'has_archive' => true,
'rewrite' => array('slug' => 'companies'),
'supports' => array('title', 'editor', 'thumbnail')
));
}
add_action('init', 'satoshufuru_register_post_types');
function satoshufuru_enqueue() {
wp_enqueue_style('style', get_stylesheet_uri());
}
add_action('wp_enqueue_scripts', 'satoshufuru_enqueue');
?>
body {
font-family: sans-serif;
background: #f8f8f8;
color: #333;
margin: 0;
padding: 0;
}
.card {
background: #fff;
border-radius: 8px;
box-shadow: 0 2px 6px rgba(0,0,0,0.1);
padding: 20px;
margin: 10px;
max-width: 300px;
display: inline-block;
vertical-align: top;
}
.card img {
max-width: 100%;
height: auto;
margin-bottom: 10px;
}
.card-title {
font-size: 1.2em;
font-weight: bold;
}
.card-description {
font-size: 0.9em;
color: #555;
}
.card-button {
display: inline-block;
margin-top: 10px;
background: #0073aa;
color: #fff;
padding: 8px 12px;
border-radius: 4px;
text-decoration: none;
font-size: 0.9em;
}
.card-button:hover {
background: #005f8d;
}
/*
Theme Name: Satoshufuru Clone
Description: Minimum setup for a "SatoFuru"-style listing site using Elementor + ACF.
Author: Your Name
Version: 1.0
*/
array(
'name' => '企業',
'singular_name' => '企業'
),
'public' => true,
'has_archive' => true,
'rewrite' => array('slug' => 'companies'),
'supports' => array('title', 'editor', 'thumbnail')
));
}
add_action('init', 'satoshufuru_register_post_types');
function satoshufuru_enqueue() {
wp_enqueue_style('style', get_stylesheet_uri());
}
add_action('wp_enqueue_scripts', 'satoshufuru_enqueue');
?>
body {
font-family: sans-serif;
background: #f8f8f8;
color: #333;
margin: 0;
padding: 0;
}
.card {
background: #fff;
border-radius: 8px;
box-shadow: 0 2px 6px rgba(0,0,0,0.1);
padding: 20px;
margin: 10px;
max-width: 300px;
display: inline-block;
vertical-align: top;
}
.card img {
max-width: 100%;
height: auto;
margin-bottom: 10px;
}
.card-title {
font-size: 1.2em;
font-weight: bold;
}
.card-description {
font-size: 0.9em;
color: #555;
}
.card-button {
display: inline-block;
margin-top: 10px;
background: #0073aa;
color: #fff;
padding: 8px 12px;
border-radius: 4px;
text-decoration: none;
font-size: 0.9em;
}
.card-button:hover {
background: #005f8d;
}