Blogブログ

Category: plugin

WordPress RSSフィードまとめ

取得URL http://example.com/?feed=rss2 http://example.com/feed/ http://example.com/feed/rss/ カテゴリー指定も可能。 http://domain.tld/category/categoryname/feed/ (Permalink format) http://domain.tld/wp-rss2.php?cat=33 (Default format)   RSSのURLでパースエラーが出た場合 サーバーによってはこのようなエラーが出る場合があるようだ。 This page contains the following errors: error on line 2 at column 6: XML declaration allowed only at the start of the document …. 原因は未検証だが、下の方法で解決出来た。 こちらを参考に、   以下のファイルの先頭に、 wp-includes/feed-rss2.php wp-includes/feed-rss2-comments.php ob_end_clean(); を追加する。 RSS feed へのサムネイル追加方法 まずはじめに見つけたのがこちら。 if(!function_exists('rss_post_thumbnail')): function rss_post_thumbnail($content) { global […]

wordpress plugin: Alert Post is Old

ブログをやっていて、過去に書いた内容が古くなっていたりする事はありませんか? 過去の記事を全て見るのは、ちょっと手間ですね。 そこで便利なのが、「Alert Post is Old」。 年数を設定しておくと、自動的にアラート表示を出してくれます。 こんな感じに。   管理画面では、アラート文、年数、投稿タイプが選択出来ます。(カスタム投稿タイプは未検証) 日々更新されるウェブ上のコンテンツ、古い記事には一言注意書きも大切です! via: https://wordpress.org/plugins/alert-post-is-old/

wp-jquery-scrollup-plugin

超便利なjQuery プラグイン、jquery-scrollup-pluginをWPプラグイン化しました。 https://github.com/shnr/wp-jquery-scrollup-plugin 管理画面からオプションを編集可能です。

wp-ogp-shnr-customed

もともとはこちらを使っていましたが、 wp_ogp_customized_plugin 「OGPタグをサムネイルじゃなく、専用に登録したい。」 「好きな画像をFACEBOOKで表示させたい。」 こんな要望に答えるべく、カスタマイズされたこのプラグインを更にカスタマイズしてみました。 wp-ogp-shnr-customed Activateすると、記事や固定ページのサイドバーに、サムネイルをアップするエリアが出現します。 お試し下さい。