Skip to main content

Home/ WordPress Beginners/ Group items tagged post

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

Simple Tags - Plugins for WordPress 2.3 - Extend management of tags - Simple and Powerf... - 0 views

  • Theme Integration st_related_posts(); : Display an list of related posts (must be placed in WP Loop) st_tag_cloud(); : Display a color (dynamic) tags cloud. st_the_tags(); : Display current tags post. st_meta_keywords(); : Display meta keywords, generated from tags. Use only on your header blog. st_related_tags(); : Display an list of related tags, useful for tags navigation st_remove_related_tags(); : Display the list of remove related tags from current view, useful for tags navigation
  • Related Posts : st_related_posts() With this functionnality, you can show related posts on your post. Is related posts which have at least one common tag. If you don't wish to show related posts, but use them inside the loop, use st_get_related_posts() function. Usage: &lt;?php st_related_posts(); ?&gt; Default Usage:
  • Tags cloud: st_tag_cloud() With this functionnality you can show a color tags cloud created dynamically. If you don't want to show it, but use it, use st_get_tag_cloud() function. Usage: &lt;?php st_tag_cloud(); ?&gt; Default Usage:
  • ...3 more annotations...
  • Current posts tags: st_the_tags() This feature extend WordPress builtin function "the_tags()", you can specify tag format, text if no tags and post id, also outside the loop If you don't want to show it, but use it, use st_get_the_tags() function. Usage: &lt;?php st_the_tags(); ?&gt; Default Usage: 'before' =&gt; __('Tags: ', 'simpletags'), 'separator' =&gt; ', ', 'after' =&gt; ' ', 'post_id' =&gt; '', 'xformat' =&gt; __('&lt;a href="%tag_link%" title="%tag_name%" %tag_rel%&gt;%tag_name%&lt;/a&gt;', 'simpletags'), 'notagtext' =&gt; __('No tag for this post.', 'simpletags'), 'number' =&gt; 0 Parameters:
  • Related tags: st_related_tags() This feature display a list of related tags into tag view. It allow to restrict tag search with an another tag. This function output a list only on tag view, else it display nothing. If you don't wish to show related tags, but use them inside the loop, use st_get_related_tags() function. Usage: &lt;?php st_related_tags(); ?&gt; Default Usage: 'number' =&gt; 5, 'order' =&gt; 'count-desc', 'separator' =&gt; ' ', 'format' =&gt; 'list', 'method' =&gt; 'OR', 'title' =&gt; __('&lt;h4&gt;Related tags&lt;/h4&gt;', 'simpletags'), 'notagstext' =&gt; __('No related tag found.', 'simpletags'), 'xformat' =&gt; __('&lt;span&gt;%tag_count%&lt;/span&gt; &lt;a href="%tag_link_add%"&gt;+&lt;/a&gt; &lt;a href="%tag_link%"&gt;%tag_name%&lt;/a&gt;', 'simpletags') &nbsp; Parameters:
  • Remove related tags: st_remove_related_tags() This feature display a list of remove related tags into tag view. It allow to remove one tag from URL. This function output a list only on tag view, else it display nothing. If you don't wish to show remove related tags, but use them inside the loop, use st_get_remove_related_tags() function. Usage: &lt;?php st_remove_related_tags(); ?&gt; Default Usage: 'separator' =&gt; ' ', 'format' =&gt; 'list', 'notagstext' =&gt; ' ', 'xformat' =&gt; __('&amp;raquo; &lt;a href="%tag_link_remove%" title="Remove %tag_name_attribute% from search"&gt;Remove %tag_name%&lt;/a&gt;', 'simpletags') Parameters: format
anonymous

Some steps which will help in making changes in the post order - 0 views

  •  
    In WordPress theme everyone wants to change Post order and page order in navigation menu or on home page. Discussed below are some steps which will help you in making changes in the post order.
Toshiro Shimura

10 Things You Need to Know About WordPress 2.6 - 1 views

  • Post Versioning Developers familiar with Subversion, or SVN, understand the concept of versioning and diffs. Compare one file, or revision, against another file, or revision, and see a breakdown of differences between the two. With the help of GUI tools, developers can see a color-coded red vs. green (removed vs. added) presentation. This concept has now been applied to posts so you can view differences between posts as well as “revert” to an earlier version of a post. I absolutely love this feature and you can see an example of a “revision compare” built directly into WordPress.
  • Google Gears Support Gears is the Google technology that allows for Firefox (apparently IE 6 too, but I can’t confirm) to “pre-cache” pages and speed up access. Gears has been integrated with WordPress 2.6 on the admin side and speeds things up tremendously. This is particularly important where broadband access is limited or inaccessible (third world, for instance). To enable Gears in your new WordPress 2.6 installation, click on the Turbo link in the upper right corner of your WordPress admin.
  • XML-RPC Editor Functionality Quietly, a new bit of functionality snuck into WordPress trunk that threw a number of developers and kicked off an interesting discussion. In the development cycle, XML-RPC and Atom Pub API for remote editing was turned off by default as a “security precaution” since many recent WordPress security issues seem to stem from the XML-RPC protocol.
  • ...7 more annotations...
  • SQL Security - $wpdb-&gt;prepare() Back in WordPress 2.3, the prepare() first emerged, initially unused… but there. The method was very experimental at the time and was not ready for prime-time so, though it was included, it was not yet used. We started to see its emergence in WordPress 2.5 and in WordPress 2.6 it is being used just about everywhere.
  • Shift-Click Selection of Multiple Checkboxes in WP-Admin As the backend of WordPress continues to evolve after the release of the drastically redesigned admin in WP 2.5, usability enhancements are also making their way in.
  • More Avatar Options With the Automattic acquisition of Gravatar last year, in-built support for Gravatars was introduced in WordPress 2.5. WordPress 2.6 gives the blogger more options by allowing for selection of the “default” avatar. Out of the box, the default Gravatar can be “Mystery Man”, a generic grey avatar with a white silhouette of someone. Default avatars can also be “blank” (self-explanatory), the Gravatar logo, Identicons, Wavatars or MonsterIDs. These have all been a part of WordPress.com for some time and now come to the rest of us. For more information, Matt wrote a post for the WP.com community that you should probably check out. The difference here being, of course, that WordPress.com offers “dashboard avatars” and WPFROU (WordPress for the Rest of Us) does not include this functionality.
  • Page Templates over XML-RPC In addition to the XML-RPC/APP security measures listed above, a new key bit of functionality has now been exposed for API editors (and also, if you think about it, demonstrates the power behind XML-RPC and why you might want to turn it off if you don’t use it). The XML-RPC interface now allows for managing page templates from an API editor. To the best of my knowledge, no editor supports this yet and may not. However, increasingly there is the ability to remotely post content from places like YouTube, Utterz and others. None of these services would have any real use for this functionality either, however I want to point out that because they can post remotely anything that is exposed to the remote world can also be managed.
  • Press This Press this! is a new enhancement of a long-existing concept. Bookmarklets. In fact, WordPress used to have a bookmarklet included that would allow a user to quickly start a new post from the browser toolbar, but the functionality was limited.
  • Integrated Theme Preview Theme previewing has been a bugaboo for many a theme designer. How do we check and develop without affecting the rest of the site. Some folks resorted to using Ryan’s venerable Theme Preview plugin. Others setup a beta version of a site that was sandboxed off from the rest of the world. Lots of different approaches, all of which remain valid.
  • Plugin Management Overhaul Finally, the plugin management interface has received a face-lift and some added functionality. Active plugins and inactive plugins are segregated and with that new fangled Shift-click functionality I talked about before, plugin management just got really freaking simple. Note that Active plugins can be deactivated in bulk and Deactivated plugins can be activated or even deleted in bulk. Clean up that stale plugin list in a snap. But… there’s always a but… make a backup before you go nuts.
Toshiro Shimura

WordPress › Post Thumb Revisited « WordPress Plugins - 0 views

  • All thumbnails are dynamically created when needed and then saved. So, there is no complex thumbnail management. The nice Highslide javascript library is included in the plugin and used if desired. It adds nice expansion effect to each link/thumbnail created by post-thumb revisited. So, Post-Thumb revisited is a thumbnail management system. Install the plugin, and then, you can add a thumbnail display in the Loop by a simple function: &lt;?php the_thumb(); ?&gt; This will show the thumbnail of the first picture in the post for each post in the Loop.
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
Toshiro Shimura

PodPress in WordPress 2.6 « Andrew Ozz on WordPress - 1 views

  • Yesterday had a quick look at podPress, the premier plugin for podcasting. It has a small incompatibility with the new Post Revisions feature introduced in WordPress 2.6. PodPress seems to be in the middle of a large update. I’ve used the “experimental” version (8.9) of the plugin and emailed the proposed fix to the authors, however for the more impatient here is the patch: view plaincopy to clipboardprintfunction&nbsp;post_edit($post_id)&nbsp;{&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;GLOBAL&nbsp;$post;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if($this-&gt;justposted)&nbsp;{&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$this-&gt;justposted&nbsp;=&nbsp;true;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(&nbsp;isset($_POST['post_ID'])&nbsp;&amp;&amp;&nbsp;(int)&nbsp;$_POST['post_ID']&nbsp;)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$post_id&nbsp;=&nbsp;(int)&nbsp;$_POST['post_ID'];&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$this-&gt;settings_item_save($post_id,&nbsp;$_POST);&nbsp;&nbsp;}&nbsp;&nbsp; function post_edit($post_id) { GLOBAL $post; if($this-&gt;justposted) { return; } $this-&gt;justposted = true; if ( isset($_POST['post_ID']) &amp;&amp; (int) $_POST['post_ID'] ) $post_id = (int) $_POST['post_ID']; $this-&gt;settings_item_save($post_id, $_POST); } It goes in podpress/podpress_admin_class.php, around line 51. What it does is to make sure the custom post meta fields used by podPress are attached to the actual Post, not one of the revisions.
Toshiro Shimura

記事のいろいろな情報をGetする。 | WordPressカスタマイズメモ【企業ホームページ制作方法】 - 0 views

  • WordPressはテンプレートタグを使うことで簡単にいろいろな情報を呼び出せるけど、もっといろんな呼び出し方がある。phpの関数を併用する場合などは、例えば記事の本文を呼び出す場合 the_content()を使う代わりに $post-&gt;post_contentという呼び出し方をすると、phpの関数の引数に放り込めるので、いろいろに加工できる。 ■記事の本文or抜粋を取得 $post-&gt;post_content$post-&gt;post_excerpt
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
Toshiro Shimura

WordPress Tip: Careful with that Autosave, Eugene * Perishable Press - 0 views

  • After upgrading WordPress from version 2.0.5 to 2.3.3, I did some experimenting with the “post autosave” feature. The autosave feature uses some crafty ajax to automagically save your post every 2 minutes (120 seconds by default). Below the post-editing field, you will notice a line of text that displays the time of the most recent autosave, similar to the following:
  • How to change the time-interval for the WordPress Autosave feature While experimenting with the autosave feature for this post, I discovered how easy it is to change the default autosave time interval. In WordPress 2.3 (and probably 2.2 and 2.1), open the wp-includes/script-loader.php and edit the instance of 120 (seconds) to something more appropriate. Don’t get too crazy though, or you might get a nasty email from your host. Here is how the interval-setting code appears on line #43: 'autosaveInterval' =&gt; apply_filters('autosave_interval', '120'),
Toshiro Shimura

Post Thumbs plugin - The Blemish - 0 views

  • Haven’t you ever wanted to list most popular posts by a 50×50 thumbnail instead of just text? If you have an image from your server in your post content, this plugin will scan for it and convert it to a thumbnail for you to use. Note that the image must reside on your site. Currently it cannot grab images from a different domain (unless you modify it).
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

ksnn diary » Blog Archive » publishToMixi : WordPress から mixi へ投稿するプラグイン v... - 0 views

  • 前バージョン(ver1.0)を作ったときからどうしても欲しかったイメージの同時投稿の機能を、ようやく実装することができました。投稿の中で利用した JPEG イメージが上から順に最高3つまで、同時に Mixi に送られるようになっています。実際に自分で試してみましたが、かなりいい感じです
  •  
    [使い方] プラグインをインストールして有効にすると、投稿(Post)を入力する画面に、「Publish To Mixi」というオプションが現れるようになります。投稿するときにここをチェックすると、同じ投稿内容が Mixi にも自動的に投稿されます。Wordpress の投稿に使われたリンクなどの HTML タグはmixiに送られるときに取り除かれます。Wordpress の投稿に使われたイメージについては、JPEGイメージに限り文章の上から順に最高3つまでが同時に投稿されます。
Toshiro Shimura

開発用メモ » Blog Archive » wp-mixipublisher:テスト - 0 views

  • ソースを追っかけてみて、post_idを直接指定してプラグインファイルを実行させれば書き込めることは確認取れたので(前3件の記事をmixiに投稿してみた)、要はpublishToMixiに記事IDを渡してやればいいはず。 saveHandler, publishHandler からの executePublishToMixi が publishToMixi を呼び出してるのかと思ったらそうじゃなかった。 どうやら、executePublishToMixi でチェックさせた後で、 mixipublisher_isEnableSelfExecute から publishToMixiを呼んでる。 ところが、現行のWordPress(2.3.2)はpost_idをgetで投げてないから、 ここでコケる。 post_idをpostedに修正したら動くかな?と思ったけど、新規投稿はいけるけど、投稿済み記事の更新がダメだった。 なので、 executePublishToMixi から直接 publishToMixi を呼び出すように修正。
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.
Clara James

Top WordPress Image Gallery Plugins for 2011 - 1 views

  •  
    Image galleries enable you to conveniently view images on your blog and manipulate them. Here are some really hot ones! NextGen - allows you to create multiple slideshows on your site. Photo Space - adds any image attached to a post or a page to the gallery.
Toshiro Shimura

caramel*vanilla » WordPress2.5でもBookmarkletから投稿する - 0 views

  • WP2.5のファイルを見てみると「wp-admin」ディレクトリ内にbookmarklet.phpがありました。新規投稿画面ではなく簡易投稿画面に移動してサッと投稿するにはこちら。http://site-url/の部分は各自編集してください。
  • 冒頭にあげたfuuriさんの記事へのコメント欄でNaoさんが紹介していたQuickPostプラグインがWPのBookmarkletよりも高機能です。 WordPress › QuickPost « WordPress Plugins WordPress Plugins/JSeries » QuickPost 日本語版 このプラグインで表示される投稿画面ではタグとカテゴリーしか設定できないので簡単にサクッと投稿する人(記事)向き。TumblrのBookmarkletのようなイメージです。
  • Bookmarkletではありませんが、ブラウザで今見ているページのリンクと選択範囲を引用文として投稿画面に貼り付けるならFirefox用のblogエディターを使うという手もあると思います。 ScribeFire :: Firefox Add-ons インストールすると右クリックのコンテキストメニューとステータスバーの「Blog this page」から今見ているページを投稿することができます。
Toshiro Shimura

[WP]投稿ページにオプションエリアを追加する - WebTecNote - 0 views

  • タグとかカテゴリーみたいなクリックで開閉するオプションエリアを追加する方法について。 ページと同じくこれもテーマのfunction.phpで可能です。プラグインで作っても良い。
  • edit_form_advancedで記事投稿、edit_page_formでページ作成のとき表示される。 postbox_classes($id,$page)はwp-admin/includes/post.phpの587行目あたりにある関数。 タブの初期開閉状態を操作するクラスを追加する。
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

power source* » WP plugin: タグ付け補助・タグ管理(スラッグ編集問題もクリア) - Advanced Tag Entry - 0 views

  • WP 本体のタグ入力欄: スラッグ表示に変更 デフォルトの WP でも、「タグスラッグ」を入力するとスラッグ編集済みタグを付けられるが、記事を「保存して編集を続け」たり改めて編集画面で開いたときに「タグ名」が再度読み込まれるため、その状態で記事を保存すると、その「タグ名」を元に生成したスラッグで存在チェックがかかってしまい、新規タグが作られてしまう。 ここをスラッグ表示にしておけば、常にそのスラッグで存在チェックが行なわれるので、スラッグ編集済みタグともマッチしてくれる。 スラッグ未編集の日本語タグは URLエンコード文字列が表示されてしまうが*2、表示上のタグ名(スラッグではない方)は、Advanced Tag Entry 欄で確認できる。
  • Advanced Tag Entry 欄: 編集中の記事にタグ付け: 「Current tags on post(この投稿に追加済みのタグ)」(タグ名)を表示。 既存タグをプルダウンメニューより選択してタグ付け。 記事に付けてあるタグをプルダウンメニューから選択して除去。 タグ管理: 編集中の記事とは関係なく、全てのタグについて次の処理が行なえる。 新規タグの作成(タグ名・スラッグ) 既存タグの編集(タグ名・スラッグ) 使われていないタグの DB からの削除 (注) Advanced Tag Entry 欄に表示される existing tag(既存タグ)には、カテゴリも含まれている模様。つまり「既存 term」が表示される。 同名カテゴリ・タグは一つの term として登録され、カテゴリ名をタグとしても使いまわせるのが本来の姿なので、たぶんプラグインの状態で正しい。
1 - 20 of 23 Next ›
Showing 20 items per page