totyo
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Post Tabs] [Plugin: WordPress Post Tabs] Does not work on 3.4.2Same for me, I have the content of the tabs listed in my posts, not the tabs themselves, on a fresh new blog (but with a professional template).
I tried to disable jQuery to avoid potential problems, it is still the same.
Forum: Fixing WordPress
In reply to: Top row random post thumbnailsI’m replying for others if you are looking for this solution as I found something related to that (It seems that I didn’t search enough…)
http://wordpress.org/support/topic/366086?replies=2
Then this is my “updated” code:
<?php global $post; $rand_posts = get_posts('numberposts=6&orderby=rand'); foreach( $rand_posts as $post ) : ?> <a href="<?php the_permalink($page->ID) ?>" title="<?php the_title(); ?>"> <?php echo get_the_post_thumbnail($post->ID, 'thumbnail'); ?></a> <?php endforeach; ?>Now, I have to update some of my post thumbnails and find a way to add a default thumbnail when the post don’t have image or exclude the posts which doesn’t have thumbnails.
Forum: Themes and Templates
In reply to: Page title is a linkThe problem of the meta refresh is that you see the page for a second or less before switching to the gallery url. It’s not like a real screen…