Italiano
Può capitare di far sempre visibili i commenti su Flatpress.
Ecco il plugin che fa al caso vostro:
<?php /* Plugin Name: Comments Always Visible Version: 1.0 Plugin URI: http://www.vdfn.altervista.org/2010/09/29/make-comments-always-visible-on-flatpress/ Description: Make comments always visible Author: Piero VDFN Author URI: http://www.vdfn.altervista.org/ */ function plugin_commentsvisible() { global $fp_params; if(!empty($fp_params['entry'])) $fp_params['comments']=true; } add_filter('init', 'plugin_commentsvisible', 20);
Salvatelo per esempio in fp-plugins/commentsvisible/plugin.commentsvisible.php
.
Licenza: Pubblico Dominio
English
If you use Flatpress, maybe you want to show comments always.
This is the code to do that (see on the top of entry).
Save it for example in fp-plugins/commentsvisible/plugin.commentsvisible.php
.
License: Public Domain
8 commenti
bellino questo, ora mi tocca ricambiare il template.
grazie, deh! 😀
Bel modo di ringraziare chi ha fatto un plugin tutto per te!
lol
Ciau, ti volevo semplicemente fare i complimenti per lo sforzo che fai nel rendere sempre più grande Flatpress… ovviamente dopo NWM 😊
Ciauuu!
Grazie mille. È un onore.
Non farò donazioni/vedo pubblicità (file hosts docet!), ma almeno contribuisco segnalando bug e facendo plugin 😊
Fantastico, proprio quello che cercavo. Grazie molte.
Where can i download this plugin PLEASE? I dont k now code but I can upload plugin. Thanks!!
Hi, you just have to copy the code in this file:
It won't exist, but you will have to create it. After that you can enable it.