Subscribe to RSS feed Subscribe to RSS feed or ou follow me siga-me on Twitter? no Twitter?
WordPress is WordPress é one of um dos the most popular blogging software today. Hoje o software mais popular blogging. One of its biggest problems is duplicate content creation. Um de seus maiores problemas é a criação de conteúdo duplicado. It has been a major concern, and was noticed by WordPress developers. Tem sido uma grande preocupação, e foi notado pelos desenvolvedores do WordPress. 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–>. Eles acrescentaram um novo recurso, no qual você pode mostrar apenas uma parte do post em outras páginas de pós-página, usando o comentário HTML <!-More->. 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. Você não tem que sujar as mãos, adicionando o código - basta colocar o cursor onde deseja que o cargo a ser truncado, e clique o mais marca na linha de botões na pós-editor.
The more tag inserts a link to the post at the place where the post is truncated. Quanto mais tag insere um link para o post no local onde o posto é truncado. The default anchor text is quite boring – you would see the same text on a few million other blogs. O texto âncora padrão é muito chato - você veria o mesmo texto em alguns milhões de outros blogs. This can be customized to your taste, and is as easy as sipping tea(if you don't like it, drink coffee/beer). Isso pode ser personalizada a seu gosto, e é tão fácil como beber chá (se você não gostar dele, beber café / cerveja).
Let's do it Vamos fazê-lo
Here are the steps to customize the more tag: Aqui estão os passos para personalizar a mais tag:
- In your theme files, open up
index.phpin any code editor, like Notepad, Notepad++ or Metapad. Em arquivos de seu tema, abririndex.phpem qualquer editor de código, como o Notepad, Notepad + + ou Metapad. - In it, find this bit of code (use Find function): Nela, encontra este trecho de código (uso da função Pesquisar):
<?php the_content(); ?>
This code may vary depending on the theme. Este código pode variar, dependendo do tema. However, it will contain the parts<?php the_contentNo entanto, ele irá conter as peças<?php the_content - Replace that code with : Substituir o código com:
<?php the_content(" (More...) "); ?> - (More…) is the text that will be displayed. (Mais ...) é o texto que será exibido. To customize it, replace the parts in bold to whatever you want. Para personalizá-lo, substituir as partes em negrito o que quiser.
- Save the file and upload it to your server. Salve o arquivo e faça o upload para seu servidor.
That's it. That's it. Hopefully, now you've got the text that you want. Esperemos que, agora você tem o texto que você deseja. Wasn't it easy? Não foi fácil? I told ya' so… I told ya 'so ...
Related reading Leitura relacionada
- How To: Install WordPress on Windows How To: Instalar o WordPress no Windows
- Is domination of WordPress and FeedBurner good? É a dominação do WordPress e FeedBurner bom?
- WordPress core dump files Núcleo WordPress arquivos de despejo
- Delete post revisions in WordPress Excluir revisões post no WordPress
Is it also called expandable post summary? É também chamado de síntese de postagem expansíveis?
I Would suggest you to use Excerpts in front page rather than More. Sugiro que você utilize trechos em primeira página e não mais. Both does the job, but still excerpts does it better. Tanto faz o trabalho, mas ainda excertos does it better.
@Nirmal: Actually, I use neither more tag nor excerpts. @ Nirmal: Na verdade, eu uso mais nem sim nem excertos. I use Evermore plugin . Eu uso o plugin Evermore. It is similar to excerpts, but the advantage is that it does not cut off posts indiscreetly, as in the middle of a paragraph. É semelhante aos trechos, mas a vantagem é que ele não cortar postos indiscretamente, como no meio de um parágrafo.
@Ashwini: I believe you are talking about expandable post in Blogger. @ Ashwini: Eu acredito que você está falando de postagem expansíveis no Blogger. This is different – only applicable for WP. Isso é diferente - apenas aplicável a WP. It means that only a portion of the post will be shown on any page other than the single(post)page. Isso significa que apenas uma parte do post vai ser mostrado em qualquer outra página que o post (único) da página.
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. Expansível post é diferente na medida em que mostra o conteúdo completo clicando em, e também o conteúdo que tem plena no código-fonte, ou seja, sem benefícios SEO por usá-lo.