adding a smart block
-
I want to add a smart block (WP plugin) to display a logo & contact information. I’m using boots & see where the site title is generated in the raindrops functions.php but since updating to the current version I cannot get the smart block to show.
Can you direct me to what I’m doing wrong? I just subverted your code in functions.php & changed the returned html in the raindrops_site_title function to this.
thanks
code
$html = ‘<div style=”position: relative; top:10; left: 10; z-index:1; text-align:left;”><span style=”vertical-align:left;”>’ .
echo do_shortcode( “[smartblock id=106]” ) .
echo ‘</span></div>’;
return apply_filters( “raindrops_site_title”, $html );
code
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘adding a smart block’ is closed to new replies.