wordpress 投稿記事 一番上
<?php$sticky = get_option( 'sticky_posts' );$args = array('posts_per_page' => 1,'post__in' => $sticky,'post_typ ...
jquery sliderpro
・Official
http://bqworks.com/slider-pro/
・view
<?php if(is_home()): ?><div id="mainvisual& ...jquery resize iphone リロード 無限ループ
var windowWidth = $(window).width();$(window).resize(function(){ var ww = $(window).width(); if(windowWidth != ww) {//リサ ...
google calendar responsive
・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 wp インストール ブログ
/app
/blog ← ここにWordPressを配置
/lib
/plugin
/vendors
・app直下の.htaccess
<IfModule mod_rewrite ...cakephp2x フォーム
siryo-contact
wordpress pc スマホ 表示切替 投稿画面
■投稿画面
[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; ...