• Moderatore

    Plugin most read

    Tempo fa avevo trovato un plugin che mi permetteva di vedere e far vedere agli utenti del mio blog i post più letti ma ora il mio template non ha più il file single.php e quindi nn mi funziona più.
    Ne avreste uno da consogliarmi?

    Grazie mille

    Ah dimenticavo anche uno che mipermetta di fare vedere i post più letti divisi er categorie...Grazie ancora


  • Super User

  • Super User

  • User

    Salve riprendo questa discussione perchè ho dei problemi a far funzionare questo plugin.

    INSTALL
    
    1) Drop this file in your 'wp-content/plugins' folder and activate it.
    
    2) (optional) If automatic creation fails, create a table in your WP Database:
    
     CREATE TABLE `wp_hits` (
       `ID` int(5) unsigned NOT NULL auto_increment,
       `post_ID` int(5) NOT NULL default '0',
       `hits` int(10) NOT NULL default '0',
       PRIMARY KEY  (`ID`)
     );
    
    3) UPDATE THE POSTS
            Add in your 'single.php' just before <?php get_header(); ?>
            this row
            
            <?php ST4_update_post(); ?>
    
    4) SHOW IN THE SIDEBAR
            Add this line in your 'sidebar.php' template file
       (30 is the no. of days you want to show).
    
     <ul>
      <?php ST4_mostread(30); ?>
     </ul>
    
    5) SHOW IN THE SINGLE POST
            
            If you want to show the n° of hits of a single post
            add this anywhere in your 'single.php' 
            
            <?php ST4_single_hits(); ?>    
            
    6) SHOW IN THE HOME PAGE (IN THE LOOP)
            If you want to show the n° of hits of every post
            in the home page (or archives)
            add this in the Loop
            
            <?php ST4_hits(); ?>    
    

    Premessa: a me interessa avere nella sidebar di destra un riquadro con i post piu letti così come c'è quello di default con i post più recenti.
    Ho applicato i punti 1-3-4 ma non mi compare la lista dei post piu letti nella sidebar. forse devo applicare il punto 2? se si come si fa?
    grazie.


  • Moderatore

    @|eden| said:

    Salve riprendo questa discussione perchè ho dei problemi a far funzionare questo plugin.

    >INSTALL
    
    1) Drop this file in your 'wp-content/plugins' folder and activate it.
    
    2) (optional) If automatic creation fails, create a table in your WP Database:
    
     CREATE TABLE `wp_hits` (
       `ID` int(5) unsigned NOT NULL auto_increment,
       `post_ID` int(5) NOT NULL default '0',
       `hits` int(10) NOT NULL default '0',
       PRIMARY KEY  (`ID`)
     );
    
    3) UPDATE THE POSTS
            Add in your 'single.php' just before <?php get_header(); ?>
            this row
            
            <?php ST4_update_post(); ?>
    
    4) SHOW IN THE SIDEBAR
            Add this line in your 'sidebar.php' template file
       (30 is the no. of days you want to show).
    
     <ul>
      <?php ST4_mostread(30); ?>
     </ul>
    
    5) SHOW IN THE SINGLE POST
            
            If you want to show the n° of hits of a single post
            add this anywhere in your 'single.php' 
            
            <?php ST4_single_hits(); ?>    
            
    6) SHOW IN THE HOME PAGE (IN THE LOOP)
            If you want to show the n° of hits of every post
            in the home page (or archives)
            add this in the Loop
            
            <?php ST4_hits(); ?>    
    >```Premessa: a me interessa avere nella sidebar di destra un riquadro con i post piu letti così come c'è quello di default con i post più recenti.
    Ho applicato i punti 1-3-4 ma non mi compare la lista dei post piu letti nella sidebar. forse devo applicare il punto 2? se si come si fa?
    grazie.
    
    Devi andare in phpmyadmin ed eseguire quella query.
    Mi daresti il link dove posso trovare quel plugin che lo provo anch'Io?
    grazie

  • User

    Ciao la pagina da cui l'ho preso ora mi da errore. Avevo seguito il link da questo articolo: xxx.norisberghen.it/it/?p=171#more-171


  • User Newbie

    Ciao,

    sono l'autore del plugin. Vi segnalo il link corretto e tra l'altro da poco ho anche aggiornato il plugin con qualche miglioramento. Il link è questo:

    studio404.it/2006/plugin-wordpress-articoli-piu-letti.html

    e nella pagina ci sono anche le istruzioni per visualizzare le letture nel template.

    Hope it helps,

    PS molto simpatica sta cosa che non si possono inserire link