2012-12-20, 04:48:54
Been searching all over, but couldn't see a way to do this, so thought I would ask.
In a theme, when I have a component, I use
Is it possible to include the title of the component in a theme?
So, for example, If I create a component to list some popular links, and I call it "Epic Link List", I could simply spit out the HTML behind it using
But if I didn't want to put a H4 tag in the component itself, could I in fact pull back the title separately?
Any ideas?
In a theme, when I have a component, I use
PHP Code:
<?php get_component('component_name'); ?>
Is it possible to include the title of the component in a theme?
So, for example, If I create a component to list some popular links, and I call it "Epic Link List", I could simply spit out the HTML behind it using
PHP Code:
<?php get_component('Epic-Link-List'); ?>
But if I didn't want to put a H4 tag in the component itself, could I in fact pull back the title separately?
Any ideas?