msuhockey
Forum Replies Created
-
Forum: Plugins
In reply to: [Asgaros Forum] Email Multiple peopleThanks!
Just to verify… the “[email protected]” in your code is where I would plug in additional admin emails? multiple possible with a comma in between?
Forum: Plugins
In reply to: [Asgaros Forum] Email Multiple peopleYes that works, but Im speaking more about the admins on the backend. Is there a way for multiple admins to receive notification? Thanks!
Very cool thanks! I will try to sort out which version is functional with PHP 5.4
Okay I made some progress. I found some code that I used in Yarpp template file and uploaded to my themes folder. I now have the thumbnails showing up!! Here is the code:
<?php if ($related_query->have_posts()) : ?> <div class="relthumbs"> <h5 class="relposts">You might also like...</h5> <ul class="relposts-thumbs"> <?php while ($related_query->have_posts()) : $related_query->the_post(); ?> <li class="relitem"> <?php woo_image('key=image&width=80&height=80&class=relimg'); ?> <span class="thumb-ttl"><?php the_title(); ?></span> </li> <?php endwhile; ?> </ul> </div> <?php else: ?> <p>No related posts at the moment.</p> <?php endif; ?>
Now I just need help customizing the image layout. How can I tap into the default settings that you have for horizontal thumbnail display? TIA! https://www.sicilyciao.com
Forum: Fixing WordPress
In reply to: How to add a favicon?And just to make sure… i cleared the cache… and after that didn’t work I did a full reboot just to be absolutely sure its not just on my side.
Forum: Fixing WordPress
In reply to: How to add a favicon?Thanks for the reply alchymyth, but still no dice without the /
Forum: Fixing WordPress
In reply to: How to add a favicon?For some reason mine is showing up in the bookmarks drop down …. but not in the address bar.
Please let me know if Im doing something wrong.
Forum: Themes and Templates
In reply to: Map hotspots in HeaderDid you figure this out? If so let us know how.. Thanks