I've run into identical problem like QuestarDean.
I'm trying to show a list of special pages using custom rendering component.
I've got a multi line text field named pageintro which content functions as a page's excerpt.
But all I get is default value of <?php get_special_field('pageintro','smack me in the face',true); ?>, and while looking what the heck am I getting in return, it seems that it's a bool(false).
Xml contains the pageintro child along with its content, thus I'm very surprised that get_special_field isn't working.
Is there any solution for that, other than creating own function to get the content of xml's child, or using customfields plugin? I'd love to avoid both ideas.
I'm trying to show a list of special pages using custom rendering component.
I've got a multi line text field named pageintro which content functions as a page's excerpt.
But all I get is default value of <?php get_special_field('pageintro','smack me in the face',true); ?>, and while looking what the heck am I getting in return, it seems that it's a bool(false).
Xml contains the pageintro child along with its content, thus I'm very surprised that get_special_field isn't working.
Is there any solution for that, other than creating own function to get the content of xml's child, or using customfields plugin? I'd love to avoid both ideas.
Addons: blue business theme, Online Visitors, Notepad