The html-editor tag has no wiki summary.
0
votes
1answer
17 views
Wordpress <!--more--> adding a <br> to my anchor for Read More
When creating a post within my wordpress site (using the editor) I want to add the short code, or even use the link at the top of the editor to do so.
The end result is (it does create the excerpt ...
0
votes
1answer
36 views
Why does WordPress change a file's permissions?
If I set the permissions to the CSS file in my theme to 444 and then attempt to edit it in the Appearance Editor, WordPress is not prevented from editing the file and in fact change the permissions to ...
0
votes
1answer
25 views
Post/Page Editing has been disabled, what options do I have to resolve? [closed]
I have exactly the same issue as this closed question and need to resolve it. Wordpress has been working perfecting until a few days ago and now I cannot edit posts, specifically
I cannot Add ...
0
votes
0answers
71 views
Strange problems when I try to insert HTML\XML code snippet in my posts
I am experiencing some problems while trying to insert XML code snippet into my WordPress articles.
I have just read this tutorial: http://codex.wordpress.org/Writing_Code_in_Your_Posts
I am using ...
0
votes
1answer
44 views
insert link in wordpress editor greyout whole screen?
Pulling my hair with this strange issue. When I want to insert link in wordpress page or post, my whole page screen is greyed out, and insert link feature dont work. I tried to disable plugins, insert ...
2
votes
3answers
156 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: ...
5
votes
1answer
253 views
Hide “Add media”, html editor from tinymce
I have a custom post type which supports editor. (WordPress ver. 3.5)
I want to customize the editor for it.
Make it readonly
Hide "Add Media" button
Hide HTML editor
Remove status bar showing word ...
0
votes
1answer
45 views
Why is `--` converted into ndash and how can I get rid of it?
I have a blog where I publish Linux tutorials. Some of the commands I listed have a -- before command-line arguments. e.g.: dpkg --get-selections.
The problem is that WordPress automatically switches ...
0
votes
1answer
60 views
HTML editor accessing quicktag buttons
I'm stuck in searching a way to access the quicktag buttons on the html editor with jQuery. I tryed to access the buttons with .each() and .children() but both won't work.
jQuery( document ).ready( ...
0
votes
1answer
111 views
Create keyboard shortcuts for HTML mode
I always use the HTML editor for writing all my post.
So I always have manually typed all the tags such as "<strong></strong>" for bold... "<i></i>" for italics etc.
I don't ...
0
votes
1answer
67 views
Commenting out in HTML editor breaks template
There is a certain section of HTML that I need to comment out within the HTML editor in Wordpress. But when I do so, it breaks the HTML. After looking at the source code, I noticed that it converts ...
4
votes
1answer
82 views
Can I force WordPress to use <i> instead of <em>?
For example,
Did you know that <em>hot</em> was used to mean "<a title="What is the origin of “hot” as “good-looking” or “attractive”?" ...
2
votes
2answers
723 views
How to to stop html editor from addig <p> tags to shortcodes, images, etc
I know this this is covered as individual topics but What I am looking for is a single function that stops <p> tags from being wrapped around via the Wordpress editor to shortcodes and images ...
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
92 views
How can I create an alternate full-HTML editor for posts?
I have created a custom post type; the content of this custom post type should be a full html page - not just a snippet of html.
The standard editor appears to interfere with the html and it does not ...
2
votes
2answers
487 views
how to make stylesheet appear in theme editor?
I have a stylesheet in my theme in the css subdir of the theme dir (css/style.css). The question is how to make this .css file appear in the theme editor of the WordPress admin. (I know using the web ...
0
votes
1answer
182 views
unexpected added in HTML at each update [closed]
I'm using the last update of Wordpress and I'm not using Tiny MCE.
I found many posts about it, but each time it was a bug from a previous version (closed) or linked to Tiny MCE.
I modify my pages ...
3
votes
2answers
320 views
WP Editor strips input placeholder attribute
Why WP Editor also strips the "placeholder" attribute of the input text element ?
Ofcourse, i am using the HTML mode.
Here is the input:
<input type="text" value="" name="s" style="width: 550px;" ...
2
votes
2answers
173 views
Contents of HTML editor mangled after multiple UPDATES
In a perfect world, WordPress would take what I enter into the HTML editor and write it verbatim into the post/page document received by the browser. Disabling wpautop has already helped me slightly ...
0
votes
1answer
186 views
prevent wordpress from rendering line breaks as br tags
I am tired of WordPress's horrible HTML editor and have decided to write all my html in Notepad++ and then just copy it over. However, simple line breaks "\n" that would be normally ignored in html ...
0
votes
1answer
44 views
Wordpress adding in anchor elements when I save a page in html editor
This page I am editing in the html editor. I pasted in my list from my text editor. You'll notice that the second last list item is all a link, thats because wordpress has taken it upon itself to ...
4
votes
2answers
253 views
Enable / Add Custom Keyboard Shortcuts To Work With WordPress' HTML Editor
I use Markdown in my posts, and the plugin I use for that purpose requires the Visual editor be disabled.
The HTML editor is pretty much just a text box. To make writing easier, I would like to ...
0
votes
2answers
236 views
How To Hide The Visual And Html Editor Completely?
I have some clients that are going to be using wordpress for their sites. I created custom fields for them to input data in so they don't have to use the editor. How do I hide the page editor ...
0
votes
1answer
34 views
Can't give tags rels
In my Wordpress post I click on edit post and skip over to the html editor tab and click on it. I have a pre on that page and when i give it a rel and publish its all fine but when I skip back over to ...
0
votes
1answer
295 views
Removing buttons from the html editor
I've been searching the codex, and I'm probably overlooking something somewhere, but could someone tell if it would be possible to remove a button/quicktag from the WordPress html editor?
...
1
vote
1answer
110 views
ID's being stripped out of editor for Admin user in Multi-Site
I have a Multi-Site install running on the current version of WordPress (3.3.1). The problem I'm having is the ID's are being stripped out of my tags in the editor. When I am logged in as a "Super ...
1
vote
2answers
537 views
Preserving tabs and line breaks in <pre><code> when switching from HTML to Visual Editor
Tabs placed in a <pre><code></code></pre> block are stripped and line breaks are removed leaving a single continuous line of text. This occurs when switching from html to ...
0
votes
1answer
17 views
How to determine if a post was last edited in the Visual Editor
Is there any way to determine whether a post was last edited using the Visual or HTML editor? Perhaps by hooking into an action?
2
votes
1answer
120 views
why do HTML Comments in the WYSIWYG break the page display?
This question is about HTML code comments <!-- like so --> rather than about post/page comments. I specify the WYSIWYG, but this problem arose in the HTML view, not the Visual.
I've been ...
1
vote
0answers
100 views
Wordpress Page Edit gives Error 404 [closed]
I'm having the stupidest problem, ever.
I can manage and edit pages just fine, but after some time, I can no longer edit or preview a page and I receive an "Error 404 - Page Not Found".
This ...
0
votes
1answer
2k views
qTranslate 2.5.28 and WordPress 3.3.1 issues
Anybody knows how to solve the issues in qTranslate 2.5.28 with WordPress 3.3.1?
http://www.qianqin.de/qtranslate/forum/viewtopic.php?f=3&t=3045
...
1
vote
2answers
137 views
functional quicktag
I want to add quicktags that do more than just add markup. For instance, I would like to add a quicktag to run a function do apply a js regex on the page content. How can I add a quicktag that ...
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.
0
votes
1answer
74 views
Set or change default text in hyperlink popup in post editor
When writing a post or page in the post editor (not the Visual editor but the HTML editor) and clicking on the "link" button, a popup appears with http:// already prefilled.
Is there a way to change ...
0
votes
1answer
69 views
Using WP just to edit pages of an existing site
I was asked to let the user to edit an existing site articles using Worpress.
But because the site has a lot of php code (not used for the articles) that would take quite a lot to convert in WP ...
-1
votes
1answer
352 views
WordPress HTML editor panel is not showing HTML elements
The problem
After typing my post/page in the visual editor, when I switch to the HTML editor, the expected HTML elements do not show. Headings appear but paragraphs and divs do not.
A minority of ...
1
vote
2answers
182 views
How can I prevent Wordpress to wrap <br> into a <p> paragragraph
When I create a new page and put <br class="clear"> into the HTML view it gets rendered as
<p>
<br class="clear">
</p>
This causes problems with the theme ...
2
votes
6answers
4k views
Add quicktag buttons to the HTML editor
I am trying to figure out how to modify the HTML editor in wordpress; on the image below you can see a screenshot of the editor and the buttons on the top. Is it possible to add new buttons? I would ...

