2015年1月

【WordPress】親カテゴリのスラッグ取得→表示

これやで <?php $cats = get_the_category(); $cat = $cats[0]; if($cat->parent){ $parent = get_catego…

2015.01.11

【WordPress】カテゴリ名を取得→表示

リンクありバージョン <?php the_category(); ?>     リンクなしバージョン <?php $cat = get_the_category(…

2015.01.11

Page Top


Warning: Use of undefined constant XML - assumed 'XML' (this will throw an Error in a future version of PHP) in /home/44uta/www/44uta/wpbox/wp-content/plugins/wp-syntaxhighlighter/wp-syntaxhighlighter.php on line 1048