ThemeForest

Centre Responsive Metro WordPress Theme

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

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!

WPExplorer

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?

Default-user

Yes, thanks so much!

  • Bought between 1 and 9 items
  • Has been a member for 2-3 years
  • Italy

Its possible change the background (i.e. with an image)?

WPExplorer

You can use the WordPress background editor at Appearance->Background.

Default-user

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.

Default-user

Contact form works?

WPExplorer

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/

Default-user

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.

WPExplorer

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

Default-user

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.

Default-user

Please answer me!

Default-user

Sorry…PROBLEM SOLVED!

WPExplorer

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.

Default-user
mestucici Purchased

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.

Default-user
mestucici Purchased

Problem n. 1 SOLVED; Problem n. 2 is not solved yet…

WPExplorer

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

Default-user
mestucici Purchased

OK, solved! Thanks!

Default-user
mestucici Purchased

Now, it is possible to reduce the space of line spacing in the rows of the footer?

WPExplorer

I see you have a ticket at the support site. Someone will get to you in a bit.

by
by
by
by
by