| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 9 months |
| seen | yesterday | |
| stats | profile views | 16 |
contact at phantasmix.com
On occasion, I'm willing to pay for my unsolved questions.
|
May 14 |
accepted | Can I specify template to use with the_permalink? |
|
May 14 |
accepted | Add category description to list of category with taxonomy image |
|
May 14 |
comment |
Add category description to list of category with taxonomy image Awesome, thanks! Didn't work exactly how you wrote it, but works like this: echo '<div class="grid col-780 fit">'. $term->description . '</div></div>';
I was so over-complicating it! Thanks a lot |
|
May 14 |
asked | Add category description to list of category with taxonomy image |
|
Apr 23 |
awarded | Supporter |
|
Apr 23 |
comment |
Can I specify template to use with the_permalink? Thank you, Chip, referrer worked. Not entirely safe, but good enough for my purpose. Final code: <?php $ref=getenv('HTTP_REFERER');
if (strpos($ref,"domain.com/page")>0) : ?>
<p>content for those who came from /page.</p>
<?php else : ?>
<p>normal content</p>
<?php endif; ?> |
|
Apr 23 |
comment |
Can I specify template to use with the_permalink? Yes, exactly like that. |
|
Apr 22 |
asked | Can I specify template to use with the_permalink? |
|
Apr 4 |
accepted | Advanced Custom Fields Plugin: Get file URL into Parent |
|
Apr 4 |
comment |
Advanced Custom Fields Plugin: Get file URL into Parent Awesome, thank you!! That works great. I didn't even think to look in the db, duh :) Thanks |
|
Apr 3 |
comment |
Advanced Custom Fields Plugin: Get file URL into Parent The code I included in the original post is how I'm getting all the other fields into the parent. It works for text fields. -- print_r still prints the ID, not URL. |
|
Apr 3 |
comment |
Advanced Custom Fields Plugin: Get file URL into Parent Of course I've done that, it's set to URL and returns the URL on the child page. Only having issues with getting the URL to show on the parent page. |
|
Apr 3 |
asked | Advanced Custom Fields Plugin: Get file URL into Parent |
|
Oct 22 |
answered | Multisite, sharing content by URL |
|
Oct 18 |
answered | How to disable “insert into post” only when selecting the Featured Image? |
|
Oct 18 |
accepted | Add formatting to Array |
|
Oct 15 |
comment |
Category List and Automatic jQuery classes Thank you @Rarst, will do. |
|
Oct 15 |
comment |
How do I stop a widget from displaying on mobile site? Great! glad it helped :) |
|
Oct 15 |
awarded | Teacher |
|
Oct 15 |
comment |
Add formatting to Array No, I haven't got it to sort them right, but if you follow the link I included, apparently there's a solution. That was a few years ago though. As far as confusing this post, I got a downvote for it anyway, figured it might as well be ruined all the way :) Thanks for your help @userabuser. |