All in One SEO – AI SEO Plugin to Boost SEO Rankings & Traffic (Schema, Local SEO, Sitemap & SEO Insights) By Syed Balkhi Description AIOSEO – The Original AI SEO Plugin for WordPress All in One SEO is the original WordPress SEO plugin, founded in 2007 and trusted by over 3 million website owners and SEO experts. AIOSEO is a complete AI SEO plugin and marketing toolkit. Use it to optimize WordPres
This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress. Description WP-MediaWiki adds a subset of MediaWiki markups to WordPress. Currently, the following MediaWiki markups are supported. Bold Italic Heading Lists: Besides the list markups come from
Maintenance of this plugin has been taken over by Auctollo. You can find all up-to-date information on their website. If you need support, please use the forums or contact the new maintainer. Thanks! This plugin generates a XML-Sitemap compliant sitemap of your WordPress blog. This format is supported by all relevant search engines like Google, YAHOO and Bing. More information about what XML-Sitem
Stefan Esser recently warned developers of the dangers of SQL Column Truncation and the weakness of mt_rand(). With his help we worked around these problems and are now releasing WordPress 2.6.2. If you allow open registration on your blog, you should definitely upgrade. With open registration enabled, it is possible in WordPress versions 2.6.1 and earlier to craft a username such that it will
複雑なお問い合わせフォームを作成するプラグイン cforms IIを紹介したが、プラグイン制作者のOliverさんから依頼を受けて日本語翻訳ファイルを作成した。一部誤訳やタイプミスがあるかもしれないので、この日本語翻訳ファイルを使用された方で何かしら発見されたらぜひご報告いただきたい。 日本語翻訳ファイルの適用方法は以下の通り。 圧縮ファイルを展開する。 cforms-ja.moをwp-content/pluginsディレクトリにアップロードする。 p*-title.jpg(*は1-5)をwp-content/plugins/cforms/imagesにアップロードする。 ja.jsをwp-content/plugins/cforms/js/langsにアップロードする 以上である。管理画面で正常に日本語化されているか確認してほしい。cforms IIは大変高機能なお問い合わせフォーム作成
Contact Form 7 « iDeasilo 企業ウェブサイト、商用ホームページとして最も重要な要素ともいえるお問い合わせフォームを簡単に作成することができるプラグインが、Contact Form 7だ。プラグインの制作者が日本人ということもあり、WordPressのプラグインにありがちな英語の壁に心配する必要はない。配布もとにあるとおり、このContact Form 7の機能は下記の通りだ。 詳しい説明は配布もとを見てほしいが、インストールは簡単で、Contact Form 7よりダウンロードし、圧縮ファイルを展開、pluginsフォルダにアップロードし、有効化するだけである。管理メニューの設定欄にContact Form 7が追加されている。 使用方法は簡単で、Contact Form 7の管理画面で「フォームの内容」と「メールのテンプレート」を設定して保存し、「次のコードをコピ
cforms II » delicious:days お問い合わせフォームを作成するプラグインとして以前、お問い合わせフォームを簡単に作成するプラグイン Contact Form 7を紹介したが、Contact Form 7は簡単にお問い合わせフォームを作成できるが、checkboxやradioボタンが使えない等の制約(最新バージョンでは使用できる)があり、複雑な質問事項を含むようなお問い合わせフォームを作成することができない。そこで、より詳細なお問い合わせフォームの作成を可能にするプラグインが、cforms IIである。 このcforms IIは現在、バージョン6.0まで更新されており、積極的に機能拡張が進められている。Formタグを使った設定はほとんどできるのではないだろうか。しかしながら、日本語の翻訳ファイルはまだないので英語で使うしかない。日本語翻訳ファイルを作成したので、cfor
Description Generate XML and HTML sitemaps for your website with ease using the XML Sitemap Generator for Google. This plugin enables you to improve your SEO rankings by creating page, image, news, video, HTML, and RSS sitemaps. It also supports custom post types and taxonomies, allowing you to ensure that all of your content is being indexed by search engines. With a user-friendly interface, you
WordPress のローカライズの基本 WordPress には gettext を利用したローカライゼーション(多言語化、現地語化)の仕組みが組み込まれているので、必要な翻訳ファイルさえ手に入ればわずかな設定で日本語化することが可能です。 簡単に手順をまとめると、 翻訳ファイル(.mo) を入手する。日本語リソースの情報がこちらにまとめられています。 翻訳ファイルを <WP_INSTALL>/wp-includes/languages/ 以下に配置する。languages というディレクトリは最初はないので自分で作る必要があります。 <WP_INSTALL>/wp-config.php の define ('WPLANG', ''); の行を翻訳ファイルの名前に合わせて書き換える。日本語なら翻訳ファイルが ja.mo なので define ('WPLANG', 'ja'); とします。
失礼します。 get_posts()を用いて特定のカテゴリーの記事一覧(タイトル)を表示したいと思っています。 <?php $lastposts = get_posts('numberposts=0&category=5'); foreach($lastposts as $post) : setup_postdata($post); ?> <a>" id="post-<?php the_ID(); ?>"><?php the_title(); ?></a> <?php endforeach; ?> カテゴリーID5の記事一覧を表示したいとして、一応このようなコードを考えたのですが、 上手くいかず…。ご教授お願い致します。
Add classes or IDs to the LI tags generated by WordPress' wp_list_pages() function for easier CSS styling.Classy wp_list_pages WordPress Plugin v1.1.1 This plugin adds classes or IDs (your choice) to the LI tags generated by WordPress' wp_list_pages() function. I found it very frustrating to style the output of wp_list_pages() without having access to these attributes. This plugin allows you to st
WordPress2.5から追加されたショートコードをご存知でしょうか。 簡単に言えば、記事中から関数を呼びだすようなものなんですが、これが結構便利なのでよく使っています。 WordPressを普通にブログとして使っている分には、まったく関係ないですが、CMSとして使っていると、どうしてもPHPを実行させたい時があります。 プラグインのrunPHPを使ってもいいですが、あまり詳しくない方に記事を書いてもらう場合、ちょっと危険です。 また、bloginfo()を使いたいことも、しょっちゅうあります。 こんなときに、ショートコードを使うと便利です。 記事中で bloginfo() を使いたい場合 使用中のテーマにあるfunctions.phpに以下のコードを書きます。 function sc_bloginfo($atts, $content = null) { extract(shortcod
主要ページ WordPressには、5種類のページがあります。 メインページ サイトのトップページ (http://www.example.com/blog/) シングルページ 記事毎のページ (http://www.example.com/blog/?p=1) カテゴリーページ カテゴリ毎の一覧ページ (http://www.example.com/blog/?cat=1) 日付ページ 投稿日で分けた一覧ページ (http://www.example.com/blog/?m=200704) PAGE 時系列に依存しない独立したページ (http://www.example.com/blog/?page_id=1) WordPressをCMS(コンテンツマネージメントシステム)として使う場合、PAGEが特に重要になってきます。 各ページには、それぞれテンプレートが用意されており、それぞれを
We’re getting things ready Loading your experience… This won’t take long.
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く