Expanding the allowed HTML tags in comments?
I have no problem doing this in a comment, as an administrator: <b>bold test</b> <i>italics test</i> <u>underline test</u> <font color=”#ff9900″> color test</font> But … Read more
I have no problem doing this in a comment, as an administrator: <b>bold test</b> <i>italics test</i> <u>underline test</u> <font color=”#ff9900″> color test</font> But … Read more
Is there a way in WordPress 3.1 to restrict allowed file uploads by extension (images only) and file size? Bonus question: Can I … Read more
I’m attempting to remove the title attribute for post thumbnails (on certain posts), and I assume the get_image_tag filter is the way to … Read more
I have a custom post type, for examle, products. They can be multilevel, like pages, f.e., Products (custom post type) Books |- LOTR … Read more
After commenting on one of my posts, WordPress redirects me to another random post. Only after, when checking the previous post, I can … Read more
I’m querying a custom taxonomy for a post, hoping to get a list of all terms for that post and taxonomy. get_the_terms($post_id, $taxonomy) … Read more
i was using a wordpress install on an ubuntu server virtual machine. At first the adapter was host-only at an address of 192.168.55.55. … Read more
when I made my wordpress site validate I got some strange errors like Error Line 6, Column 52: Bad value profile for attribute … Read more
I built something like this: Index Container Widgets Area and I created a widget for that – Categories Widget – Index Container .php … Read more
As we know we can sort pages in a query by their page order attribute, I can’t figure out how to get this … Read more