raw-m
Forum Replies Created
-
After a bit of head scratching I managed to get what I need by altering my php template file. I took out the php that was wrapped around the rel value is now outputted permanently 🙂
Forum: Plugins
In reply to: [File Gallery] [Plugin: File Gallery] Different sized thumbs on recent postHi Aesqe
Great stuff, nearly there…!
Is there a way to get the “echo file_gallery_shortcode(array(‘size’=>’medium’))” into the_content?
Your example is basically echoing the gallery twice, first time (“echo file_gallery_shortcode(array(‘size’=>’medium’))”) just the gallery with the gallery size I’m after, the second (“the_content()”) using the thumb default size with post text. Ideally, I want the size=medium with my text from the post. Do I somehow need to filter out the gallery embeded in the_content to get what I need? Hope that makes sense!!
Forum: Fixing WordPress
In reply to: Inserting permalink into wp_get_archivesIt is done! Thanks again.
Forum: Fixing WordPress
In reply to: Inserting permalink into wp_get_archivesvtxyzzy, you’re a star!! Massive thanks 🙂
Forum: Fixing WordPress
In reply to: Inserting permalink into wp_get_archivesHi vtxyzzy, many thanks for your offer
This is basically what I’m after (I’m not on my dev computer but the hrefs should be the same as is outputed by using wp_get_archives):
<li class="2010"><a href="2010">2010</a></li> <li class="2009"><a href="2009">2009</a></li> <li class="2008"><a href="2008">2008</a></li>...I’ve tried to recreate it using get_posts but I can’t find details on how to return a list the same as “type=yearly”.
Forum: Plugins
In reply to: [Plugin: File Gallery] Excluding a rel tagThanks for your reply aesqe.
That sounds very useful. I’m guessing that I’d have to enter that when in HTML view? As mentioned, brilliant plugin!
Best, Mark