This item is by an Elite Author
WPExplorer
- Elite Author
- Author was Featured
- Sold between 250 000 and 1 000 000 dollars
- Referred more than 2000 users
- Bought between 100 and 499 items
- Has been a member for 3-4 years
- Exclusive Author
- United States
73
Purchases
Buyer Rating:
4.50 stars
4.50 average based on 10 ratings.
-
5 Star
880%
-
4 Star
00%
-
3 Star
110%
-
2 Star
110%
-
1 Star
00%
| Created | 29 January 13 |
| Last Update | 5 February 13 |
| Columns | 1 |
| Compatible Browsers | IE8, IE9, IE10, Firefox, Safari, Opera, Chrome |
| Software Version | WordPress 3.5 |
| Documentation | Well Documented |
| High Resolution | Yes |
| Layout | Responsive |
| ThemeForest Files Included | CSS Files, JS Files, PHP Files |
| Widget Ready | Yes |
- blog
- bold
- dark
- design
- jetpack galleries
- light
- metro
- minimal
- modern
- personal
- photography
- post formats
- responsive
- symple shortcodes
- wpexplorer
© All Rights Reserved WPExplorer -
Contact Envato Support


Love the theme. How can I turn off the “Read More” option on the Homepage, though? I’d like for some posts to be displayed in full on the front page. Thanks!
Hi there Chris,
By default the theme uses the_excerpt() function so it won’t allow to display full posts.
In order to be able to use the post editor line break to choose your custom excerpts or show the full post you’ll need to edit the template files.
content.php, content-video.php, content-link.php, content-gallery.php
All these files would need updating.
What you need to do is for example on content.php open the file and edit lines 87-90:
<div class="post-entry-content"> <?php the_excerpt(); ?> <a href="<?php the_permalink(); ?>" title="<?php _e('Read More','wpex'); ?>" class="read-more"><?php _e('Read More','wpex'); ?></a> </div><!-- /post-entry-content -->And change where it says the_excerpt() to instead say the_content(’’);
You can learn more here: http://codex.wordpress.org/Function_Reference/the_content
Make sense?
Yes, thanks so much!
Its possible change the background (i.e. with an image)?
You can use the WordPress background editor at Appearance->Background.
The image (I want to set as the main background of the site) must have a well-defined size? How big should the background image that I’m going to set in the theme? After this response, will buy your theme … I think it suits my purpose. Thank you.
Contact form works?
Background image size depends on many things…Mostly up to what size monitors you want to support.
But if what you want is an image that stretches the whole screensize there are plugins for this – http://wordpress.org/extend/plugins/simple-full-screen-background-image/
How do I make a HOMEPAGE identical to what you have achieved in the Live Preview (for example, pictures on top of the post, the colors different for each post, the number of pages). Thank you.
Hi there,
The colors are based on the post formats. So if you want different colors use the different post formats. The pictures at the top are simply the featured images.
We don’t usually include sample data on themes like this that are a simple blog. But if you want, I can send you sample.xml data from the live demo so you can upload it to your site
Simply open a ticket at the support site at http://wpexplorer.org.
-WPE
I opened a ticket on WPsupport to learn how to insert my images as shown in your Live Preview Demo. The name of my ticket is: Customization – Centre Responsive Metro WordPress Theme.
Please answer me!
Sorry…PROBLEM SOLVED!
Sorry I have been out of town last couple days for personal reasons. Adding the images is as easy as setting the featured image
Glad you figured it out! Again sorry for any delays.
1) When I insert images in evidence or in the title I get an annoying white border. How can I eliminate or at least make it black? 2) In the page numbering (eg 1 of 10) I would like to translate in Italian OF: In the .po file there is no reference. How can I do? Thank you.
Problem n. 1 SOLVED; Problem n. 2 is not solved yet…
1. Great
2. If this isn’t included in the .po file please open a ticket at http://wpexplorer.org and I can give you the updated files. if you want to fix yourself please look in functions/pagination.php
OK, solved! Thanks!
Now, it is possible to reduce the space of line spacing in the rows of the footer?
I see you have a ticket at the support site. Someone will get to you in a bit.