Help me adding post title inside this code
-
I want to add the single post title function to this code:
function wpcol_one_third ($atts, $content = null) { return '<div' . $this->wpcol_div_atts($atts,'wpcol-one-third') . '>'.$this->wpcol_strip_autop($content).'</div>'; } function wpcol_one_third_end($atts, $content = null) { return '<div' . $this->wpcol_div_atts($atts,'wpcol-one-third wpcol-last') . '>'.$this->wpcol_strip_autop($content).'</div>'.$this->wpcol_add_divider(); }
It consists of a plugin that works with columns. I need that it gets the default single post title code to show it inside the provided code.
Is that possible? Help me please!Regards
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Help me adding post title inside this code’ is closed to new replies.