Skip to main content

Home/ WordPress Beginners/ Group items tagged copied

Rss Feed Group items tagged

netgains

How to Check Duplicate Content - 0 views

  •  
    Know what are the tools to detect duplicate content on web and how will you overcome from these issues. Also explore how copied content affect your website in SERP.
  •  
    Know what are the tools to detect duplicate content on web and how will you overcome from these issues. Also explore how copied content affect your website in SERP.
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

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 post_edit($post_id) {      GLOBAL $post;      if($this->justposted) {          return;      }      $this->justposted = true;        if ( isset($_POST['post_ID']) && (int) $_POST['post_ID'] )          $post_id = (int) $_POST['post_ID'];        $this->settings_item_save($post_id, $_POST);  }   function post_edit($post_id) { GLOBAL $post; if($this->justposted) { return; } $this->justposted = true; if ( isset($_POST['post_ID']) && (int) $_POST['post_ID'] ) $post_id = (int) $_POST['post_ID']; $this->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

WordPressのブログ丸コピ方法のまとめ - Liner Note - 0 views

  • WordPressでは標準でXML(WXR形式)でのインポート・エクスポート機能を実装していますが、現状ではデメリットが大きくて使わない方が得策です。なぜかというと‥ 添付ファイルの個別URLがおかしくなる(guidとmime-typeが引き継がれない) 記事IDを1からふり直すので、IDを中心にURLを設計していた場合はURLが変わってしまう 記事の抜粋が消えてしまう エクスポートしたファイルが大きい場合は(ファイル自体を分割しない限り)サーバの処理時間制限にひっかかって、インポートできない場合がある というわけです。念のためnightlyビルドも試してみましたが、2007/9/12現在ではまだ直っていません。 なので、元サーバ(以下、サーバA)のMySQLAdmin*1 経由でエクスポート→移行先サーバ(以下、サーバB)のMySQLAdmin経由でインポートすることにします。MySQLAdminは、さくらインターネットやXREAなど並のレン鯖屋さんなら使えるはずです。
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.
1 - 5 of 5
Showing 20 items per page