html, 未分類

index.html

<!DOCTYPE html><html lang="ja"><head> <!-- 元ネタ http://minomon.jp/blog/?p ...

css, 未分類

$font-family-sans-serif: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pr ...

wordpress, 未分類

カスタムフィールドテンプレートhttp://make.mapmap.biz/plugins/37/Custom Post Type UIhttp://kotori-blog.com/wordpress/custom_post_type_ui ...

wordpress, 未分類

<?php the_taxonomies(); ?>タクソノミー:商品のカテゴリー
ターム:aaa

の場合、
商品のカテゴリー: aaa

html, 未分類

<!DOCTYPE html><html lang="ja"><head><meta charset="UTF-8"><title>titl ...

wordpress, 未分類

基本

<?php$categories = get_categories();foreach($categories as $category) :?><h3><?php echo $categor ...

wordpress, 未分類

<?php global $template; var_dump($template); ?>

wordpress, 未分類

function include_jquery_cdn_loader() {if( !is_admin() ){//WP Default jQuery Load Deregister.wp_deregister_script('jquery ...

wordpress, 未分類

<script>jQuery(document).ready(function(){jQuery('#hoge').click(function(){alert('hoge');});});</script>

PAGE TOP