Skip to content

ねんでぶろぐ

twitter facebook rss
WordPress Fudousan Plugin for Real Estate
  • 投稿ナビゲーション(投稿ページの「次/前へ」リンク)に アイキャッチ画像をつける

    Posted on 2017年8月30日 Update 2017年8月31日 by nendeb
    投稿ナビゲーション(投稿ページの「次/前へ」リンク)に アイキャッチ画像をつける

    最近のテーマでは 投稿ナビゲーション(投稿ページの「次へ/前へ」リンク)では「the_post_navigation」を使ってる場合が多いですよね。デフォルトテーマでは TwentyFifteen から使われています。 「the_post_navigation」は シンプルなコードで投稿ナビゲーションを生成…

  • WordPress コア同梱の「Masonry」を使ってレスポンシブ対応テーマのサイドバーをかっこよくする。

    Posted on 2017年7月25日 Update 2017年7月26日 by nendeb
    WordPress コア同梱の「Masonry」を使ってレスポンシブ対応テーマのサイドバーをかっこよくする。

    WordPressのコアでは「Masonry」というライブラリ が設置されているのをご存知ですか?。これにより Masonry系 のプラグインを入れなくても使えるようになっています。 せっかくなので 今回はテーマで「Masonry」を使ってみたいと思います。 レスポンシブ対応テーマでは、だいたいサイドバーに…

  • WordPress テーマを作るなら get_theme_file_uri と get_theme_file_path を使いましょう

    Posted on 2017年6月21日 Update 2017年6月21日 by nendeb
    WordPress テーマを作るなら get_theme_file_uri と get_theme_file_path を使いましょう

    WordPress 4.7 から テーマ用の おいしい関数がいろいろ追加されています。 中でも get_theme_file_uri関数 と get_theme_file_path関数 を使ってくれてると 子テーマを作る際にとても幸せになります。 子テーマではテンプレート(同名のファイル)を設置するだけで子…

  • WordPress 4.8 をチェックしています – IE8,9,10のサポートを終了

    Posted on 2017年5月13日 Update 2017年6月9日 by nendeb
    WordPress 4.8 をチェックしています – IE8,9,10のサポートを終了

    WordPress4.8 beta1 が 公開されました。 WordPress4.8は 2017年6月8日 に リリースされる予定で beta版からいろいろチェックをしています。という事で WordPress4.8でちょっと気がついたところを取り上げていきます。 まだまだ これから変更はありそうなので説明や…

  • WordPress パスワード保護ページの 投稿パスワード を「投稿別」に複数使えるようにする

    Posted on 2017年4月14日 Update 2017年11月21日 by nendeb
    WordPress パスワード保護ページの 投稿パスワード を「投稿別」に複数使えるようにする

    WordPress 4.7から「post_password_required」というアクションフィルターが追加されました。これを使って 1つしか設定できなかった パスワード保護ページの 投稿パスワードを複数登録して使えるようにできそうです。 WordPressでは 投稿にパスワードを設定すると 投稿ページは…

  • WordPress パスワード保護ページの 投稿パスワード を 一括編集できるようにする

    Posted on 2017年4月14日 Update 2017年11月9日 by nendeb
    WordPress パスワード保護ページの 投稿パスワード を 一括編集できるようにする

    パスワード保護ページの投稿パスワードは投稿ごとに設定します。設定方法は、投稿一覧からの「クイック編集」か「投稿の編集」画面で ひとつずつ変更します。 しかし 全て同じパスワードにする場合でも 一括で変更するメニューがありません。1つ1つ変更しかありません。 さらに 定期的にパスワードを変更している場合は、め…

  • WordPress ブラックリストで登録できないユーザー名を設定する

    Posted on 2017年3月30日 Update 2017年4月14日 by nendeb
    WordPress ブラックリストで登録できないユーザー名を設定する

    今まで知らなかったフィルターですが「illegal_user_logins」というアクションフィルターが WordPress4.4 から使えるようになっています。 ユーザー名リストを作ってこのフィルターを使うと、このリストにあるユーザー名はユーザー登録の時に「エラー: 許可されないユーザー名です。」と表示さ…

  • WordPress 記事入力フォーム(ビジュアルエディタ) にプレースホルダをつける

    Posted on 2017年2月19日 Update 2017年2月21日 by nendeb
    WordPress 記事入力フォーム(ビジュアルエディタ) にプレースホルダをつける

    特に今まで気にしてなかったのですが WordPressの記事投稿ページで、タイトル入力欄にプレースホルダーテキストがあるのに本文入力欄にはありません。 (※プレースホルダーテキスト=あらかじめ入力欄内に表示することができるテキスト) 普通に投稿として使う分には本文入力欄にプレースホルダの必要は無いと思います…

  • さくらのレンタルサーバーで SNI SSLにしてみる

    Posted on 2016年12月26日 Update 2017年1月27日 by nendeb
    さくらのレンタルサーバーで SNI SSLにしてみる

    そろそろ、こちらのサイトは さくらのレンタルサーバーなので 常時SSL にしよう と思ってたところなので SNI-SSL にしてみました。簡単な手順や やる事などまとめてみました。   ラピッドSSL(SNI SSL)申込 さくらサーバーで以下の手順でSNI-SSLの設定をします。 「ラピッドSSLを初めて…

  • テーマカスタマイザー上のウィジェット設定でも options にも登録できるようにする

    Posted on 2016年11月7日 Update 2016年11月21日 by nendeb
    テーマカスタマイザー上のウィジェット設定でも options にも登録できるようにする

    オリジナルウィジェットを作る時に、ウィジェット内で項目の設定値を他の場所で連動して使いたい時があります。その場合、項目の値を options に登録しておくと他の場所で使う時には get_option() で簡単に呼び出せますので、この方法はよく使われています。 しかし、テーマカスタマイザー上で ウィジェッ…

4 / 8« 先頭«...23456...»最後 »

カテゴリー

  • WordPress
  • その他
  • セキュリティ
  • テーマ
  • プラグイン
activated_plugin add_meta_boxes add_options_page add_theme_support admin_body_class admin_email_check_interval admin_enqueue_scripts admin_footer-$hook_suffix admin_head-$hook_suffix admin_init admin_menu admin_notices admin_print_styles-$hook_suffix after_setup_theme AMP apply_shortcodes bulk_actions-{screen_id} bulk_edit_custom_box comment_form_after_fields compare_key Contact Form 7 custom-spacing customize_register customize_save_after date_i18n delete_user delete_user_form deprecated_function_trigger_error document_title_parts document_title_separator edit_user_profile_update Embed embed_head embed_template embed_thumbnail_image_shape embed_thumbnail_image_size emoji enqueue_block_editor_assets enter_title_here get_category_parents get_currentuserinfo get_file_data get_option get_parent_post get_parent_theme_file_path get_parent_theme_file_uri get_permalink get_post_type get_query_template get_term_parents_list get_theme_file_path get_theme_file_uri get_the_content get_the_post_thumbnail get_the_title get_users Google APPs Google Fonts Google Maps Gutenberg has_post_parent has_post_thumbnail illegal_user_logins init is_customize_preview is_singular is_user_logged_in jQuery Lazy-Loading Let's Encrypt login_footer login_form login_init login_site_html_link Masonry max-image-preview mce_external_plugins my-plugin paginate_links_output password_hint personal_options personal_options_update phpmailer_init plugins_url plugin_row_meta post_password_expires post_password_required pre_comment_on_post pre_get_document_title pre_months_dropdown_query pre_wp_mail pre_wp_unique_post_slug protected_title_format quick_edit_dropdown_authors_args RECOVERY_MODE_EMAIL register_block_pattern register_block_pattern_category register_form register_post register_sidebar registration_errors render_block_{$this->name} rest_after_insert_attachment sanitize_file_name script_loader_tag SSL template_redirect the_content the_custom_header_markup the_editor the_excerpt_embed the_excerpt_rss the_password_form the_post_navigation Twenty Eleven Twenty Fifteen Twenty Fourteen Twenty Nineteen Twenty Seventeen Twenty Sixteen Twenty Ten Twenty Thirteen Twenty Twelve Twenty Twenty Twenty Twenty-One unregister_block_pattern unregister_block_pattern_category update_option upgrader_source_selection user_profile_update_errors WordPress4.1 WordPress4.2 WordPress4.3 WordPress4.4 WordPress4.5 WordPress4.6 WordPress4.7 WordPress4.8 WordPress4.9 WordPress5.0 WordPress5.1 WordPress5.2 WordPress5.3 WordPress5.4 WordPress5.5 WordPress5.6 wpcf7_form_tag WP Fastest Cache WP Multibyte Patch wp_add_inline_script wp_after_insert_post wp_body_open wp_cache_set wp_create_nonce wp_date WP_DEBUG_LOG wp_dequeue_style wp_deregister_style wp_editor_set_quality wp_enqueue_script wp_enqueue_scripts wp_enqueue_style wp_filesystem wp_footer wp_get_attachment_image wp_get_custom_css wp_get_document_title wp_head wp_kses_post wp_mail wp_print_styles wp_register_script wp_replace_insecure_home_url wp_resource_hints wp_targeted_link_rel wp_title wp_trim_words wp_verify_nonce XAMPP _wp_render_title_tag {$adjacent}_post_link {$type}_template
はざくみ イラストブログ

Proudly powered by WordPress | Theme: nendebcom by nendeb. | Privacy Policy