Adiciona uma interface de navegação de páginas mais avançada.
WP-Print
Hospedagem WordPress com plugin WP-Print
Onde hospedar o plugin WP-Print?
Este plugin pode ser hospedado em qualquer provedor que possua WordPress instalado. Recomendamos utilizar uma empresa de hospedagem confiável, com servidores otimizados para WordPress, como o serviço de hospedagem da MCO2.
Hospedando o plugin WP-Print em uma empresa de hospedagem confiável
A MCO2, além de instalar o WordPress na versão mais nova para seus clientes, oferece o plugin WP SafePress, um mecanismo exclusivo que protege e melhora seu site conjuntamente.
Por que a Hospedagem WordPress funciona melhor na MCO2?
A Hospedagem WordPress funciona melhor pois a MCO2 possui servidores otimizados para WordPress. A instalação de WordPress é diferente de uma instalação trivial, pois habilita imediatamente recursos como otimização automática de imagens e fotos, proteção da página de login, bloqueio de atividades maliciosas diretamente no firewall, cache avançado e HTTPS ativado por padrão. São recursos que potencializam seu WordPress para a máxima segurança e o máximo desempenho.
Once installed take the following steps to set it up:
- WP-Print settings page is located in WP-Admin -> Settings -> Print
- You Need To Re-Generate The Permalink (WP-Admin -> Settings -> Permalinks -> Save Changes)
- Refer To Usage For Further Instructions
Uso
- Open
wp-content/themes/<YOUR THEME NAME>/index.php. You should place it in single.php, post.php, page.php, etc also if they exist. - Find:
<?php while (have_posts()) : the_post(); ?> - Add Anywhere Below It:
<?php if(function_exists('wp_print')) { print_link(); } ?>
- The first value is the text for printing post.
- The second value is the text for printing page.
- Default: print_link(”, ”)
- Alternatively, you can set the text in ‘WP-Admin -> Settings -> Print’.
- If you DO NOT want the print link to appear in every post/page, DO NOT use the code above. Just type in [print_link] into the selected post/page content and it will embed the print link into that post/page only.
Desenvolvimento
https://github.com/lesterchan/wp-print
Translations
http://dev.wp-plugins.org/browser/wp-print/i18n/
Créditos
- Ícone por SimpleIcon from Flaticon
Doações
I spent most of my free time creating, updating, maintaining and supporting these plugins, if you really love my plugins and could spare me a couple of bucks as my school allowance, I will really appreciate it. If not feel free to use it without any obligations.
Capturas de tela

Admin Print Options

Print Post Link

Print Page
