wordpress

/*================================================管理画面一覧にカスタムタクソノミー、タームを表示、ソート機能追加====================================== ...

wordpress

<?php$page_type = get_post_type();//echo $page_type;?><h2>FAQ</h2><?php$args = array( 'posts_per_pa ...

wordpress

<?php$args = array( 'posts_per_page' => '-1', 'order' => 'DESC', 'post_type' => 'post_type',//任意のポストタイプ 'ech ...

wordpress

function remove_dns_prefetch($hints, $relation_type) { if ('dns-prefetch' === $relation_type) { return array_diff(wp_dep ...

Visual Studio Code

http://qiita.com/84zume/items/476a29264fdc98d98201
http://qiita.com/satokaz/items/cb45d82f6f8f1e24c0d6

CentOS7, VPS

DNS設定

MXレコード、メールサーバのAレコード設定
メールサーバーのサブドメイン「mail」は任意

ホスト名 TYPE TTL VALUE 優先mail.lists111.com A 3600 133.130.68.3 ...

Tera Term

マクロファイル作成

xxx.ttl

;;;;; 編集箇所 ;;;;;; IPアドレスHOSTADDR = 'xxx.xxx.xxx.xxx'; ユーザ名USERNAME = '適宜'; 秘密鍵のファイルパス指定(適宜)※日本語不可 ...

Jquery

$(function(){ $('a[href*="#"]:not([href="#"])').click(function(){ if (location.pathname.replace(/^\/ ...

PAGE TOP