• volevo ingrandire il titolo del post,ma non ha nessun effetto.
    ecco il codice inserito.

    <?php
    // Defining widget options.
    $args = array(
    ‘widget_title_header’ => H1,
    ‘post_limit’ => 4,
    ‘thumbnail_width’ => 200,
    ‘thumbnail_height’ => 200,
    ‘post_content_length’ => 170,
    ‘post_content_length_mode’ => chars,
    ‘post_current_hide’ => ‘yes’,
    ‘category_include’ => ‘wallpanel’,
    );

    // Function call.
    special_recent_posts($args);
    ?>

    qualcuno mi può aiutare?grazie mille.

    seconda domanda:

    Ho inserito la parola wallpanel nella categoria ma non visualizza solo quei post.sapete aiutarmi?

    http://wordpress.org/extend/plugins/special-recent-posts/

  • The topic ‘tags category’ is closed to new replies.