Viewing 12 replies - 16 through 27 (of 27 total)
  • Thread Starter dutx12

    (@dutx12)

    Hello nobita, can you help me with the final configuration?

    Theme Author nobita

    (@nobita)

    What is the final configuration?

    Thread Starter dutx12

    (@dutx12)

    I would need the image in small saw

    http://todoprensa.hostinazo.com/

    2nd Split by category, ie:

    First Group: Recent post added (12 post)
    second group: Category newspapers (8 post)
    ….

    yo can see an example in this web

    http://www.todoprensa.tk/

    Thank you very very much¡¡¡¡

    Theme Author nobita

    (@nobita)

    Add to grid-post.php raindrops_tile( $args ); after blow

    raindrops_tile( $args );//seach this function your template
    ?>
    <?php	//add code start			
    
    	$args = array(
    			'category'         => '153',// your category
    			'posts_per_page'  => 8,
    			'numberposts'     => -1,
    			'orderby'         => 'post_date',
    			'order'           => 'DESC',
    			'post_type'       => 'post',
    			'meta_key'        => '_thumbnail_id', //Shows only has post thumbnail
    			'post_status'     => 'publish',
    			'post__not_in'    => get_option( 'sticky_posts' ),
    			'raindrops_tile_col' => 4,//columns 2-4
    			);
    	raindrops_tile( $args );
    ?>

    style.css add below last line

    .portfolio-nav{display:none;}
    Thread Starter dutx12

    (@dutx12)

    I’m doing something wrong and dont know what?

    I have these categories

    “New Post added”
    “Sport”
    “National Press”
    “Magazines”
    “Mens”
    “Informatica”

    I added the category:

    */
    	$args = array(
    			'category'         => 'Mens',// your category
    			'posts_per_page'  => 8,
    			'numberposts'     => -1,
    			'orderby'         => 'post_date',
    			'order'           => 'DESC',
    			'post_type'       => 'post',
    			'post_status'     => 'publish',
    			'post__not_in'    => get_option( 'sticky_posts' ),
    			'raindrops_tile_col' => 4,//columns 2-4
    			);
    	raindrops_tile( $args );
    	$args = array(
    			'category'         => 'Revistas',// your category
    			'posts_per_page'  => 8,
    			'numberposts'     => -1,
    			'orderby'         => 'post_date',
    			'order'           => 'DESC',
    			'post_type'       => 'post',
    			'post_status'     => 'publish',
    			'post__not_in'    => get_option( 'sticky_posts' ),
    			'raindrops_tile_col' => 4,//columns 2-4
    			);<code></code>

    Another question that I have

    I must uninstall the wordpress template and re-upload every time I make a modification?

    I send you the template

    https://dl.dropboxusercontent.com/u/22047877/raindrops.zip

    Theme Author nobita

    (@nobita)

    please change from New Post added to category ID

    I must uninstall the wordpress template and re-upload every time I make a modification?

    Please learn about FTP software

    or Appearance / editor

    You can use template editor

    Thank you

    Thread Starter dutx12

    (@dutx12)

    Good Morning, i cant see the images of the post:

    Imagen1

    and i need to see this

    image2

    i put this code in the end of the file style.css

    .portfolio-nav{display:none;}

    capture

    Theme Author nobita

    (@nobita)

    Please set Featured Image then shows image.

    Thread Starter dutx12

    (@dutx12)

    could be set automatically, the same image that “stick” in the post?

    perhaps using code?

    Theme Author nobita

    (@nobita)

    Sorry I do not know how

    Thread Starter dutx12

    (@dutx12)

    Hello nobita, can you helpme with the configuration of my blog??

    @dutx12: If you require assistance then, as per the Forum Welcome, please post your own topic.

    This 2 month old topic references an old version of WordPress.

Viewing 12 replies - 16 through 27 (of 27 total)

The topic ‘Configurate’ is closed to new replies.