The formatting tag has no wiki summary.
0
votes
3answers
1k views
Automatically added brs and paragraphs?
Here's my very simple shortcode:
function box_shortcode( $atts, $content = null ) {
extract( shortcode_atts( array(
'width' => 'auto',
'height' => 'auto',
...
2
votes
1answer
267 views
Create a formatted table-like menu
I've just put the site up a couple weeks ago and adding some more things to it for my friend however there's got to be an easier way to lay content out over wordpress. I've having a hard time with it ...
10
votes
2answers
7k views
can I add a custom format to the format option in the text panel?
In the text editor, where you can set headings and other settings, is it possible to add your own styles for clients to use? and even remove the unnecessary ones?
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).
...
4
votes
2answers
528 views
Remove wptexturize from a shortcode?
Is there a way to remove wptexturize only for a certain shortcode?
2
votes
2answers
2k views
When calling wp_title(), do you have to create some kind of “title.php” file?
... or does wp_title() already handle the various contexts in your blog?
This could clarify for me how I can achieve a reusable index.php file without having all the conditional statements inside it ...
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 ...
0
votes
1answer
143 views
How to prevent automatic conversion of dashes to –
When I put -- into a post it is automatically converted to the – – character in the output by wordpress.
How can I get normal '--' double dashes in my content.
3
votes
1answer
239 views
WordPress adding <br> tags into plugin content
We've written a plugin that shows reviews upon usage of a shortcode. On some sites, Wordpress is adding <br> tags throughout the shortcode content, and others it does not.
The shortcode works ...
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 ...
1
vote
2answers
579 views
Line breaks not showing up properly
I'm trying to have spacing show up between a paragraph and heading in the following excerpt:
In my article series on handling extracurriculars, I coined the term Sovereign Zen philosophies. It builds ...