• Hello, I have a few questions.
    1. is it possible to change the popular tab title text ?
    2. is it possible to disable the next and previous buttons, you can literally see all the posts ever posted !!
    3. I want a custom image size, a little bigger but not as the big option, such as 100 x 100. you all ready sent me this code, and told me to put it in the functions.php file, and unfortunately, it didn’t work.

    add_action( ‘init’, ‘personal_wp_review_thumb_size’, 11 );

    function personal_wp_review_thumb_size() {
    add_image_size( ‘wp_review_small’, 100, 100, true ); // Small Thumb.
    add_image_size( ‘wp_review_large’, 300, 200, true ); // Large Thumb.
    }

    Thank you in advance.

    • This topic was modified 4 years, 8 months ago by Daniel.
    • This topic was modified 4 years, 8 months ago by Daniel.
  • The topic ‘image size, next and previous buttons…’ is closed to new replies.