Skip to main content

Home/ WordPress Beginners/ Group items tagged blog

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

WordPress の URL を設置ディレクトリとは異なるディレクトリで表示する - sui - 0 views

  • 手順 2 で説明したように、変更前は /○○○○/index.php を読み込ませていましたが、ルートディレクトリ直下に移動した /index.php を読み込ませるように.htaccess で操作しています。 http://www.hogehoge.com/○○○○/wp-login.php からログインしなおす。 パーマリンク設定をデフォルトから変更していた場合、再度保存しなおす。 ※手動で .htaccess を書き換える場合には、管理画面のいちばん下に書き換えるためのソース(↑上のソース)が出力されますので、それを.htaccess にコピペして保存します。 新しいサイト URL にアクセスし、正常に表示されるか確認。 .htaccess のパーミッションを書き込み不能に戻す。
  • 4行目 require(’./wp-blog-header.php’); を require(’./○○○○/wp-blog-header.php’); と書き換えて保存。(「○○○○」は、WordPress 本体をインストールしてあるディレクトリ名) <変更後> &lt;?php /* Short and sweet */ define('WP_USE_THEMES', true); require('./○○○○/wp-blog-header.php'); ?> この index.php は、WordPress 内部の動作命令すべてを受け取るファイルです(wp-blog-header.php から読み取っている)。なので、ここで編集した index.php から wp-blog-header.php へのパスを WordPress 本体がインストールされているサブディレクトリをはさんだパスに変更する、ということになります。 .htaccess のパーミッションを書き込み可能にする。(mod_rewrite ルールの変更。書き込み可能にしておけば、自動的に .htaccess の中身を変更してくれます。mod_rewrite ルールは手動で書き換えることも可能です。手順 6 を参考にしてください)
  •  
    4行目 require('./wp-blog-header.php'); を require('./○○○○/wp-blog-header.php'); と書き換えて保存。(「○○○○」は、WordPress 本体をインストールしてあるディレクトリ名) <変更後> この index.php は、WordPress 内部の動作命令すべてを受け取るファイルです(wp-blog-header.php から読み取っている)。なので、ここで編集した index.php から wp-blog-header.php へのパスを WordPress 本体がインストールされているサブディレクトリをはさんだパスに変更する、ということになります。
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.
designsave

Zero - Responsive WordPress Blog Theme Review - Designsave.com - 0 views

  •  
    Zero is clean, unique and responsive WordPress Blog Theme perfect for bloggers. Download Responsive Zero WordPress Blog Theme review.
anonymous

5 Useful WordPress Blog Development Tips for Beginners - 1 views

  •  
    WordPress is considered as one of the best CMS (Content Management Tool). Majority of the bloggers opt for this platform due to the highly impeccable features and functionalities it offers to its users.
designsave

Top 10 Best Clean Personal Blog WordPress Themes 2016 - Designsave.com - 0 views

  •  
    Best WordPress Blog themes. Here is a list some of the best Clean Personal Blog WordPress Themes 2016 for corporate, personal, blogger.
Toshiro Shimura

WordPress Plugins | alexking.org:Twitter Tools - 0 views

  • Twitter Tools This plugin creates an integration between your WordPress blog and your Twitter account. Pull your tweets into your blog and create new tweets on blog posts and from within WordPress. If you are using WordPress 2.3 or later, download this version: Current beta release Download | README | SVN Repository Latest Release: Version 1.2b1, 2008-04-13.
  • Twitter Tools This plugin creates an integration between your WordPress blog and your Twitter account. Pull your tweets into your blog and create new tweets on blog posts and from within WordPress. If you are using WordPress 2.3 or later, download this version: Current beta release Download | README | SVN Repository Latest Release: Version 1.2b1, 2008-04-13. Previous, more stable release Download | README | SVN Repository Latest Release: Version 1.1b1, 2007-12-16.
  • If you are using WordPress 2.1 or 2.2, download this version: Download Latest Release: Version 1.0, 2007-05-07.
John Smith

Dream of Newbies to Set Up a Blog Easily Comes True - 0 views

  •  
    Basics of Blog Creation: The experience of making a blog can be hectic, boring and even unsuccessful, but you can also make it as easy and enjoyable as a
Toshiro Shimura

Google カレンダーをシステム手帳に | Rif.3rd - 0 views

  • そしたら今日、出会いがありました。 「超」GoogleCarender(CGC) Google カレンダーをエクセルでGoogle Calendar Mobile Gateway(GCMG)をWebクエリで読み込む方法で、ノグラボ「超」整理手帳のリフィルに印刷できるというものです。 エクセルならカスタマイズもできて、言うことなし。すばらしい。ヤッター! エクセルでここまで、できるんですね。とても勉強になりました。
  • Google カレンダーに入力したデータをお気に入りのシステム手帳のリフィルに印刷できるまでに1年以上かかりました。の記録。 GoogleカレンダーとMicrosoft Office Outlookを同期する SyncMyCal - Share Outlook Calendar Free, Google Calendar SyncにてMS Outlookバージョンにあったものをフリーダウンロード。 Google カレンダーからダウンロードオンリーで使用しています。 Google カレンダーよりMS Outlook 2007から印刷したほうがキレイなので、同期したものを一か月ごとに印刷して壁に貼り、追加は手書きしてました。 Google カレンダーは携帯からのアクセスも簡単にできるようになってしばらくたちますが、入力は携帯だとどうも面倒で、もっぱらパソコンから行っていました。
Toshiro Shimura

Rauru Blog » Blog Archive » WordPress のキャッシュ - 0 views

  • ページキャッシュは WordPress 本体には無い機能で、plugin によって提供されます。1 Blog Cacher, WP-Cache, WP Super Cache などがあります。
Toshiro Shimura

Google (XML) Sitemaps Generator for WordPress - 0 views

  • This plugin generates a XML-Sitemap compliant sitemap of your WordPress blog. This format is supported by Ask.com, Google, YAHOO and MSN Search. More information what XML-Sitemaps are and how they can help you to get indexed by the major search engines can be found at Sitemaps.org and the searchenginewatch blog. If you have questions about XML-Sitemaps or run into problems, have a look at my Sitemaps FAQ. Note: The XML-Sitemap format was introduced in 2005 by Google and adopted in 2006 by YAHOO, MSN Search and Ask.com so thats why it’s often called "Google Sitemaps".
anonymous

The importance of WordPress upgradation - 0 views

  •  
    Our WordPress Upgradation Services help you benefit from new WordPress Features. We offer quick WordPress Version Upgrade including WP Blog/Theme Upgrade.
trimantra

How to setup multiple site in wordpress | Trimantra Blog - 0 views

  •  
    This new feature is being called Network or Multi-site option. In WordPress By default this feature is disabled. If you want to use this option in your WordPress, you need to enable it.To enable this feature, simply open your wp-config.php file located in your WordPress root folder.
  •  
    This new feature is being called Network or Multi-site option. In WordPress By default this feature is disabled. If you want to use this option in your WordPress, you need to enable it.To enable this feature, simply open your wp-config.php file located in your WordPress root folder.
designsave

Essential WordPress Plugins for Beginners - Designsave.com - 0 views

  •  
    Check out this Essential WordPress Plugins, lets you add functionality you need for your blog and can be useful for enhancing current features.
  •  
    Check out this Essential WordPress Plugins, lets you add functionality you need for your blog and can be useful for enhancing current features.
Toshiro Shimura

[WP]wordpressをインストール先とは別のディレクトリをホームURLにする - WebTecNote - 0 views

  • ルートディレクトリとは違うディレクトリにWordpressをインストールして、ホームURLだけ擬似的にルートディレクトリにする方法。 この設定変更さえすれば、好きなディレクトリにWordpressを置くことが出来る。 複数設置する時やルートディレクトリはすっきりさせたいという時に便利。 ルートディレクトリのURLがhttp://example.comと仮定。 1.適当なディレクトリを作成する。(ここでは/wordpressというサブディレクトリにwordpressをインストールしたとする) 2.wordpress管理パネルの設定を開く 3.一般設定 にある WordPress のアドレス(URL)をWordpressのコアファイルがインストールされているURLに変更する(http://example.com/wordpress) 4.ブログのアドレス (URL)をルートディレクトリのURLに変更する。(http://example.com) 5.「設定を保存」ボタンを押す 6.1で作ったディレクトリにWordpressのコアファイルを移したりインストールしたりする。 7.index.php と .htaccessをルートディレクトリ(http://example.com)に移動させる 8.index.phpをテキストエディタで開く 9. require('./wp-blog-header.php'); という行を探して require(’./wordpress/wp-blog-header.php’); というように変更する。 つまり、wp-blog-header.phpの相対パスをインストールディレクトリに変更する。 10.ログインURLがhttp://example.com/wordpress/wp-admin/になります。 11.もしパーマリンク設定をデフォルトから変更していたら更新しといてください。 Wordpressが自動的に.htaccessを変更してくれます。 もし.htaccessに書き込み権限が設定されてなくて変更できなかったら、自分でコピペしてください。
Toshiro Shimura

わーどぷれすっ! » WordPress 2.6 ベータ 1 - 0 views

  • 7月中旬のリリース予定だそうです(前はたしか8月っていってなかったっけ?)。2.5 ほどの大きなリリースではないとのことですが、主な新機能として以下が挙げられています: 投稿修正/変更履歴の記録 tumble ログスタイルのクイック投稿用の“Press This”ブックマークレット Gears を使用した静的ファイルのキャッシングにより、管理画面の読み込みをより速く 新しく改良された画像編集ダイアログで、投稿画面の画像へのコントロールをより多く提供 WordPress.com のようなテーマプレビュー 投稿画面の単語カウンター セキュリティにより重きを置くためにリモートパブリッシングを無効にできる機能 ブログ設定を変更するためのXML-RPC API 管理画面のより優れた SSL サポート 管理画面のページ管理とカテゴリー管理で階層の分かりやすいページング コンテンツディレクトリをデフォルト以外の場所に置く機能 wp-config.php をウェブルート以外の場所に置く機能 ドラッグアンドドロップで並べ替えできるギャラリー デフォルトアバターのカスタマイズ プラグインの削除、使用開始、使用停止を一括で行なう機能 shiftクリックで選択した範囲のチェックボックスを一括選択 TinyMCE 3.1.0.1 によるたくさんのバグフィックス jQuery 1.2.6 によるいくつかのすばらしいパフォーマンスの改善 jQuery UI 1.5 たくさんのバグフィックスとパフォーマンスの改善
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.
marmaladeinfp

How do I post a screenshot from diigo to wordpress.com? - 3 views

I'm new to diigo. I just made my first screenshot and saved it. I tried to post it to my wordrpess blog, but it doesn't seem to be working. I tried copying and posting the image. And then I tried c...

screenshot wordpress wordpress.com blog technical problem help

started by marmaladeinfp on 04 May 11 no follow-up yet
Andrew lianis

Hire Wordpress Experts | Wordpress Development Company - 0 views

  •  
    WordPress Development has become essentials for development of business and it is carried out by experts. It is further explained as CMS which is used to create blog and business websites.
anonymous

Powerful & Affordable WordPress Integration services - 0 views

  •  
    Make your online presence more effective with our powerful & affordable WordPress Integration services. We help integrate WP sites & blogs with themes, templates, ecommerce frameworks, forum software and lot more as per your business needs.
1 - 20 of 62 Next › Last »
Showing 20 items per page