resolvedNo tags yet.
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
>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
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?
Oh, one more thing. What would you recommend for mobile? Any plugins?
>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.
Thanks. Just what I needed.
Site is getting great responses on the design.
You must log in to post.