Masteecate
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [Multiple Post Thumbnails] Can't get secondary image to show on main page.This code worked but the title wont show up when you hover the image.
<?php if (class_exists('MultiPostThumbnails')) : if ( MultiPostThumbnails::has_post_thumbnail( get_post_type(), 'secondary-image', NULL, 'secondary-image') ) : MultiPostThumbnails::the_post_thumbnail(get_post_type(), 'secondary-image', NULL, 'secondary-image'); else : ?> <img src="<?php bloginfo( 'template_directory' ); ?>/i/generic.png" class="attachment-secondary-image" alt="<?php the_title(); ?>" /> <?php endif; endif; ?>Forum: Fixing WordPress
In reply to: How do I add Soundcloud to the main index page? (paragrams)Yes I have, but I haven’t got any replies yet, thats why I tried here.
Forum: Fixing WordPress
In reply to: Space between two div's, help me remove it.I added a “margin-bottom -17px” for the “.single #nav” and that seemed to fix it.
Thanks for the help!
Forum: Fixing WordPress
In reply to: Space between two div's, help me remove it.Thanks for the reply.
I changed the padding-top to “0px”, both in ie8 and ie7 but it’s still the same.
Forum: Fixing WordPress
In reply to: Help me with "Archive drop down" in menu.To be more specific, this is what I mean:
PictureInstead of just “February 2012” I want it to look like the “category” menu.
It should say “Archive”, and when you hover over it, the months shall apear.I should really appreciate help here.
Thanks!
Viewing 5 replies - 1 through 5 (of 5 total)