Subscribe to RSS feed RSS-Feed abonnieren or oder follow me Follow me on Twitter? auf Twitter?
WordPress is WordPress ist one of einer der the most popular blogging software today. die beliebteste Blogging-Software heute. One of its biggest problems is duplicate content creation. Eines der größten Probleme ist Duplicate Content-Erstellung. It has been a major concern, and was noticed by WordPress developers. Es ist ein wichtiges Anliegen gewesen, und wurde von WordPress-Entwickler bemerkt. They added a new feature, whereby you could show just part of the post on pages other than post-page, by using the HTML comment <!-more–>. Sie hat ein neues Feature, wobei Sie nur einen Teil des Beitrags auf anderen Seiten als der Post-Seite, indem Sie die HTML-Kommentar zeigen konnte <!-Mehr->. You do not have to get your hands dirty by adding the code – just place the cursor where you want the post to be truncated, and click the more tag in the row of buttons in post-editor. Sie haben nicht die Hände schmutzig, indem Sie den Code - legen Sie den Cursor an die gewünschte Stelle abgeschnitten werden, und klicken Sie auf die mehr-Tag in der Knopfleiste in Post-Editor zu gelangen.
The more tag inserts a link to the post at the place where the post is truncated. Je Tag wird ein Verweis auf die Stelle an dem Ort, wo die Post ist abgeschnitten. The default anchor text is quite boring – you would see the same text on a few million other blogs. Die Standard-Anker-Text ist ziemlich langweilig - man würde den gleichen Text auf ein paar Millionen andere Blogs zu sehen. This can be customized to your taste, and is as easy as sipping tea(if you don't like it, drink coffee/beer). Dies kann nach Ihrem Geschmack angepasst werden, und ist so einfach wie Teetrinken (wenn Sie mögen es nicht, trinken Kaffee / Bier).
Let's do it Let's do it
Here are the steps to customize the more tag: Hier sind die Schritte anpassen, um die weitere Tag:
- In your theme files, open up
index.phpin any code editor, like Notepad, Notepad++ or Metapad. In Ihrem Design-Dateien, öffnenindex.phpin einem Code-Editor, wie Notepad, Notepad + + oder Metapad. - In it, find this bit of code (use Find function): In ihr dieses Stück Code (Verwendung finden Find-Funktion):
<?php the_content(); ?>
This code may vary depending on the theme. Dieser Code kann je nach Thema. However, it will contain the parts<?php the_contentAllerdings wird es die Teile enthalten<?php the_content - Replace that code with : Ersetzen Sie den Code mit:
<?php the_content(" (More...) "); ?> - (More…) is the text that will be displayed. (Mehr ...) ist der Text, der angezeigt werden soll. To customize it, replace the parts in bold to whatever you want. Um diese anpassen, ersetzen Sie die Teile in Fettschrift auf, was Sie wollen.
- Save the file and upload it to your server. Speichern Sie die Datei und laden Sie sie auf Ihrem Server.
That's it. That's it. Hopefully, now you've got the text that you want. Ich hoffe, jetzt haben Sie den Text, den Sie bekommen. Wasn't it easy? War es nicht einfach? I told ya' so… Ich sagte ya 'so ...
Related reading In Verbindung stehende Lesung
- How To: Install WordPress on Windows How To: WordPress-Installation unter Windows
- Is domination of WordPress and FeedBurner good? Ist Herrschaft von WordPress und Feedburner gut?
- WordPress core dump files WordPress Core-Dump-Dateien
- Delete post revisions in WordPress Löschen post-Anpassungen in WordPress
Is it also called expandable post summary? Ist es auch als erweiterbare Post-Zusammenfassung?
I Would suggest you to use Excerpts in front page rather than More. Ich schlage vor, Sie Auszüge auf der Homepage verwenden, anstatt Mehr. Both does the job, but still excerpts does it better. Beide erledigt den Job, aber immer noch Auszüge kann es besser.
@Nirmal: Actually, I use neither more tag nor excerpts. @ Nirmal: Eigentlich benutze ich nicht mehr tag noch Auszüge. I use Evermore plugin . Ich benutze Evermore Plugin. It is similar to excerpts, but the advantage is that it does not cut off posts indiscreetly, as in the middle of a paragraph. Es ist ähnlich wie Auszüge, aber der Vorteil ist, dass es nicht abgeschnitten Beiträge indiskret, wie sie in der Mitte eines Absatzes.
@Ashwini: I believe you are talking about expandable post in Blogger. @ Ashwini: Ich glaube, Sie sprechen über erweiterbare Post in Blogger. This is different – only applicable for WP. Dies ist anders - nur für WP. It means that only a portion of the post will be shown on any page other than the single(post)page. Das bedeutet, dass nur ein Teil des Beitrags auf irgendeine andere Seite als die einheitliche (post zu sehen sein wird) Seite.
Expandable post is different in that it shows the full content on clicking, and also it has full content in the source code, meaning no SEO benefits by using it. Erweiterbare Post ist anders, dass es den gesamten Inhalt auf Sie zeigt, und auch sie hat vollen Inhalt in den Quellcode, bedeutet, dass kein SEO Vorteile, indem es.