wordpress, 未分類

<?php$sticky = get_option( 'sticky_posts' );$args = array('posts_per_page' => 1,'post__in' => $sticky,'post_typ ...

Jquery, 未分類

・Official
http://bqworks.com/slider-pro/

・view

<?php if(is_home()): ?><div id="mainvisual& ...

未分類

88

未分類

77

Jquery, 未分類

var windowWidth = $(window).width();$(window).resize(function(){ var ww = $(window).width(); if(windowWidth != ww) {//リサ ...

google, 未分類

・view

<ul style="display:table;table-layout:fixed;width:100%;"><li style="color:#fff;paddi ...

wordpress, 未分類

function change_default_title( $title ) {$screen = get_current_screen();if ( 'POST_TYPE' == $screen->post_type ) {$ti ...

wordpress, 未分類

tour-lists

tour-lists

■参考
https://gist.github.com/ericjuden/5136638
https://github.com/souparn ...

wordpress, 未分類

function day_of_week($date) {$get_date = get_field($date);$datetime = date_create($get_date);$week = array("日" ...

php, 未分類

・PHP

$date = '2013-01-01 00:00:00';echo date('Y/m/d', strtotime($date));

出力:2013/01/01

・PHP

$date = '20 ...

cakephp, wordpress, 未分類

/app
/blog ← ここにWordPressを配置
/lib
/plugin
/vendors

・app直下の.htaccess

<IfModule mod_rewrite ...

wordpress, 未分類

■投稿画面

[is_not_mymobile]PC表示内容[/is_not_mymobile][is_mymobile]SP表示内容[/is_mymobile]

■functions.php

/*=========== ...

Jquery, 未分類


Javascriptアニメーションが動作しない
Documentationページに記載してる.add(class名)を追加

http://www.transformicons.com/

css, 未分類

input[type=checkbox] { width: 30px; height: 30px; vertical-align: middle;}input[type=radio] { width: 30px; height: 30px; ...

PAGE TOP