Configurate
-
Can I configurate this Theme, with similar appeareance like this blog??
with 4 columns, 3 for my post and 1 for the menu.
-
Hi dutx12
It is not exactly the same, but the layout that is similar is possible
Please try the following templates:
https://gist.github.com/tenman/7980444
Thank you.
You can tell me how can I import that template?
Theme uploads cannot use already installed theme.
Dashboard / Appearance / themes
Delete Raindrops theme.
next Raindrops download to local PC from WordPress theme directory
Open Raindrops dir and add to template
and zipped
Upload Zip.
Well, I unzip the file, next, create the file grid-post.php, open with notepad ++, and paste the code of the page
<?php
/**
* Template Name: Grid Post
*…..Save the file
Zip with winrar but in zip format.
Upload the new zip file and this error happend
Unpacking the package…
Installing the theme…
The package could not be installed. The theme is missing the
style.cssstylesheet.Theme install failed.
Ok, i solve the previus problem, only selecting the files and folder (NOT THE PREVIUS FOLDER) and zipped.
1º Well, now I´m trying to configure the WordPress, I need to see in the top of the page “the last posts” but as a slideshow
2º I need to see three post in one line, and other 3 post in the second line, is that possible?? Thank you very much.
1º Well, now I´m trying to configure the WordPress, I need to see in the top of the page “the last posts” but as a slideshow
I think it is good use the slide show plugin
For example,
http://ww.wp.xz.cn/plugins/easing-slider/2º I need to see three post in one line, and other 3 post in the second line, is that possible?? Thank you very much.
Please grid-post.php template customize ,change below
$args = array( 'posts_per_page' => 6, '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' => 3,//columns 2-4 ); raindrops_tile( $args );Thank you.
Sorry
please try below
$args = array( '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 );Thank you.
sorry but does not working 🙁
I create a example page
using
https://gist.github.com/tenman/7980444
and featured post image.
http://www.tenman.info/wp3/previewraindrops/grid-post/
Why you not use template?
Thank you.
When you upload an image, how do you do it?
My idea is not to upload images, my idea is add a post within that post paste an image.
Is there any easy way to do that?
When you upload an image, how do you do it?
Post create page( post-new.php ) has Featured Image MetaBox
‘Set featured image’ link Click and select image or upload.
Very Easy.
Thank you.
yes, i do the same as you,
can I give you administrator access to my blog to look what I´m doing wrong?
can I give you administrator access to my blog to look what I´m doing wrong?
Sorry, It is not possible for you, and do to support personal
Please review the steps
1. Create a New page
title:Top Page
Page Attribute Meta Box
Template
value select Grid Post
Submit2. Dashboard / Settings / Reading
Front page displays
Radio button A static page (select below) check
Select box Front page: value Top Page select
Save change button clickIf done correctly this setting, the template will be applied to the top page.
3. Create a new post
title: your tile
content: your content
Featured Image MetaBox
‘Set featured image’ link Click and select image or upload.Thank you.
well, i think that we are near 🙂
I would need the image in small saw
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¡¡¡¡
The topic ‘Configurate’ is closed to new replies.
