wordpress, 未分類

・functions.php

/*================================================php file include================================= ...

html, 未分類

<!DOCTYPE html><html lang="ja"><head><meta charset="utf-8"><meta name=&qu ...

wordpress, 未分類

Akismet
Breadcrumb NavXT
Advanced Custom Field
https://wordpress.org/plugins/advanced-custom-fields/

wordpress, 未分類

the_field('ID');the_field('explain');echo get_field('ID');echo get_field('explain');$data = get_post_custom();echo $data ...

wordpress, 未分類

【the_category()】

<?php echo get_the_term_list($post->ID, 'タクソノミー名', '', ', '); ?>

【the_tags()】

<? ...

wordpress, 未分類

ホームis_home()ホーム
(ブログ記事のホーム)「フロントページの表示」設定が「最新の投稿」の場合はホーム(サイトURLのページ)、「固定ページ」の場合は「投稿ページ」に設定したページでtrueを返すis_front_ ...

wordpress, 未分類

・functions.php

//MW WP formfunction ajaxzip3_scripts() { wp_enqueue_script( 'ajaxzip3-script', 'https://ajaxzip3.g ...

wordpress, 未分類

is_home()

メインブログページが表示されている場合。

is_front_page()

表示設定の「トップページの表示」として 設定されているページが表示されている場合。

is_single()

個別投稿ページ ...

wordpress, 未分類

Breadcrumb NavXT 日本語カタログ | ユニマージュ

wordpress, 未分類

ページの種類高←テンプレート階層優先度→低404エラーページ404.phpindex.php検索結果ページsearch.phpindex.phpカスタム分類アーカイブtaxonomy-{taxonomy}-{term}.phptaxonom ...

wordpress, 未分類

■functions.php

if(function_exists('register_sidebars')) {register_sidebar(array('name' => 'サイドバー1','id' => ' ...

wordpress, 未分類

■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, 未分類

<?php$paged = (get_query_var('paged')) ? get_query_var('paged') : 1;$args = array('posts_per_page' => 5,'cat' => ...

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, さくら, 未分類

■FTP設定に関する情報
FTPサーバ:xxx.sakura.ne.jp
FTPアカウント:xxx
パスワード:xxx(仮登録完了のお知らせメールに記載)

■データベースの新規作成
データベ ...

wordpress, 未分類

config.phpMySQL settings
//初期設定
define(‘DB_USER’, ‘root’);
define(‘DB_PASSWORD ...

bootstrap, 未分類

base.scss

@charset "utf-8";@import "bootstrap";

style.scss

@charset "utf-8";@im ...

bootstrap, 未分類

PC

non-responsive.css

.container { width: 970px; max-width: none !important;}SP

non-responsive.css

.container ...

css, 未分類

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

javascript, 未分類

<style>#map-canvas {height: 300px;margin: 0px;padding: 0px}</style><script type="text/javascript&quo ...

compass, dreamweaver, scss, 未分類

インストールRubyInstaller for Windows
※Rubyの実行ファイルへ環境変数PATHを設定するgem install sassgem install compassconfig.rbhttp_path = &q ...

html, 未分類

<!DOCTYPE html><html lang="ja"><head><meta charset="utf-8"><meta name=&qu ...

facebook, 未分類

<html lang="ja"><head prefix="og: http://ogp.me/ns# website: http://ogp.me/ns/website#" xml ...

css, 未分類

<?phpfunction cacheBuster($filename) {if (file_exists($filename)) {echo date('YmdHis', filemtime($filename));} else { ...

htaccess, 未分類

※文字コード:utf-8

# キャッシュの期間を設定<IfModule mod_expires.c>ExpiresActive OnExpiresDefault "access plus 30 minute ...

dreamweaver, 未分類

1.テンプレートファイルの作成サイト定義をしておく。
雛形としたいファイルを作成。例:トップページなど
編集可能としたい部分を選択。
「挿入 → テンプレートオブジェクト → 編集可能領域」
任意の名前を付け、OK ...

PAGE TOP