| bio | website | waterstreetgm.org |
|---|---|---|
| location | St. John's, Canada | |
| age | ||
| visits | member for | 2 years, 2 months |
| seen | Apr 6 at 14:21 | |
| stats | profile views | 15 |
Designer and Drupal-ator.
|
May 11 |
awarded | Yearling |
|
Jan 25 |
awarded | Famous Question |
|
Dec 1 |
awarded | Favorite Question |
|
Dec 1 |
awarded | Good Question |
|
Nov 10 |
accepted | Extract a link in the_content() |
|
Nov 10 |
comment |
Extract a link in the_content() Turns out that number '1' was a lesson in return vs echo. The 1 was being echoed, while what I wanted was to return it to hand it to another function. Thanks for the help with this one! |
|
Nov 10 |
comment |
Extract a link in the_content() So close! This seems to be outputting the href with the number 1 in front of it. Like this: 1http://google.com. I can't figure out where it's coming from. |
|
Nov 10 |
comment |
Extract a link in the_content() Yeah, I could/should do an of these. But I've got 500+ posts/links in my bookmark manager now from years ago. |
|
Nov 10 |
asked | Extract a link in the_content() |
|
Oct 24 |
accepted | Single page theme that uses pages for the content |
|
Oct 24 |
comment |
Single page theme that uses pages for the content Clever, kaiser. This sounds like a much better way to go about it. Thanks! |
|
Oct 24 |
asked | Single page theme that uses pages for the content |
|
Sep 17 |
awarded | Popular Question |
|
Sep 11 |
awarded | Notable Question |
|
Aug 22 |
accepted | Exclude current page in wp_list_pages |
|
Aug 22 |
answered | Exclude current page in wp_list_pages |
|
Aug 22 |
comment |
Exclude current page in wp_list_pages Of course. Exactly. Thanks a million. Ancestors ftw. |
|
Aug 22 |
awarded | Commentator |
|
Aug 22 |
comment |
Exclude current page in wp_list_pages Btw: ` <?php var_dump($topmost_parent); ?>` returns '14' when on a child page, but returns '0' when on the parent page. Like so: cl.ly/image/1p270B032t3A |
|
Aug 22 |
asked | Exclude current page in wp_list_pages |