wordpress phpファイル include
・functions.php
/*================================================php file include================================= ...html 基本構造
wordpress プラグイン
Akismet
Breadcrumb NavXT
Advanced Custom Field
https://wordpress.org/plugins/advanced-custom-fields/
wordpress カスタムフィールド表示
wordpress タイトルタグ » 矢印・空白削除
wordpress カスタム投稿 カテゴリ・タグ表示
【the_category()】
<?php echo get_the_term_list($post->ID, 'タクソノミー名', '', ', '); ?>【the_tags()】
<? ...wordpress 条件分岐2
(ブログ記事のホーム)「フロントページの表示」設定が「最新の投稿」の場合はホーム(サイトURLのページ)、「固定ページ」の場合は「投稿ページ」に設定したページでtrueを返すis_front_ ...
wordpress MW WP Form 住所自動入力
・functions.php
//MW WP formfunction ajaxzip3_scripts() { wp_enqueue_script( 'ajaxzip3-script', 'https://ajaxzip3.g ...worpdpress 条件分岐タグ
メインブログページが表示されている場合。
is_front_page()表示設定の「トップページの表示」として 設定されているページが表示されている場合。
is_single()個別投稿ページ ...
wordpress Breadcrumb NavXT 日本語化
Breadcrumb NavXT 日本語カタログ | ユニマージュ
wordpress ページテンプレート優先順位
wordpress widget追加
■functions.php
if(function_exists('register_sidebars')) {register_sidebar(array('name' => 'サイドバー1','id' => ' ...wordpress カスタムヘッダー slickスライダー
■functions.php
$custom_header_defaults = array('default-image' => get_bloginfo('template_url').'/img/img_custom ...wordpress カスタムメニュー
■function.php
register_nav_menus(array('main_nav' => 'メインナビゲーション','sub_nav' => 'サブナビゲーション',));■テンプレート
wordpress the_posts_pagination() ページネーション ページャー
カスタマイズ・functions.php記載
Bootstrap 3形式
wordpress 投稿表示
チートシート
http://www.webcreatorbox.com/tech/japanese-wordpress-cheat-sheet/
wordpress ツール インポートプラグイン エラー表示
http://qiita.com/mayukojpn/items/a279a5f717f0a33a2aa5
http://downloads.wordpress.org/plugin/wordpress-importer. ...
wordpress ダミー投稿データ
https://github.com/jawordpressorg/theme-test-data-ja
wordpress 本番環境 db 書き換え
DATABASE SEARCH AND REPLACE SCRIPT IN PHP
wordpress さくら DB接続
■FTP設定に関する情報
FTPサーバ:xxx.sakura.ne.jp
FTPアカウント:xxx
パスワード:xxx(仮登録完了のお知らせメールに記載)
■データベースの新規作成
データベ ...
wordpress 初期設定
//初期設定
define(‘DB_USER’, ‘root’);
define(‘DB_PASSWORD ...
bootstrap scss基本設定
base.scss
@charset "utf-8";@import "bootstrap";style.scss
@charset "utf-8";@im ...bootstrap ノンレスポンシブ
non-responsive.css
.container { width: 970px; max-width: none !important;}SPnon-responsive.css
.container ...css font-family
javascript google map
scss + compass + dreamweaver
※Rubyの実行ファイルへ環境変数PATHを設定するgem install sassgem install compassconfig.rbhttp_path = &q ...
html templete
facebook ogp設定
css パラメータ追加
htaccess ブラウザのキャッシュ ファイルの圧縮
※文字コード:utf-8
# キャッシュの期間を設定<IfModule mod_expires.c>ExpiresActive OnExpiresDefault "access plus 30 minute ...wordpress プラグイン
画像 最適化
https://tinypng.com/
DreamWeaver テンプレート 使い方
雛形としたいファイルを作成。例:トップページなど
編集可能としたい部分を選択。
「挿入 → テンプレートオブジェクト → 編集可能領域」
任意の名前を付け、OK ...