Clear Line theme

Vatuma Support » Clear Line theme129

Suggestions or maybe I am missing it? (6 posts)

About This Topic

Tags

No tags yet.

  1. idoubtit
    Member
    Posted 5 months ago
    #

    Love the theme for our site, but there are a few things...

    I can't seem to change the size of the font for the column posts titles.
    I don't have images for my posts so is there something I can do with the space holder? Or can I put in a default image instead of what it there?
    I would like to have number of comments shown on the index page. That is a very popular request from visitors.

    If we could add those features, I sure would be *thankful* :-)

    Sharon

  2. Ivan
    Key Master
    Posted 5 months ago
    #

    >size of the font for the column posts titles
    Today I've sent new version to wordpress.org where font size of column heading is the same as H2 Headings (set in options). As it's approved by WP team, you can download it.

    >I don't have images for my posts
    http://vatuma.com/tutorials-tips-and-tricks/for-users/how-to-add-post-thumbnails.html

  3. idoubtit
    Member
    Posted 5 months ago
    #

    Terrific on the Headings. Thanks,

    As for the images. I don't want images. To add a featured image to each post is difficult because our posts are done so rapidly. I would like to not have the thumbnail spaceholder above the column posts. Is there a way to remove that?

  4. idoubtit
    Member
    Posted 5 months ago
    #

    Oh, one more thing. What would you recommend for mobile? Any plugins?

  5. Ivan
    Key Master
    Posted 5 months ago
    #

    >I don't want images
    Find in functions.php and remove:

    <div class="post-thumbnail">
    	<a href="<?php the_permalink() ?>" rel="bookmark">
    		<?php if (has_post_thumbnail())
    			the_post_thumbnail('column-thumbnail');
    			else echo '<img src="'.get_stylesheet_directory_uri().'/img/thumbnail.jpg" '
    			.' height="'.$options[$shortname . '_column_thumbnail_size_y'].'" class="wp-post-image"/>';
    		?>
    	</a>
    </div>

    >What would you recommend for mobile?
    I cannot, sorry. I just know that such plugins exist.

  6. idoubtit
    Member
    Posted 5 months ago
    #

    Thanks. Just what I needed.

    Site is getting great responses on the design.

Reply

You must log in to post.

Vatuma Support » Clear Line theme129