| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 3 months |
| seen | Dec 3 '12 at 15:21 | |
| stats | profile views | 6 |
|
May 26 |
comment |
Recent Posts+, how to solve multiwidget? Thank you! I solved it by merging the two widget-areas into the same and use Widget Logic to control which should be shown |
|
May 22 |
comment |
get_post_meta returns 0 Sorry my bad. I had accidently used the plus sign instead of dots when concatenating strings... |
|
May 22 |
comment |
get_post_meta returns 0 I tried that now, but ran into a weird issue. If i do print_r on $name_text, i get the following result Array ( [0] => Anton Gildebrand ) 1 But if i do it like this $name_text[0], i get a 0 only |
|
May 22 |
comment |
get_post_meta returns 0 That was really bad of me, i must have forgot that... |
|
Feb 25 |
comment |
Get ID of “root-page” Thank you very much! I tried alexleonard's solution first, and it worked, but then i ran into the issue when im at "subpages" i still want to display the "grandparents" menu. It works great now with the edit :) Thank You! |