[Plugin: Div Shortcode] Not working in 3.4.2 with Thesis
-
Tried using this to create two columns of text on my page. Not sure if the plugin is supposed to write the div class definitions in the css, but all of my content is showing in one column instead of two.
IN WORDPRESS ADMIN
[div class=”left”]
Wiggins & Williams, LLP
308 North Tioga Street
Ithaca, New York 14850Phone: (607) 272-0479
Fax: (607) 273-0502
Email: [email protected][end-div]
[div class=”right”]
Walter J. Wiggins
[email protected]S. Francis Williams
[email protected]Jules J. Ravo (of counsel)
[email protected][end-div]
OUTPUT HTML CODE
<div class="left"> <p><strong>Wiggins & Williams, LLP</strong><br /> 308 North Tioga Street<br /> Ithaca, New York 14850</p> <p>Phone: (607) 272-0479<br /> Fax: (607) 273-0502<br /> Email: [email protected]</p> </div> <div class="right"> <p>Walter J. Wiggins<br /> [email protected]</p> <p>S. Francis Williams<br /> [email protected]</p> <p>Jules J. Ravo (of counsel)<br /> [email protected]</p> </div>
Any ideas on what I need to do? I figured the plugin would do the heavy lifting and I can just use basic tags.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: Div Shortcode] Not working in 3.4.2 with Thesis’ is closed to new replies.