Skip to content

ねんでぶろぐ

twitter facebook rss
WordPress Fudousan Plugin for Real Estate
  • WindowsにXAMPPをインストールする。(画像多め・初心者向き)

    Posted on 2015年7月20日 Update 2015年10月25日 by admin
    WindowsにXAMPPをインストールする。(画像多め・初心者向き)

    XAMPP(ザンプ)とは、自分のPC(ローカル環境)内にWebサーバーを設置できるように関連ソフトウェアをまとめてインストールし、使う時も簡単にできるようにすることができるパッケージソフトです。 特に WordPress 等の CMS を自分のPC内(ローカル環境)でテストする為によく使われています。 今回…

  • WordPress 4.3 をチェックしています

    Posted on 2015年7月7日 Update 2015年10月25日 by admin
    WordPress 4.3 をチェックしています

    WordPress4.3は8月後半頃リリースされるとの事でWordPress4.3beta版からいろいろチェックをしています。今後、リリースまで変更されるかも知れませんがその中でちょっと気がついたところを取り上げていきます。 Feature Plugins Tracking を見ると組み込まれる機能の予定が…

  • WordPress SSLでも使えるポップアップのシンプルな問い合わせページ

    Posted on 2015年5月29日 Update 2016年2月28日 by admin
    WordPress SSLでも使えるポップアップのシンプルな問い合わせページ

    問い合わせフォームは通常、投稿ページか固定ページに設置しますが、SSLでも使えるポップアップ風のシンプルな問い合わせページの設置方法をご紹介します。 通常、投稿ページ内にある問い合わせフォームをSSLにする場合はその投稿ページ自体をSSLで表示しなくてはならなくなります。しかし サイトやコンテンツによっては…

  • WordPress Download Manager でダウンロードされた時に、メールを送るようにする

    Posted on 2015年5月11日 Update 2017年11月9日 by admin
    WordPress Download Manager でダウンロードされた時に、メールを送るようにする

    WordPressでファイルをダウンロードできるようにするプラグインはいろいろありますが「WordPress Download Manager」は、わりと使ってる方は多いのではないでしょうか。 ファイルをダウンロードさせる目的はいろいろでしょうが、ダウンロードされたらすぐ知りたい事ってありませんか?。 例え…

  • WordPress4.2をチェックをしています

    Posted on 2015年3月13日 Update 2015年10月25日 by admin
    WordPress4.2をチェックをしています

    WordPress4.2は4月後半頃リリースされるとの事でWordPress4.2alpha版からいろいろチェックをしています。今後、リリースまで変更されるかも知れませんがその中でちょっと気がついたところを取り上げていきます。 Feature Plugins Tracking を見ると組み込まれる機能の予定…

  • テーマカスタマイザー等の「この投稿を先頭に固定表示」を削除する

    Posted on 2015年2月23日 Update 2015年10月25日 by admin
    テーマカスタマイザー等の「この投稿を先頭に固定表示」を削除する

    テーマを作るにあたってトップページ (hone.php,index.php等) にデザインやレイアウトの為にいろいろコードを書き込んでいると思います。 そんなある日、納品後にクライアントが (誤って)「この投稿を先頭に固定表示」をしてしまってトップページが えらいことになった事ありませんか? という事で、(…

  • WordPress ヘッダータイトル文字を画像に変える(レスポンシブ対応)

    Posted on 2015年2月16日 Update 2015年10月27日 by admin
    WordPress ヘッダータイトル文字を画像に変える(レスポンシブ対応)

    WordPressのデフォルトテーマは タイトル部分(ホームページの最上部、会社名等を入れている部分)には文字しか置けないようになっています。 テーマ内ファイル (header.php) をじかに触ればいいのですが、テーマをバージョンアップすると元に戻ってしまいます。 今回は、そのタイトル部分をテーマのファ…

  • テーマやプラグインの更新(アップグレード)時に自動でこっそりバックアップをとる

    Posted on 2015年2月4日 Update 2015年10月25日 by admin
    テーマやプラグインの更新(アップグレード)時に自動でこっそりバックアップをとる

    カスタマイズしていたテーマやプラグインの更新 (アップグレード) をする際に バックアップもとらずについうっかり「更新」ボタンを押してしまった事はありませんか? 特にクライアント側で「更新」されてから 連絡があったら。。。最新のバックアップ探しからはじめなければなりません。 特に公式テーマベースでカスタマイ…

  • WordPress4.1対応テーマのタイトル(wp_title)を変更したい場合。

    Posted on 2015年1月29日 Update 2015年10月30日 by admin
    WordPress4.1対応テーマのタイトル(wp_title)を変更したい場合。

    WordPress 4.1から テーマのヘッダー(header.php)に titleタグを入れなくてもWordPressがいい感じにタイトルを出力してくれる機能が追加されました。 この機能を使っているテーマは header.phpには titleの項目は無くて、functions.php に add_th…

  • wp_enqueue_scriptでscriptファイルを読むようにする時に async も入るようにする。

    Posted on 2015年1月27日 Update 2015年10月25日 by admin
    wp_enqueue_scriptでscriptファイルを読むようにする時に async も入るようにする。

    WordPressに scriptファイル を追加で読み込むようにする時、たまに async(非同期) とか入ってるタグ見かけませんか? 例 はてなブックマークボタンを設置する時に使う js   これをWordPressに組み込む際に 通常は以下のようにしますがこれでは async が入りません。   しょ…

8 / 9« 先頭«...56789»

カテゴリー

  • WordPress
  • その他
  • セキュリティ
  • テーマ
  • プラグイン

タグクラウド

activated_plugin activate_tinymce_for_media_description 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 allowed_block_types_all appearance-tools appearanceTools apply_filters apply_shortcodes blockEditor.useSetting.before block_categories_all block_core_navigation_listable_blocks block_core_navigation_render_inner_blocks block_editor_settings_all bulk_actions-{screen_id} bulk_edit_custom_box bulk_edit_posts comment_form_after_fields compare_key Contact Form 7 custom-spacing customize_register customize_save_after date_i18n default-font-sizes default-spacing-sizes deleted_post_{$post->post_type} delete_post_{$post->post_type} delete_user delete_user_form deprecated_function_trigger_error document_title_parts document_title_separator editor_script_handles editor_style_handles edit_user_profile_update Embed embed_head embed_template embed_thumbnail_image_shape embed_thumbnail_image_size emoji enqueue_block_editor_assets fluid Fluid typography Fonts API Footnotes 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_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 hooked_block/hooked_block_{$block_type} illegal_user_logins init is_admin_screen is_customize_preview is_post_status_viewable is_post_type_viewable is_singular is_user_logged_in jQuery Lazy-Loading login_footer login_form login_init login_site_html_link Masonry max-image-preview my-plugin new_admin_email_subject paginate_links_output password_hint personal_options personal_options_update phpmailer_init plugins_list plugin_row_meta post_password_expires post_password_required post_search_columns post_thumbnail_id post_thumbnail_url pre_comment_on_post pre_get_document_title pre_months_dropdown_query pre_wp_mail pre_wp_unique_post_slug prime_options prime_options_by_group protected_title_format quick_edit_dropdown_authors_args RECOVERY_MODE_EMAIL registered_post_type_{$post_type} registered_taxonomy_{$taxonomy} register_block_template.unregister_block_template register_form register_post register_sidebar register_{$post_type}_post_type_args register_{$taxonomy}_taxonomy_args registration_errors render_block_core_navigation_link_allowed_post_status render_block_{$this->name} rest_after_insert_attachment safecss_filter_attr sanitize_file_name script_handles script_loader_tag ServerSideRender site_search_columns site_status_autoloaded_options_action_to_perform site_status_autoloaded_options_limit_description site_status_autoloaded_options_size_limit skipBlockSupportAttributes style_handles templateLock template_redirect theme.json the_content the_custom_header_markup 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-Fiver Twenty Twenty-Four Twenty Twenty-One Twenty Twenty-Three Twenty Twenty-Two TwitterAPI Update URI update_option upgrader_source_selection user_profile_update_errors user_search_columns view_script_handles 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 WordPress5.7 WordPress5.8 WordPress5.9 WordPress6.0 WordPress6.1 WordPress6.2 WordPress6.3 WordPress6.4 WordPress6.5 WordPress6.6 WordPress6.7 WordPress6.8 wpcf7_form_tag WP Fastest Cache WP Multibyte Patch wp_add_inline_script wp_admin_canonical_url wp_after_insert_post wp_autoload_values_to_autoload wp_body_open wp_cache_set wp_content_img_tag wp_create_nonce wp_date WP_DEBUG_LOG wp_default_autoload_value wp_dequeue_script_module wp_dequeue_style wp_deregister_script_module wp_deregister_style WP_DEVELOPMENT_MODE wp_editor_set_quality wp_enqueue_script wp_enqueue_scripts wp_enqueue_script_module wp_enqueue_style wp_filesystem wp_footer wp_get_attachment_image wp_get_custom_css wp_get_document_title wp_head WP_HTML_Tag_Processor wp_is_block_template_theme wp_is_block_theme wp_is_rest_endpoint wp_mail wp_max_autoloaded_option_siz wp_omit_loading_attr_threshold wp_plugin_dependencies_slug wp_print_styles wp_register_script wp_register_script_module wp_replace_insecure_home_url wp_resource_hints wp_script_modules wp_set_options_autoload wp_set_option_autoload wp_targeted_link_rel wp_theme_files_cache_ttl wp_title wp_verify_nonce writingMode XAMPP _wp_render_title_tag {$adjacent}_post_link {$type}_template サイトエディタ フルサイト編集(FSE)
はざくみ イラストブログ

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