Tagged Questions
0
votes
3answers
2k views
remove <div class=“textwidget”> from text-widget
When you add a text widget to a sidebar in Wordpress the widget includes this code
<div class="textwidget">
How do I remove this without editing the core?
FYI - I think this line is located ...
1
vote
2answers
1k views
Load post with a different template?
Let's say I have a single.php file with a certain layout (graphic intensive). I want to create a sort of plain-text version of the same page that is only called when the user clicks the provided ...