| bio | website | |
|---|---|---|
| location | Denver, Colorado | |
| age | 37 | |
| visits | member for | 7 months |
| seen | May 16 at 23:01 | |
| stats | profile views | 25 |
Have worked with WordPress off and on for some time but with pre-built themes. I'm now digging into building custom themes and really getting to know the ins and outs of WordPress... Thanks for all of the support here!
|
Feb 14 |
accepted | How can I hide tags on a child-category page, if that tag has not been used? |
|
Feb 14 |
answered | How can I hide tags on a child-category page, if that tag has not been used? |
|
Feb 14 |
accepted | How do I stop the loop from repeating in my category template? |
|
Feb 5 |
accepted | How to add an admin function only to posts, not pages? |
|
Feb 5 |
comment |
How to add an admin function only to posts, not pages? Rafael thanks so much - works perfectly and no more errors!!! |
|
Feb 5 |
comment |
How to add an admin function only to posts, not pages? Yes - when/because there is no excerpt field: >jQuery("#excerpt_counter").val(jQuery("#excerpt").val().length); |
|
Feb 5 |
asked | How to add an admin function only to posts, not pages? |
|
Jan 16 |
accepted | Pagination breaks on child-categories, works fine on parent-category |
|
Jan 16 |
answered | Pagination breaks on child-categories, works fine on parent-category |
|
Jan 15 |
awarded | Tumbleweed |
|
Jan 8 |
asked | Pagination breaks on child-categories, works fine on parent-category |
|
Dec 25 |
awarded | Teacher |
|
Dec 25 |
awarded | Supporter |
|
Dec 25 |
answered | How do I stop the loop from repeating in my category template? |
|
Dec 25 |
comment |
How do I stop the loop from repeating in my category template? hi Ralf912, thanks for responding and your help! The first nested loop displays the featured post. The second nested loop displays all other posts that are not marked as featured. All posts are displayed as many number of times as there are posts in that category. If I remove either of the nested loops, I still get the same result as far as the loop repeating as many times as there are posts in the category. |
|
Dec 24 |
asked | How do I stop the loop from repeating in my category template? |
|
Dec 19 |
accepted | How to get custom image field of specific post id |
|
Dec 19 |
comment |
How to get custom image field of specific post id I see - the remaining problem was in the conditional, I needed to also update if( get_field('image') ): with if( get_field('image', 299) ): - that was it! Thank you for your help! |
|
Dec 19 |
revised |
How to get custom image field of specific post id added suggested use of "'image', 299" |
|
Dec 19 |
comment |
How to get custom image field of specific post id Thanks for replying Milo, unfortunately that doesn't work - nothing returns. |