Posted in: に投稿された:
550 views 550再生回数
Please note: This page was originally written in English.ご注意ください:このページは、もともと英語で書かれています。
The original post can be viewed表示できるよう、元の投稿 hereここで .です。
Please note: This page was originally written in English.
The text has been translated using an online service such as Google or Babelfish.
The original post can be viewed here.
Wordpress Makeover Tutorial WordPressの改造チュートリアル
By Hacking Wordpress or your theme, you can easily customize your Wordpress blog. WordPressのテーマにハッキングされたりして、あなたのWordPress Blogを簡単にカスタマイズすることができます。 I’ll show you my hacks so you can get some ideas how to make your blog more “your own”. 教えてあげるからねマイhacks取得することができますあなたのブログの作り方をいくつかのアイデアの他の"自分の"です。
You may have noticed recently that this blog underwent a bit of a makeover.最近気づいたことがありますが、このブログが少し変わることを受けています。 Things not only look better on top, but under the hood things are running better than ever - with some of the best SEO I could muster!見るだけでなく、より良いものの上に、しかし、ボンネットの下に物事が実行されて前より元気に-いくつかのベストソ私が召集! I’m going to show you some quick things you can do to hack your own Wordpress theme into more of what you want.私は君を表示するいくつかのクイックにあなたができることをハックして、他のどのようなWordPressのテーマを選択します。
Add a featured block to your homepage : I think every homepage should have a block with the featured areas of the site - the same way any store would have a flyer for the week or sales of the day. おすすめのブロックを追加するにしてホームページ :と思うのホームページには、ブロックごとの目玉商品分野のサイト-同じように任意のストアはフライヤーは、売上高は、 1週間かがわかります。 To do this you need to know some html and have a slight bit of graphics skill.これを行うにはいくつかの必要を知って、 HTMLとは、わずかなビットのグラフィック技術です。 I only do this on my homepage and I added this block by going to “Presentation -> Theme Editor -> Main Index Template”.私のみを行うには私のホームページを開いて、私追加されましたこのブロックのための"プレゼンテーション->テーマエディタ- >"メインインデックスのテンプレート"です。
After these lines of code:これらの行のコードをした後:
<div id="wrapper"> <div id="content"> <div id="wrapper"> <div id="content"> I added a div with by block of featured links like this:私領域を追加するとこのようにブロックの目玉商品のリンク:
<div id="featureblock"> <a href="/keyword-research-cheat-sheet/"><img src="/wp-content/images/featured-keyword-mistakes.gif" alt="featured keyword research mistakes" border="0"></a> <a href="/category/blog-seo/"><img src="/wp-content/images/featured-seo-mistakes.gif" alt="featured SEO mistakes" border="0"></a><br> <a href="/category/wordpress/"><img src="/wp-content/images/featured-wordpress-mistakes.gif" alt="featured wordpress mistakes" border="0"></a> <a href="/category/blog-promotion/"><img src="/wp-content/images/featured-traffic-building-mistakes.gif" alt="featured traffic building mistakes" border="0"></a><br> <a href="/category/monetization/"><img src="/wp-content/images/featured-monetization-mistakes.gif" alt="featured monetization mistakes" border="0"></a> <a href="/link-building-cheat-sheet/"><img src="/wp-content/images/featured-linkbuilding-mistakes.gif" alt="featured linkbuilding mistakes" border="0"></a> <a href="/series"><img src="/wp-content/images/featured-series.gif" alt="featured article series" border="0"></a> <a href="/series/tracking-your-blogs-progress"><img src="/wp-content/images/featured-tracking-blog-mistakes.gif" alt="article series tracking your blog progress" border="0"></a> <a href="/series/how-to-monetize-your-blog/"><img src="/wp-content/images/featured-monetize-mistakes.gif" alt="article series how to monetize your blog" border="0"></a> <a href="/series/watch-me-build-a-bans-niche-site-from-scratch"><img src="/wp-content/images/featured-bans-mistakes.gif" alt="watch me build a niche site" border="0"></a> </div> <div id="featureblock">の<a href="/keyword-research-cheat-sheet/"> <スペースsrc = " / wp-content/images/featured-keyword-mistakes.gif " alt = "目玉商品キーワード研究間違い戻る" border = " 0 " > < / >の<a href="/category/blog-seo/"> <スペースsrc = " / wp-content/images/featured-seo-mistakes.gif " alt = "目玉商品ソミス"国境= " 0 " > < / > <br>の<a href="/category/wordpress/"> <スペースsrc = " / wp-content/images/featured-wordpress-mistakes.gif " alt = "目玉商品WordPressの過ち"国境= " 0 " > < / >の<a href="/category/blog-promotion/"> <スペースsrc = " / wp-content/images/featured-traffic-building-mistakes.gif " alt = "目玉商品のトラフィックの建物の過ち"国境= " 0 " > < / > <br>の<a href="/category/monetization/"> <スペースsrc = " / wp-content/images/featured-monetization- mistakes.gif " alt = "目玉商品収益の過ち"国境= " 0 " > < / >の<a href="/link-building-cheat-sheet/"> <スペースsrc = " / wp-content/images/featured - linkbuilding - mistakes.gif " alt = "目玉商品linkbuildingミス"国境= " 0 " > < / >の<a href="/series"> <スペースsrc = " / wp-content/images/featured-series.gif " alt = "特集記事シリーズ"国境= " 0 " > < / >の<a href="/series/tracking-your-blogs-progress"> <スペースsrc = " / wp-content/images/featured-tracking -ブログ- mistakes.gif " alt = "あなたのブログ記事索引シリーズトラッキング進捗状況戻る" border = " 0 " > < / >の<a href="/series/how-to-monetize-your-blog/"> <スペースsrc = " / wp-content/images/featured-monetize-mistakes.gif " alt = "あなたのブログ記事はシリーズの収益する方法を"国境= " 0 " > < / > <する理由href = " / series/watch-me-ビルド- 、 -禁止-ニッチ-サイトから-スクラッチ" > <スペースsrc = " / wp-content/images/featured-bans-mistakes.gif " alt = "見ててねニッチサイトを構築する"国境= " 0 " > < / > < /部> If you’re wondering why that code only shows the links and text graphics and not the box and frame, it’s because I made it the background in my style.css like this:そのコードはなぜか迷っている場合にのみやテキストリンクを示していないグラフィックやフレームボックスをオンにし、それのため、私はそれを私のstyle.cssの背景このよう:
#featureblock { width: 495px; height: 210px; padding-left: 20px; padding-top: 45px; background: #FFF url('/wp-content/images/featured-crumple.jpg') no-repeat; } # featureblock (幅: 495px ;高さ: 210px ;パディング-左: 20px ; padding - topの: 45px ;背景: # fffのURL ( ' / wp-content/images/featured-crumple.jpg ' )の繰り返し; ) Hopefully that gives you some idea of how you can a featured block to your blog homepage.うまくいけばいくつかのアイデアを改善することでどのように機能することができますホームページをブログにブロックします。
Change your Wordpress Theme’s Color : This was a really quick fix. WordPressのテーマの色を変更する :これは、非常にクイックの修正プログラムです。 I like the layout of my blog, and this theme (Prosense) is great too.私のようにブログのレイアウトをし、このテーマ( prosense )は素晴らしいが判明しました。 I was just tired of brown, so I went into my themes images folder and found the 2 graphics that make up the background.私は茶色の疲れているだけなので、私のテーマの画像フォルダに入ったのが見つかった2グラフィックスの背景を構成しています。 I just took them into a graphics editor (Fireworks) and used the paintbucket to replace the colors.私だけのものにするがグラフィックエディタ(花火)との色を置き換えるにpaintbucket使用しています。 Then I re-uploaded them to the server and “voila” we have new blog colors!私を再入力し、サーバーにアップロードして、 "出来上がり"我々は新しいブログの色を!
Change your Theme’s Headings : By updating your style.css file in “Presentation -> Theme Editor -> style.css” you can quickly give your post and / or your sidebar headings a new look and feel. 変更してテーマの件名 : style.cssファイルを更新して、 "プレゼンテーション->テーマエディタ- >s t yle.css"迅速にして作成することができますおよび/またはサイドバーの件名をして新しいルック&フィールです。 A heading or “H1″ (H2, H3, etc.) tag is an HTML tag that can be “styled”.を見出し、または"中間" (水素、 』など)のタグはHTMLタグことができる"スタイル"です。 It can have a border, a background color, a background image, and you can control the font face, bold, italic, link, link colors, and more.を画定することができますが、背景色、背景画像、および制御することができます、フォント、太字、斜体、リンク、リンクの色、および他のです。 All Wordpress blogs have the same bland plain heading tags - spice yours up!すべてのWordPress Blogsのは、同じ当たり障りのない平野見出しタグ-スパイスあなたのアップ! Your theme’s stylesheet may be a bit different, but I’m going to give you the code I wrote to change my style to get you started:あなたのテーマのスタイルシートの場合は、若干異なりますが、私を与えるつもりだあなたのコードを変更する書いた私のスタイルを参考にしてください:
.post h2 { background: #FFC125 url('/wp-content/images/sharpie-star.gif') left no-repeat; border: 1px solid; border-color: #000000; padding-left: 25px; } 郵便水素(背景: # ffc125のURL ( ' / wp-content/images/sharpie-star.gif ' )左の繰り返し;国境: 1px固体;国境-カラー: # 000000 ;パディング-左: 25px ; ) If you don’t know HTML - or CSS stylesheets, I would recommend reading up over at知ってのHTMLをお持ちでない場合-またはスタイルシートを、私は上の方で読書を推奨 W3Schools.com w3schools.com - they have some of the best (free) HTML and CSS tutorials on the web. -彼らはいくつかのベスト(無料) H TMLやC SSのチュートリアルを参照してください。
Give Your Wordpress Categories Descriptions : I gave each and every one of my Wordpress Categories a meaningful description to be used for the category page(s) meta description for search indexing purposes: あなたのWordPressのカテゴリーの説明 :私は一人一人の私のWordPressのカテゴリーを使用する場合は、意味の説明書の作成カテゴリのページ(劇団)のメタ検索のインデックス作成の説明を目的:

Why?なぜ? I use the私を使用して wpSEO plugin wpseo差込式 and it allows you to assign various options for the meta description field of any page in a Wordpress site.とができるように様々なオプションを割り当てるには、メタ説明フィールド内のすべてのページにはWordPressのサイトです。 By default Wordpress category pages don’t have a meta description so the search crawler will pickup the words of the first post excerpt on the page. WordPressのカテゴリページデフォルトではありませんので、説明書にはメタ検索のクローラは、最初の投稿の言葉をピックアップし、ページ上の抜粋です。 This causes “duplicate content” and can get you a google penalty.これが原因で"重複したコンテンツ"とGoogleのペナルティーを得ることです。 At best, every single category page you have is “wasted” in the sense that it will NOT get any good indexing in the search engines.せいぜい、ページごとに1つのカテゴリーには、 "無駄な"という意味で得ることはありませんが、検索エンジンのインデックスに登録する任意の良いです。

As you can see I’ve set mine to make the meta description tag for my Wordpress category pages to be the “Category Description” I wrote by going to “Manage -> Categories” in my Dashboard and editing them one by one.私はセットとして参照することができます鉱山の説明書を作るには、メタタグを自分のページをWordPressのカテゴリは、 "カテゴリ説明書"を書いたのための"管理->カテゴリー"私のダッシュボードと編集して1つ1つです。 These will get me a couple dozen more indexed pages in SERP’s!これらは他のインデックスに登録してくれカップル1ダースのページにserpの!
Create Separate Wordpress Category Template Theme Pages : This is a goal I set for myself when I wrote WordPressのカテゴリ別のテンプレートを作成するテーマのページ :これはぼく自身のためのセットを目標に掲げて私を書いたときに Better SEO and $$$ with Wordpress Category Templates より良いソジャンフンと$ $ $ でWordPressのカテゴリテンプレート last month.最終更新月日です。 At the time I only created a few of these category template pages and didn’t follow through with creating them for every category in my blog.私だけの時間数、これらのカテゴリのテンプレートを作成したページを最後までやりぬくしなかったすべてのカテゴリを作成してブログです。 I should have, but did it today when I updated all the category descriptions.私は、今日では私がやった更新済みのすべてのカテゴリの説明します。 Basically what you’re doing here is making a separate category template page for every Wordpress category you have so you can write original content at the top of each page.基本的には何か決めなくてはいけない、ここはメーカーごとに別のカテゴリのWordPressテンプレートのページを見る必要が書くことができますので、オリジナルのコンテンツの各ページの最上部にします。 By doing this you are making sure the page will be indexed well and you won’t get dinged by google for “duplicate content”.これによってしようとしているページを確認してもインデックスに登録されるとdingedを得ることはありませんGoogleで"重複したコンテンツ"です。
This also gives you the opportunity to monetize certain categories in special ways (with special offers) before or after the excerpted posts, you could even make unique graphics for the top of each category page.この機会にも収益には、特定のカテゴリに特別な方法があります(スペシャルオファー)の前または後の抜粋記事を、あなたがさえてユニークなグラフィックは、各カテゴリのトップへページをご覧ください。 The possibilities are endless!の可能性は無限大!
Wordpress Hacks of the past : These aren’t hacks as much as good WP plugins, but I’ve also modified my theme by adding things I felt were necessary. WordPressのhacksを編集して項目 :これらは特定hacks同じくらい良いWPの差込として、しかし、私は私のテーマを追加することも更新が必要と感じた。 Like breadcrumbs on every page, post (count) views, post voting, “print this post”, and Feedburner “flare”.すべてのページのようなブレッドクラム上、郵便(カウント)再生回数、郵便投票、 "この投稿を印刷する"とFeedburnerの"フレア"です。 Oh - I almost forgot the most important thing - the “related posts”.ああ-私、ほとんど忘れてしまった最も重要なこと- "関連記事"です。 To find out how to get any of these plugins just visit myを得ることを確認するにどのようにアクセスのいずれかのプラグインマイ Wordpress Plugins Used WordPressの差込使用される page!ページを送ろう!
I hope this gives you some ideas for giving your own wordpress blog a makeover!といいこれによりいくつかのアイデアを提供して、 WordPressのブログに変身! If you happen to make changes, come back here and let us know what you did and what worked (and what didn’t!).起こるを変更する場合に、ここに戻っをご存知でしたら、お問い合わせくださいに何をどうなさったとどのような仕事(とは何てないのよ! ) 。 Comments always help everyone by sharing even more information.コメントは常にヘルプみんなもっと情報を共有します。






















February 23rd, 2008 at 11:56 am 2008年2月23日の11:56時
i like it.私は好きだ。 very clean and bright template非常に清潔で明るいテンプレート
steve’s last blog post.. スティーブの最後のブログに投稿.. Affiliate Marketing アフィリエイトマーケティング