Skip to main content

Home/ WordPress Beginners/ Group items tagged Widget

Rss Feed Group items tagged

Toshiro Shimura

WordPressウィジェット一覧 - 0 views

  •  
    WordPress CodexのThird Party Widgetsより、 2007.5.18現在、177個 * 30Boxes (http://ottodestruct.com/blog/2006/04/28/30boxes-widget/) - 30Boxes カレンダーのエベントを表示(要PHP 5) * A Yahoo SiteExplorer Widget (http://www.utheguru.com/yahoo-sidebar-link-badge-widget-for-wordpress/) - Yahoo Site Explorer Badge をウィジェット化 - デモ:Yahoo Badge Widget Demo * About Me Widget (http://www.samdevol.com/about-me-widget-for-wordpress/) - 画像などを加えた'About Me'(自分について)を表示 * Active Discussions (http://jayandrewallen.com/active-discussions-sidebar-plug-in-for-wordpress-20/) - コメントの多い投稿を表示 * Ad Rotator (http://kpumuk.info/wordpress/wordpress-widgets-ad-rotator/) - <!-more->で区切った複数のHTMLコードを順番に表示 * AddThis Sidebar Wiget (http://foolip.org/blog/2007/05/06/addthis-sidebar-widget/) - フィード購読とソーシャルブックマークのボタン * Adsense Widget for WordPress (http://www.mikesmullin.com/2006/04/01/adsense-widget-wordpress-sidebar/) - Adsenseの色、サイズ、h2をコントロール * Apple Trailer (http://www.sosuechtig.de/wordpress-widgets/) - apple.com から映画の予告編をランダムに表示 * Around This Date In The Past (http://www.junyent.org/blog/arxius/2006/05/20/around-this-date-in-the-past-wordpress-widget/) - x 年前の今日の投稿記事を表示 * Associative Dictionary (http://dirkie.nu/2006/05/01/associative-dictionary-widget/) - 個人辞書を作成表示 * AvFuel (http://blog.dannyevarts.net/2006/06/28/avfuel-my-first-useful-wordpress-widget/) - 最新の航空燃料の値段を表示 * Battlefield 2 Stats (http://www.viper007bond.com/wordpress-plugins/battlefield-2-stats/) - Battlefield 2 プロファイルを表示 * BDP RSS Agregator (http://wordpress.org/support/topic/67364?replies=1) - BDP RSS Agregator plugin (http://www.ozpolitics.inf
Toshiro Shimura

Plugins/WordPress Widgets « WordPress Codex - 0 views

  • Pre Wordpress 2.3 Widgets WordPress Widgets (WPW) is like a plugin, but designed to provide a simple way to arrange the various elements of your sidebar content (known as "widgets") without having to change any code. The Widgets SubPanel explains how to use the various Widgets that come delivered with WordPress, and the Widgets page at Automattic explains how to 'widgetize' themes and plugins. Using Text Widgets Using RSS Widgets Widget-ready themes Resources
  • Last.fm - last.fm music charts as a graphic in your sidebar Last.fm Adds the new version of the chart. Customizable color and type.
  • Feedburner - subscribe to blog via Feedburner Flickr Badge Widget - display your flickr photos in the sidebar Flickr Widget - same widget that www.wordpress.com uses flickr RSS Widgets - display flickr Photos on sidebar Flickr Photo Album - display Flickr album sets FlickerRSS - display Flickr photos; requires flickrRSS Plugin Flickr Spinnr - display Flickr photos in rotating cube Flickr Tag Cloud Widget - display a link tag cloud from your Flickr account
  • ...2 more annotations...
  • In many cases, the built-in Text Widget can be used to add new abilities to your sidebar. The Widget Plugin allows you to specify how many text widgets you need. Once you have specified the number of text widgets you need, each of those widgets is added to the "Available Widgets" column in the Presentation, Sidebar Widget Administration Panel. Clicking on the icon on the right side of the widget allows you to enter the widget Options. There you can enter a description or title for that particular widget and also enter (in the large text box) the text or HTML code for the widget. Here's a list of content known to work via text widgets. Each of these content providers supplies the necessary code for you to copy and paste into your widget to display their content on your blog.
  • The built-in RSS Widget can be used to add feeds to your sidebar. The Widget Plugin allows you to specify how many RSS widgets you need. Once you have specified the number of RSS widgets you need, each of those widgets is added to the "Available Widgets" column in the Presentation, Sidebar Widget Administration Panel. Clicking on the icon on the right side of the widget allows you to enter the URL for the feed, a description of the feed, and how many items from the feed you want displayed. Here's a sample of RSS feeds you can use in your widgets.
Toshiro Shimura

What exactly is a widget-ready WordPress theme? | Theme Lab - 0 views

  • Step 1: Check if the theme is widget-ready You can’t use widgets if the theme you’re using isn’t widget-ready in the first place. Navigate to your Presentation menu and proceed to the Widgets sub-menu of your administration panel. If you see something like this, you’re out of luck:
  • Step 1: Check if the theme is widget-ready You can’t use widgets if the theme you’re using isn’t widget-ready in the first place. Navigate to your Presentation menu and proceed to the Widgets sub-menu of your administration panel. If you see something like this, you’re out of luck:
  • Step 2: Use available widgets For the rest of the tutorial, we’ll be working with one of our widget-ready themes called Moonlit Sky. You’ll notice this particular free WordPress theme has two sidebars on the right side. Both of these sidebars are widgetized. Go ahead and drag some of the available widgets into the sidebar of your choice and save the changes. These changes will be reflected on your main site automatically. Some widgets have a little icon next to them where you can set things like the title of the widget to be displayed on the site. Here’s what the settings for the Categories widget looks like:
  • ...1 more annotation...
  • Step 3: More widgets If you scroll further down the page you’ll see how to add additional widgets to the pool of available widgets. This is especially useful for the text widgets, since you can put pretty much any text or HTML-based item in them and display them where you want on the sidebar, just like any other widget. Simply select the number you want on the dropdown box, and save. For one final example, we’ll arrange the widgets like so, with two text widgets:
Toshiro Shimura

Sidebar Widgetsを利用可能にするカスタマイズ | ああwordpress - 0 views

  • もっとも簡単で無理矢理な方法はWordPress Widgetsからダウンロードしたwidgetsフォルダのclassicフォルダからsidebar.php functions.phpを、非対応テーマフォルダに上書きする。wordpressに標準で入っているテーマclassicに含まれるサイドバーで問題ない場合はこの方法が楽。しかしテーマにもともとfunctions.phpがある場合はこの方法はやめたほうがよい。基本的にはお勧めしません。(おそらくwordpress標準テーマをWidgets化するためのファイルです。)上書きする際はバックアップを忘れずに。 非対応テーマのサイドバーをいかしたままWidgetsに対応させる 参考程度に。Sidebar WidgetsREADME.txtを参照のこと。 それぞれのテーマのsidebar.phpの一番初めの&lt;ul&gt;の次の行に以下のコードを加える。 &lt;?php if ( function_exists('dynamic_sidebar') &amp;&amp; dynamic_sidebar() ) : else : ?&gt;さらに最も最後の&lt;ul&gt;の直前に &lt;?php endif; ?&gt;を加える。
  • サイドバーが複数ある場合の対応方法。 基本的には非対応テーマのサイドバーを生かしたままWidgetsに対応させるの方法と同じ。異なるのはsidebar.phpに加えるコードのdynamic_sidebar()の()の中に数字を入れる点。 サイドバーが2つの時。それぞれのsidebar.phpに以下を加える。 &lt;?php if ( function_exists('dynamic_sidebar') &amp;&amp; dynamic_sidebar(1) ) : else : ?&gt; &lt;?php if ( function_exists('dynamic_sidebar') &amp;&amp; dynamic_sidebar(2) ) : else : ?&gt; &lt;?php endif; ?&gt;を入れ忘れないように。 さらにfunctions.phpのregister_sidebar();にサイドバーの数と同じ数字を入れる。 &lt;?php if ( function_exists('register_sidebars') ) &nbsp;&nbsp;&nbsp; register_sidebars(2); ?&gt; このようにすればサイドバーが複数あるテーマにもSidebar Widgetsを対応させることが出来るはず。サイドバーがさらに多い場合も入れる値の数字を大きくしていけば対応できるのではと想像。
Toshiro Shimura

Trev's Travels » Blog » Translate Widget 2.0 - 0 views

  • I have just finished a major update to my Translate Widget. This widget plops into you sidebar, using the Wordpress Widgets plugin. To quote my younger self:
  • Here’s the download: Translate Widget 2.0 The zip includes a /flags/ folder, and a translate.php file. Both need to be placed in the /wordpress/wp-content/plugins/widgets/ folder.
Toshiro Shimura

Wordpressウィジェットを使ってみる - Wordpress widgetsに関するメモ - uniluq memo - 0 views

  • Wordpressの「Widgets」は、もともと管理画面からサイドバーの表示内容を切り替えることの出来る便利なプラグインだったようですが、Wordpress2.5からは本体に組み込まれており、プラグイン導入の手順を踏まなくても利用できます。 早速独自テーマを選択し、管理画面のデザイン>ウィジェットからWidgetsを使ってみようとすると ウィジェットは使用できません 現在使用中のテーマはウィジェットに対応していないため、このままではサイドバーの変更はできません。ウィジェットに対応するようにテーマを修正するにはこちらの説明を参照してください。 と言われちゃいました。 デフォルトテーマのkubrickでは、設定無しに簡単に利用できるのですが、どうやら独自のテーマでこの機能を利用するためには、テーマファイルに少し手を加える必要があるようです。 でグーグルさんに聞きました。 超とりあえずWidgetsを使えるようにする! とりあえずWidgetsを使えるようにするには、「function.php」と「sidebar.php」を編集する必要があります。 function.php function.phpはテーマ内で使うユーザー関数など、全ページで呼び出したいプログラムをまとめて記述しておくファイルです。このファイルに &lt;?php if ( function_exists('register_sidebar') ) { register_sidebar(); } ?&gt; を加えます。ファイルが存在しない場合は新しく作ってください。 sidebar.php 標準のサイドバー部分のファイルです。このファイルの内容が例えば &lt;ul&gt;  &lt;li&gt;   &lt;h3&gt;このサイトについて&lt;/h3&gt;   &lt;div class="content"&gt;    このサイトは。。。。   &lt;/div&gt;  &lt;/li&gt; &lt;/ul&gt; なら、これを &lt;ul&gt; &lt;?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() ) { ?&gt;&lt;!-- 追加 --&gt;  &lt;li&gt;   &lt;h3&gt;このサイトについて&lt;/h3&gt;   &lt;div class="content"&gt;    このサイトは。。。。   &lt;/div&gt;  &lt;/li&gt; &lt;?php } ?&gt;&lt;!-- 追加 --&gt; &lt;/ul&gt; このように編集します。最初のULの後と、最後のULの前に1行ずつ加わりました。   ここまで終えて、再度デザイン>ウィジェットに行ってみると、Widgetsの管理画面を見ることが出来るようになっていて、管理画面でWidgetsの設定をすると、テーマに反映されるはずです。 ちなみに左サイドバー、右サイドバーというように、複数のサイドバーを使っている場合は、function.phpの内容を &lt;?php if ( function_exists('register_sidebars') ) { register_sidebars(サイドバーの数); } ?&gt; のように変更します。例(2個のバーを使う場合)↓ &lt;?php if ( function_exists('register_sidebars') ) { register_sidebars(2); } ?&gt; さらに、各サイドバーファイルの &lt;?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() ) { ?&gt; の部分の「dynamic_sidebar()」という関数に &lt;?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(1) ) { ?&gt; のように、数字の引数を与えてやると(ファイル毎に異なる数字)、複数バーのWidgetsを管理画面から管理出来るようになります。 以上とりあえず、Widgetsを使ってみるでした。
Toshiro Shimura

Odysseygate.com » [wordpress] Yahooウィジェットでアクセス数をリアルタイム表示 - 0 views

  • Yahooウィジェット日本語版が公開されたので、探してみたらありましたよ、WordPress関連のが。 WP-ShortStat(またはShortStat、SlimStat)プラグインと連動して、WordPressのユニークヒット数を表示してくれるウィジェット「Unique Hits Widget」です。 WP-ShortStat連動の導入方法がちょこっと面倒だったのと、原文英語なので導入方法をメモ。
trimantra

Wordpress Theme Development Company - 0 views

  •  
    Trimantra have an expert team of Dedicated WordPress developer who Provides the best WordPress solutions like Wordpress Theme Development,Wordpress Plugin Development,Wordpress Widget Development.Please feel free to contact us if you are looking to hire WordPress expert developer or seeking any kind of custom WordPress development.
  •  
    Trimantra have an expert team of Dedicated WordPress developer who Provides the best WordPress solutions like Wordpress Theme Development,Wordpress Plugin Development,Wordpress Widget Development.Please feel free to contact us if you are looking to hire WordPress expert developer or seeking any kind of custom WordPress development.
Toshiro Shimura

とりあえずいっとけ!? - WordPressプラグイン「Amazon Showcase Wordpress Widget」 - 0 views

  • 英語版だけど、ウィジェットにドラッグして設置、自分のAssociate IDを入力、日本のアマゾンも選択するだけで準備OK。 あとは紹介する商品のASIN/ISBNを入力して写真の大きさを選ぶだけ。 とっても簡単でええですわ(^_^) ダウンロードは以下から。 WordPress › Amazon Showcase Wordpress Widget « WordPress Plugins
Toshiro Shimura

ウィジェット領域を2つ以上つくる | WordPressカスタマイズメモ【企業ホームページ制作方法】 - 0 views

  • WordPressのウィジェット領域は、標準ではsidebar.php内の1カ所だけだが、index.phpやfooter.phpなど、その他のエリアにもウィジェット領域を持たせる。
  • ■手順1:テーマフォルダ/functions.php 3行目register_sidebar(array(これをregister_sidebars(3,array(※数字は、ウィジェット領域の数
  • ■手順2:(例:index.phpのループの前と後に2つの領域を挿入)テーマフォルダ/index.php 5行目 have_postsの前に以下を挿入<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(2) ) : ?>ここはウィジェット「2」※ウィジェットに何も登録されていない時にここの内容を表示<?php endif; ?&gt;テーマフォルダ/index.php 40行目 endifの後に以下を挿入<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(3) ) : ?>ここはウィジェット「3」※ウィジェットに何も登録されていない時にここの内容を表示<?php endif; ?>※分かりやすくするためにdivで囲って色を付けてあります。※サイドバーには、ウィジェットが登録されていない場合は従来どおりの標準的な内容が表示されます。
  • ...2 more annotations...
  • ■手順3:ウィジェットを追加管理画面>Design>Widgetにて、右側「Current Widget」のプルダウンメニューにウィジェット領域が3つ出来たことを確認し、それぞれの領域にウィジェットを設定する。左側に並んでいるウィジェットの「Add」ボタンを押すと右側に追加されるので、上下の順番をドラッグ&ドロップで変えて「Save Changes」をクリック。■結果:ループの前と後、右サイドバーそれぞれに別々のウィジェット領域が追加されました。標準のウィジェット類やアフィリエイトのバナー(テキストウィジェット)の他、PHPを実行可能なウィジェットも追加すれば、使い方次第でかなり凝った複雑なサイトでもすごく簡単にレイアウト変更ができるようになります、クライアント側でも。
  • ■補足:テーマフォルダ/functions.php 4~7行目に、それぞれのウィジェットの前後に挿入されるタグ類を指定する「before_widget」「after_widget」「before_title」「after_title」という項目があります。標準ではそれぞれli、h2となっています。上記テストではそこはいじってないです。
Toshiro Shimura

ワードプレスのテーマにサイドバー・ウェジェットを搭載する方法 at ブログヘラルド - 0 views

  • 今回は、ブログのテーマを「ウィジェット化」するために何を知っておく必要があるのかを一緒に探っていこうと思う。はじめの一歩として、とりあえずウィジェットをブログのテーマで使えるようにする必要がある。まだワードプレス2.2をインストールしていなくても、ご心配なく。別途プラグインをサイドバー・ウィジェットとしてインストールすれば問題ないからね。
Toshiro Shimura

WordPress使用1ヶ月の感想(MovableTypeとの比較) | Tech de Go - 0 views

  • WPの場合、まずME(Multilingal Edition)と本家どちらにするか?ですが、本家WPでは日本語が表示できない、または支障が起こるのでは?という疑問があると思います。意外とMEと本家版の違いを説明したサイトがありませんでした。実際には、本家WPでも日本語表示は問題ないといって良いでしょう。管理メニューの一部が(.moを入れても)英語のままになったり、日付表示がおかしくなったりしますが、すぐ修正できます。MEの方は知らないのでコメントできません。
  • MTの場合は単体で一応最低限の機能は付けてある感じだったのに対して、WPの場合は単体での機能より、プラグインやテーマでカスタマイズしていく設計思想なのだと思います。ただ、 Tag機能やサイドバーWidgetまでプラグイン対応なのはどうかと思います。というのも、実際にプラグインを導入しようとして検索すると、TagまたはWidgetのプラグインは複数あり、どれが標準のもの(?)なのか迷うからです。 テーマも、私は初めデザインでテーマを決めましたが、それがプラグインに対応しているかどうかまで見極めないと、自分でカスタマイズしてからでないと思ったような表示にならないということで、最初の投稿までにカスタマイズが必要になってきます。この辺は「WordPressインストールしたら始めにやること」をご覧下さい。 もう一つ、「ブログロール」という他サイトへのリンクを管理する機能があるのですが、これはなぜプラグインではないのか、ちょっと変な感じがしました。しかも、初期設定でWordPressの開発者の方々のブログにリンクが張られているのも、戸惑いました。どうなんでしょう?
  • WPは基本はシンプルみたいに書きましたが、widgetやtagは基本ではないのに対して、以下のような凝った基本機能があります。 smilies( ←これ)は基本機能 akismetというスパムフィルタが非常に優秀 管理画面がAJAX(Prototype+Scriptaculous) 管理画面のダッシュボードでブログにリンクしているサイトを自動表示 記事の入力中の自動保存機能
  • ...1 more annotation...
  • APIについてはMTはモジュールを厳格に(?)分けたPerlのAPIがあり、ドキュメントも日本語でかなり公開されています。一方のWPはPHPのAPIがありますが、ドキュメントはMTに比べると未完で、他人のプラグインを見ていると、適当にWPの内部関数を呼び出して使ったりしていることもあります。MTの本体コードを弄ろうとは思いませんでしたが、WPの場合、本体コードを弄りたくなります。まぁ、それだけフレキシブルだということです。 私見ですがカスタマイズの中毒性はWPの方が高いと思います。私などは、ともすればカスタマイズしていて記事を書かない日が増えてしまいます(本末転倒!)。でも、他のWordPressでブログしてる人で、メインは別の話題でもWPカスタマイズ関連カテゴリーもある人や、「WordPressの醍醐味」と言って、プラグインやテーマの入れ替えを好む方がMTよりも多い気がします。 fc2やlivedoorなどのブログサービスより、MTであれWPであれ、カスタマイズが面白いから、かゆいところに手が届くからやる人が多いのではないでしょうか。だとしたら、WPの方が弄り甲斐があるような気がします。PHPが分からないということで敬遠される方もいるかと思いますが、カスタマイズしたい気持ちがあれば、初めPHPが分からなくても他人のコードをマネしているうちになんとなく何処をどうすると変わるのか分かるようになってきます。そのうちPHPも読めるようになってくると思います。
Toshiro Shimura

「WordPress」ニュース: WordPress 2.5の問題、世界中に広がるWordCamp、ムレンウェグがセキュリティ問題の恐怖を一刀両断、Cof... - 0 views

  • 偶然ワードプレス2.5で忘れられた、Press-It Bookmarklet(プレスイット・ブックマークレット) 行方不明になったプレスイット・ブックマークレットを再び作る方法に関しては、WordPress Support Forum(ワードプレス・サポート・フォーラム)でも確認することができる。 ワードプレス2.5のイメージ・アップロード問題 One Cool Site(ワン・クール・サイト)が、新しいインターフェース内で、イメージのアップロードとインサートを実施する手順を細かく記したガイドを提供している。 イメージ・アップローダー/メディア・ライブラリの問題を抱えている人へ 多くのユーザーが、ワードプレス2.5のメディア・ライブラリに対して問題を抱えている。このような問題の大半は、最新版のAdobe(アドビ)のFlash(フラッシュ)をインストールし、再起動し、FireFox(ファイヤーフォックス)のAdBlockPlus(アドブロックプラス)やその他のジャバスクリプトのブロッカーを無効にすることで、解決することができる。さらにアドバイスや情報が必要なら、ワードプレス 2.5: イメージをアップロードする際の問題、写真をアップロードする方法(動画)、メディア・ライブラリからイメージをアップロードする際の問題、そして、ブラウザーのバグとメディア・ライブラリに関する議論に目を通しておこう。
  • ワードプレス2.5のテクニック、秘訣、そして、プラグイン: 次に挙げるエントリは、ワードプレス2.5の具体的な秘訣、テクニック、そして、プラグインを紹介するエントリである:
  • Category Selector to Sidebar(カテゴリー・セレクター・トゥ・サイドバー)ワードプレス・プラグインは、ワードプレス2.5のブログに対して、カテゴリー・リストをサイドバーの従来の位置に戻すプラグインである。 Dashboard Last News(ダッシュボード・ラスト・ニュース)ワードプレス・プラグインは、ワードプレス・ダッシュボード・パネル内に、気に入っている最新の投稿のフィード・アイテムを表示するプラグインである。 planetOzh(プラネットオズ)が、“ハウ・トゥー: ワードプレス2.5のツールティップ”を、この新しい機能を一段上のレベルで利用できるように、プラグインのクリエイター達に向けて、提供している。 Remove Max Width(リムーブ・マックス・ウィドゥス)ワードプレス・プラグインは、ワードプレス2.5と併用し、新しい管理者パネルで設定されている、980ピクセルという幅の制限を取り払うプラグインである。 ワードプレス2.5 サイドバー・ウィジェット・ガイドは、プラグインのクリエイターやユーザーが、ワードプレス2.5のサイドバー・ウィジェットの仕組みをより深く理解することができるように、策定された指南書である。
  • ...4 more annotations...
  • ワードプレスのヘルプ 未だにワードプレスやワードプレスドットコムのブログで、分からないことを記事にまとめ、投稿している人達がたくさんいる。いい加減にしてもらいたい。読んでいる人の素性や、どれほど知識を持っているのかを把握する手立てはないのだ。必要な助けを得ることができない可能性もある。ワードプレスのフルバージョンを利用しているなら、WordPress Support Forums(ワードプレス・サポート・フォーラム)に、 ワードプレスドットコムを利用しているならWordPress.com Forums(ワードプレスドットコム・フォーラム)を訪れよう。問題を解決することができる人達に助けてもらおう。
  • ワードプレスの情報を手に入れる場所 Daily blog Tips(デイリー・ブログ・ティップス)が、“ワードプレス・ユーザーが喜ぶ、コンテンツの情報源”を綴り、彼らが好むワードプレスのニュースや情報のソースをリストアップしている。皆さんのお気に入りのソースは挙げられているだろうか?
  • WPウィークリー・ポッドキャスト: Jeffro2pt0(ジェフロ2pt0)が生放送で提供する、ワードプレス・ウィークリーは、4月18日(金曜日)午後9時(東部標準時間)、私を特集し、ワードプレス、ワードプレス2.5、ワードキャンプ、そして、ブログに関して、話し合う予定である。
  • ワードプレスとオートマティックがワードプレスドットコムから収益を上げるカラクリ: オートマティックがワードプレスドットコムを介して収益を上げる方法を変えるという記事、そして、オートマティックが収益を上げる一般的な方法という記事の中では、マット・ムレンウェグとスタッフ陣がウェブに革命をもたらすために活用した、“無償提供”経済モデルの分析が行われている。
Toshiro Shimura

おしえて!HOME'Sくん Wordpressのウィジェット非対応テーマで、ウィジェットを自由に使う方法は? - 0 views

  • wordpress ウィジェット 追加 とかで検索するとよいと思います。 最低限以下の手順をとれば使用できるようになると思います。 テンプレートファイルのサイドバーウィジェットを表示したい場所に以下を追加 &lt;?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() ) : ?&gt; &lt;?php endif; ?&gt; 追加するのはsidebar.phpとかになると思いますが、 カレンダーやカテゴリーなどのウィジェットで表示するもののソースが入っていれば全部消してしまって構いません。 (消さないと2重表示になります) function.phpに以下を追加。function.phpがなければ作成する register_sidebar(array( 'before_widget' =&gt; '&lt;div id="%1$s" class="widget %2$s"&gt;', 'after_widget' =&gt; '&lt;/div&gt;', 'before_title' =&gt; '&lt;h3&gt;', 'after_title' =&gt; '&lt;/h3&gt;', )); before_widget→ウィジェットの前に挿入するタグ after_widget→ウィジェットの後に挿入するタグ before_title→ウィジェットタイトルの前に挿入するタグ after_title→ウィジェットタイトルの後に挿入するタグ テーマに使われてるタグをそのままコピペすれば同じになると思います。
Toshiro Shimura

記事やページを PDF ファイルに変換してくれる『Web2PDF』 » [WordPress] Tips Community - 0 views

  • 本来は記事やページを PDF ファイルに変換してくれるプラグインを導入すべく、いくつかのプラグインを試してみたのですが、どうも日本語環境との相性が良くなかったり、当サイトはレンタルサーバを利用していることもあって、プラグインを動作させるための環境が整えられていなかったりということで動作せず。。。 ContuttoPDF Wordpress post2pdf plugin Wordpress post to pdf plugin だったら、プラグイン以外で何とかできないものかと思っていたところ、Web サイトやブログを PDF ファイルへ変換できるボタン(widget)を提供してくれる便利なサービスを見つけました。 Web2PDF Online Widget
Toshiro Shimura

WordPressへの移行とテーマ選び | Tech de Go - 0 views

  • 結局最終的に「(1)sandboxをベースに、(2)gridlockのレイアウトを適用し、(3)細かい演出をredoableにして、(4)Binary Blueの採用しているプラグインを入れる」のが理想型と結論。現在の状況は(2)と(3)の60%というところで、見苦しい点もあるかと思いますが、今後どんどん変えていこうと思っています。
  • Gridlock : “webzine-style”という雑誌の特集記事のようなトップページが特徴のテーマ。一般的なブログの新しい順に下にずらずら続く記事とは違う、新しい見せ方として注目。Sidebar Widgetに対応していない。また、トップページに記事は3つしか掲載できない設定なのもいまいち。
mesbah095

Guest Post Online - 0 views

  •  
    Article Writing & Guestpost You Can Join this Site for Your Article & guest post, Just Easy way to join this site & total free Article site. This site article post to totally free Way. Guest Post & Article Post live to Life time only for Current & this time new User. http://guestpostonline.com
chimpdesign

Best Directory WordPress Theme for Business Listing, job portal and Classifieds Ads - 0 views

  •  
    Do you have a plan to build an online directory? Then the best platform for your project is WordPress. I have couple of examples for directory demonstration to prove WordPress is the best, because it offers themes with multiples features which are you directory listing website requirement.
chimpdesign

Directory | Multi-purpose WordPress Theme - 0 views

  •  
    Directory the Multi-purpose WordPress Theme is an absolutely unique premium WordPress theme, it is the result of our hardworking development team and constant feedbacks from users and buyers. This theme is built in cooperation with you! Your users will never have access to the WordPress dashboard, everything is done at front-end.
  •  
    Directory the Multi-purpose WordPress Theme is an absolutely unique premium WordPress theme, it is the result of our hardworking development team and constant feedbacks from users and buyers. This theme is built in cooperation with you! Your users will never have access to the WordPress dashboard, everything is done at front-end.
chimpdesign

Luxury | Online Hotel Booking Reservation Theme - 0 views

  •  
    Luxury is the online hotel booking and reservation WordPress theme specially design for hotel booking, room reservation and resort booking. The theme come with advance room booking system, its stunning features allow user to check all available rooms. User can also change the parameters of the room selection in the middle of the booking with its awesome ajax features.
1 - 20 of 29 Next ›
Showing 20 items per page