Covers all flavors of HTML: HTML5, XHTML and old-school HTML 4.

learn more… | top users | synonyms

0
votes
1answer
759 views

How do I make search only search in post content?

I want to have two search bars, one which works normally and one that searchs only in the post content but I can't even find the code of the search funtion to create the second. Can I use a plugin to ...
4
votes
3answers
2k views

How to use tinyMCE for user “biographical info”?

I would like to provide our WP users (authors) with a tinyMCE editor instead of standard textarea for their "Biographical Info" on the Profile page. I have spent a lot of time searching online for ...
1
vote
1answer
146 views

Adding HTML to the Header, Screws up in IE7

Working on a site for a client: http://esteyprinting.jasinternetmarketing.com/ I added an HTML table to header.php to include the "Call us at..." and the social media icons. It renders fine in most ...
5
votes
2answers
2k views

How to customize the default HTML for Wordpress Attachments

I'm using Wordpress 3.0.1 (most recent as of now) and working around the Whiteboard theme. It seems that for attachments (images, specifically), Wordpress generates the HTML automatically and it ...
0
votes
1answer
175 views

Missing sidebar parameter “fix” - before_content

as you know the sidebar parameters from register_sidebar() that control the widget layout are - before_widget - after_widget - before_title - after_title the problem is that you cannot implement ...
0
votes
3answers
702 views

HTML Table creator in metabox to put into post theme

I'm looking for a funcionality of creating HTML Table in metabox in post-editing page to put into post theme with a shortcode or something similar? http://alexrabe.de/wordpress-plugins/wp-table/ is ...
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). ...
6
votes
4answers
3k views

How can I alter the [gallery] markup?

I would like to change the markup created by [gallery] from what is it as standard (dl) to a unordered-list with a difference. Below is the desired markup: <ul> <li><a ...
0
votes
2answers
260 views

iframe works on a page, but not a single, why?

I am trying to load a vimeo video into a single page, but it is telling me: Given URL is not allowed by the Application configuration. but on other pages the same iframe, copied and pasted into a ...
0
votes
1answer
125 views

Theme deactived html and css styling on home page posts

I'm a designer trying to learn php, so I can't fully understand where the problem is coming from. That being said, I have a theme that has deactivated the use of css styling on the main page where ...
1
vote
4answers
2k views

How to resolve - IE 6 ignores img “width” properties

In this post: http://humus101.com/?p=1734 We've got 4 images set (in the img property) to a width of 246 pixel. In chrome it looks fine. In IE6 it doesn't. Any suggestions on how to solve this?
0
votes
2answers
250 views

How can I make the page editor trust me?

I want two images to appear side-by-side. However, WordPress inserts a line-break between the elements, even if I use the HTML editor rather than the Visual editor. How can I make the editor trust ...
4
votes
4answers
528 views

dealing with large HTML output via plugin code

I recently wrote my first WP plugin that adds a shortcode for embedding a custom jquery image gallery into posts. It's primarily just dumps a good chunk of HTML into the post, along with javascript ...
0
votes
1answer
145 views

Html and links via Quick press

Is there anyway I can add an html link from the quick press on the Wp-admin Dashboard? Does it accept html? If only I could do that, I wouldn't have to go to create new post everytime I wanted to ...
3
votes
3answers
4k views

I want to have my custom field use HTML, how do I do that?

I want to have my custom field use HTML, how do I do that in such a way that I can use a rich text editor to view the content?

1 2 3 4 5