The syntax-highlighting tag has no wiki summary.
0
votes
0answers
29 views
How to filter PHP opener?
I've been searching the web and in this great forum but I didn't find anything.
I got some issue with a code higlighter plugin. Everything is fine except that some php tags do not work properly :
...
2
votes
2answers
899 views
How to work with Syntax Highlighter Evolved?
I have installed Syntax Highlighter Evolved to simplify code snippets writting and highlighting. I know that it is quite popular and used by many bloggers so I must be doing something wrong because it ...
0
votes
1answer
488 views
highlight parent page menu item when in custom post type
in a website that I am building I have a portfolio custom post types (called: "project") to show my portfolio items.
The page that holds the loop of the custom post type is a custom page called ...
0
votes
0answers
80 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
0answers
13 views
Strange behavior when I insert XML code snippet into articles using SyntaxHighlighter Evolved Plugin
I am using WordPress for a technical developing blog.
I am using the base WordPress editor to write my articles (not using other plugin)
I am using the SyntaxHighlighter Evolved Plugin to enter code ...
0
votes
3answers
194 views
replace html entities in posts between pre tags
I run a wordpress blog with a syntax highlighter plugin (Crayon). The plugin highlights code between pre tags, example:
<pre class="lang:languageid" title="example">
some code
</pre>
...
1
vote
6answers
385 views
Best Practise on embedding code on Wordpress?
I have two blog sites. One hosted with Wordpress.com, one self-hosted with Wordpress.org
We are a technical company, and a number of our blog posts will be about HTML, Javascript, .NET, etc. and we ...
1
vote
3answers
197 views
Proper implementation/use of code/syntax highlighting
I've already read what I can on a couple of sites and installed this plug-in:
http://en.support.wordpress.com/code/posting-source-code/
http://alexgorbatchev.com/SyntaxHighlighter/
I'm missing how to ...
0
votes
1answer
48 views
No line breaks in syntax highlighted code
I've installed Sunburst Code Prettify on my new blog. The prettifier uses Highlight.js to prettify code. I've placed the following Python code in a post:
[prettify class="python"]
>>> ...
0
votes
1answer
72 views
WP-Syntax plugin not working [closed]
I am new to wordpress (installed yesterday for first time). In order to add syntax highlighting i installed the WP-Syntax plugin and i copied pasted the following snippet in the edit post window. Its ...
5
votes
5answers
1k views
Syntax highlighting for post/page editor [closed]
Anyone know of a plugin that adds syntax highlighting to the post/page HTML editor?
Thanks-
0
votes
1answer
36 views
Displaying syntax highlighted code
I have a blog that I write up entries for that sometimes has programming code as part of the text within my writing's. Normally I use the quote function to give it a bit of highlighting, but was ...
0
votes
4answers
480 views
Page/post editor with syntax highlighting [closed]
is there a plugin that replaces/enhances the built-in Page/Post HTML editor so that HTML is syntax-highlighted?
What I'm looking for is something like "Power Code Editor" but for editing Pages/Posts.
...
1
vote
0answers
46 views
code highiglight not working comment
SyntaxHighlighter Evolved plugin installed on my blog.
Code highlight working on post,but no comments..
I am showing the comment form with the different codes :
<form method="post" ...
1
vote
0answers
157 views
How to make sure that characters like < > dont appear in code snippets? [closed]
When I post some C++ code on my blog these markup characters < > appear in the html editor. It becomes a problem when I use a syntax highlighter and they appear in the post. How do I get ...
1
vote
0answers
46 views
What syntax highlighter works best with gravityform? [closed]
I am using gravity forms and would like to use in the forms also syntax highlighting for a language that is not supported by plugins like evolved, code mirror, ... Do you have experience on how to use ...
3
votes
1answer
243 views
How to stop wordpress mangling R syntax '<-'?
I have a self-hosted WP install, and have been using codecolorer (and have tried a few others along the way) to highlight R syntax. Looks nice, too.
The problem is that R uses a <- symbol instead ...
0
votes
2answers
227 views
How to have syntax highlighting in wordpress.com blogs?
Is there a way I could install some plugin or have syntax highlighting for my wordpress.com blog or do I need to install WP on my own server to be able to install a plugin to do that?
1
vote
1answer
107 views
When I re-save a post with [code] sections, the entities are double-escaped (> becomes > etc)
I've a hard time googling for this issue. On my blog, whenever I update an existing page, code sections are doubly escaped. I.e., on a recent page I have
find /V "QWERTYUIOPPO" < ...
2
votes
1answer
122 views
Syntax Highlighter XML striping
I am really frustrated with availible Syntax Highlighter's on the market it seems that no matter which one I use, after pressing "Save Draft" or "Publish" and after I change from Visual to Html or ...
1
vote
2answers
69 views
Is there an alternative to [sourcecode] tags to add code samples on a wordpress.com blog? [closed]
I have a programming blog on Wordpress.com that uses [sourcecode] tags for the syntax highlighting, however I got a comment from someone saying the scrollbars don't appear on an iPad. I've also ...
0
votes
1answer
115 views
syntax Highlighting on wordpress.com blog
I want to write code in my wordpress blog. which is hosted in wordpress.com. I need a Syntax Highlighter to show code. Can I configure/add Plugin in wordpress.com config panel ? or I do need a self ...
0
votes
1answer
193 views
Getting selected (highlighted) html from the Visual Editor on Edit Post page?
So I understand that the visual editor uses something called TinyMCE. How do I retrieve the html that the user selects from the visual editor? I am basically trying to create a button that gets the ...
0
votes
1answer
305 views
Customizing WP-syntax to get custom colors
I downloaded the WP-syntax plugin and want to customize it to show a black terminal-style background.
I edited the file wp-syntax/wp-syntax.css to
.wp_syntax {
color: #100;
background-color: ...
0
votes
1answer
228 views
Which plugin gives me pretty html syntax in the editor/dashboard?
I'm looking for a plugin that gives me some on-the-fly syntax highlighting in the HTML editor of posts and pages. I swear I've seen it somewhere, but I can't find it, all the ones I find are for ...
0
votes
2answers
141 views
syntax highlighting and <?php rewriting
I am using this plugin: http://www.megatome.com/syntaxhighlighter/
Which appears to work ok, minus a few glitches here and there.
My problem, is that I think WordPress is rewriting <?php with ...
0
votes
4answers
233 views
Tools for styling code snippet in a web page
I'm a software developer and I've started my first blog on Information Technology.
Since I'm using wordpress (hosted free plan) as blogging platform, I'm wondering if there's a fast and useful way for ...
3
votes
1answer
227 views
Highlight Syntax Inline
I'm looking for a plugin that is compatible up to the current version of WordPress (3.1.1 as of writing of this question) and that supports some kind of inline highlighting of programming language ...
1
vote
1answer
509 views
syntax highlighting for theme-editor.php?
Is there any syntax highlighter for wordpress. This is not to post code snippets on posts but for the backend/theme editor of wordpress.
If not do you think it will be implemented in sometime future?
...
4
votes
5answers
532 views
What theme is good for posting code?
I have my blog hosted at www.alphaot.com and I guess it's good enough. But problems arise when the lines of code get longer than 30 characters. The lines just wrap and get icky or something they even ...
3
votes
1answer
785 views
Best Live Writer plugins to post code snippets on WordPress?
I have a blog about programming hosted on WordPress.com. To post code snippets I use the SyntaxHighlighter plugin that is installed on that platform, and I'm very happy with it.
Now, I'd like to use ...