Configurate
-
Can I configurate this Theme, with similar appeareance like this blog??
with 4 columns, 3 for my post and 1 for the menu.
-
Hello nobita, can you help me with the final configuration?
What is the final configuration?
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
Thank you very very much¡¡¡¡
Add to grid-post.php
raindrops_tile( $args );after blowraindrops_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;}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
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
Please set Featured Image then shows image.
could be set automatically, the same image that “stick” in the post?
perhaps using code?
Sorry I do not know how
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.
The topic ‘Configurate’ is closed to new replies.
