Tagged Questions
2
votes
3answers
161 views
Preserve white-space in Page
I frequently post pages with code examples. However, Wordpress strips out whitespace, thus ruining the indentation and formatting of my code. So this:
<pre>
selector {
property: ...
0
votes
2answers
449 views
Stop wordpress from adding html tags but not remove my own tags?
I've been trying to make wordpress stop adding html tags to my content but leave my own html tags alone?
Tried remove_filter( 'the_content', 'wpautop' ); and installed PS Disable Auto Formatting ...
1
vote
0answers
111 views
How can I remove <br /> line breaks from manually formatted HTML?
I see a lot of posts here and elsewhere having trouble adding line breaks for some reason, but I'm trying to remove them. I'm new to WP, and I see that when editing in "HTML" mode the text is rendered ...
0
votes
1answer
121 views
Removing Line Break Tags from a Page
I am running the latest version of Wordpress on the Genesis Framework with the AgentPress theme. There is an annoying four line gap between the page title and the Wordpress Post Tab widget that I ...
0
votes
2answers
63 views
HTML tables in content areas
Is there a plugin that would allow me to create and edit tables within the content block in posts and pages? I suppose a bit like the 'insert table' command in MS Word.
2
votes
1answer
1k views
Add visual editor capability to custom excerpt window?
The custom excerpt field (under Add New Post) only accepts html. Thus, you can't just cut and paste a segment from the Visual Editor. If you want links to appear in custom excerpt, you have to know ...
2
votes
4answers
4k views
Keep HTML format when switching from Visual to HTML editor
I've been looking around for a solution that will allow me to edit HTML code and have it remain after a switch to the Visual editor and back.
I've tried a bunch of things with no luck:
the ...
2
votes
2answers
241 views
Why is WordPress WYSIWYMG and how do I make it WYSIWYG?
WordPress may have a text editor that appears to be WYSIWYG, but upon using it I discovered that it is actually WYSIWYMG- What You See Is What You Might Get (once it's done screwing with the HTML).
...
