| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years |
| seen | yesterday | |
| stats | profile views | 143 |
|
Feb 4 |
comment |
Gallery Inside One Post Looks like the debug code is causing an error themeforward.com/demo2/?attachment_id=2147 My entire markup can also be found here: snippi.com/s/9on87jq |
|
Feb 4 |
comment |
Gallery Inside One Post Where should I paste this: the image.php or single post template? |
|
Feb 4 |
comment |
Gallery Inside One Post I was editing the theme while you viewed. Your code did not work. For example; view this post themeforward.com/demo2/?p=2177 and you will notice only four images have been attached. Click the flowers, now click the next link. Where did the jellyfish come from!? Your code did not solve this problem. The Jellyfish was never attached to the post. |
|
Feb 4 |
comment |
Gallery Inside One Post Take a look here themeforward.com/demo2/?p=2173 only 3 images should be in the gallery, yet many more are being linked to. |
|
Feb 4 |
comment |
Gallery Inside One Post In that case, your answer did not address my original question - as it does not allow the normal gallery display to only show images in the current gallery. The traditional gallery insert still loops through images which are not in the post. |
|
Feb 3 |
comment |
Gallery Inside One Post 1. show_all_thumbs always shows the same thumbnails, no matter which thumbnails are in the post. 2. How do you prevent it from being an endless loop? That is, how would I make sure the last image does not have a "next" link on it? |
|
Feb 2 |
comment |
First letter cutting off in excerpt That doesn't prevent you from using this code. |
|
Jan 31 |
comment |
Gallery Inside One Post No, I'd like it to take you to an attachment template. Right now, it will bring you to your images out of order and links to images that aren't even associated with the post. |
|
Jan 25 |
comment |
Target all posts that are NOT aside or link post formats @DeanElliott - please see my updated answer above. |
|
Jan 25 |
comment |
title too short; minimum length 15 Then you are out of luck! |
|
Jan 24 |
comment |
Different logo on homepage Your question needs to be considerably more specific. Please show us the code for the logo in index.php |
|
Jan 15 |
comment |
Proper Javascript Implementation Your question doesn't make any sense. In fact, it was both answered at the start of the question and in my comment. You don't need the specific javascripts. |
|
Jan 15 |
comment |
Proper Javascript Implementation The PHP file (codes.php) is simply a template file added to the theme. I am posting javascript in it, then calling it into footer.php. The only thing in the file is javascripts. |
|
Jan 15 |
comment |
Proper Javascript Implementation I edited the question and made it as specific as I possibly could. |
|
Jan 9 |
comment |
Loading jQuery With Two Fallbacks So, do you put this in functions.php below the normal function to load jQuery (like my code posted in the original question) and then it provides the fallback? Wouldn't it make more sense to combine this with my code from CSS-tricks somehow? |
|
Jan 8 |
comment |
Using Posts Like a Page At one point a great deal of pages led to an extremely slow site - I haven't heard of any change, has there been? |
|
Jan 8 |
comment |
Adding an Unlinked Space in a Custom Function ^ I can't even express how much frustration you just curbed, you are the man. |
|
Jan 5 |
comment |
Remove Spaces From WP_LINK_PAGES Eureka! :-) Thank you! |
|
Jan 5 |
comment |
Remove Spaces From WP_LINK_PAGES Thanks, but I actually can't get that new function to work for whatever reason. With my limited PHP knowledge, I assume it should work. How would you implement it? |
|
Jan 5 |
comment |
Remove Spaces From WP_LINK_PAGES Out of curiosity, any idea how to remove the spaces around the current page also... since it is not linked? |