deanoaus
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Gallery NavigationExcellent news. 🙂
Forum: Fixing WordPress
In reply to: Gallery NavigationSo what does this code enable you to do? Have the index of your blog only show the first image of a pic, then link to the page to show them all?
Or does it create a ‘gallery’ for you to show all the posts that have pics?
Forum: Fixing WordPress
In reply to: Gallery NavigationYup, working for me. 🙂
Using the following code
echo '<a href="'.get_permalink($post->ID).'" title="'. wptexturize($post->post_title).'">'. $img .'</a> <b>'. wptexturize($post->post_title) . '</b><br /><br />';I was able to get it to list all posts with photos attached, display the ‘first’ photo of that post, then link back to that post so all photos can be displayed. 🙂
Forum: Fixing WordPress
In reply to: Gallery NavigationOoh, i’m having a bit of luck using http://fairyfish.net/2007/10/16/advanced-post-image-plugin/ that plugin.
Editing some code now to see if I can get it to format what I want, but so far I have a listing of the first photo of any post with included images.. so.. going well!
Forum: Fixing WordPress
In reply to: Gallery NavigationHi All,
I’ve emailed Matt… but he specifically states on his page he won’t respond to requests RE software.. so.. we’ll see how we go. I too am in the same boat where I want to display a “list” of galleries.