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

learn more… | top users | synonyms

0
votes
1answer
25 views

How can I exclude a dynamic URL to show a popup created using 'Wordpress Popup' plugin

That might be a long shot, but I though I should give it a chance. I am using WordPress Popup in order to show a popup when a user lands on specific pages on the website. You create a popup and you ...
0
votes
0answers
18 views

How to delete in the pages the pre tag added automatically by Wordpress

i have been looking around but there is not a specific answer to my issue. I have set up a slideshow by Wordpress, then i paste the short code in the page where i want to display. The slideshow is ...
0
votes
0answers
34 views

featured post show in category base

i have 2 featured post in 1 div id, 1 big class and 1 small class . i want big featured div are post in category base.. big featured post code show in below. <div class="main_feat"> ...
0
votes
0answers
7 views

How to change the HTTP header / problems with @fontface in firefox CORS [migrated]

My icon fonts are not properly showing in firefox. Im getting "bad URI or cross-site access not allowed." From what I can find, I need to do what is in the image below. I have read all about how HTTP ...
0
votes
1answer
25 views

Automatically Marquee Code scrolling with recent post title?

I want Automatically Marquee Code scrolling with recent post title in Header. any one can tell me. my marquee code <div id="breakingNews1"><img ...
-1
votes
0answers
21 views

How do use arbitrary HTML, Javascript, and CSS?

I'm new to Wordpress. What is the most reliable way for me to have a Page or Template that Wordpress manages use entirely arbritrary HTML, CSS, and Javascript. For example, what if I wanted to make ...
-1
votes
1answer
25 views

How to wrap a span tag inside a PHP date function [closed]

I need to wrap a span tag for each month, day and year attributes on this simple wordpress function that echoes the date of an event. <?php echo get_start_date( null, false, 'M d Y'); ?>
0
votes
1answer
35 views

How to style this wp_list_pages markup

I'm wanting to custom style the output of this wp_list_pages $children echo, here is the code: <?php if($post->post_parent) $children = ...
-1
votes
0answers
10 views

Mail Links with uncommon attributes (title, rel, target) [closed]

In our system I find lots of email-links with unfamiliar title attributes, like: <a title="[GMCP] Compose a new mail to some@example.de" ... </a> Some also have <a rel="noreferrer" ...
0
votes
1answer
26 views

<ul> inside <ol> in editor

I want to add <ol> <li>First list</li> <li>Second List <ul> <li>Sub Second List</li> </ul> </li> ...
0
votes
0answers
16 views

website looks weird in IE8 [closed]

I have a x-browser issue with IE8. the website seems fine in all browser except on IE8. Can you guys help me point what is making this problem? I can't seem to find what is causing it. Here's the link ...
0
votes
1answer
25 views

WBR tag breaking hyperlinks

I was investigating the cause of hyperlinks breaking on a friend's website. She copies over her content from email and pastes it in the Wordpress editor. In a few articles, the content between the a ...
0
votes
1answer
92 views

How To: Simple domPDF Example

Not quite sure if anyone here has used dompdf, but I'm in need of assistance. There's a plugin (post-pdf-export) that exports posts to PDF using dompdf. All I need to do is generate some html ...
0
votes
2answers
96 views

Multiple pages on one with different HTML

I am a bit confused on how this may be achieved. I have a website that I have coded already with static HTML/CSS and I am trying to incorporate it into wordpress. The challenge though is that the ...
0
votes
1answer
47 views

Replacing WordPress Icons (menu,icons32, etc)?

I want to replace wordpress admin sprites. I recreated the images and looked answrs for icon replacement using jquery and simply with CSS BUT what about ones link icons32-2x.png where I can't find the ...
0
votes
0answers
17 views

Using arrays in $_REQUEST

I am setting up a form that will be populated with arrays of information, e.g. <input name="model[]"><input name="make[]"> and those two inputs would be repeated n times. I would expect ...
0
votes
3answers
38 views

How to trigger $_GET request within admin plugin page?

I have this form in my plugin function: <form method="get" action="" enctype="multipart/form-data"> <p class="submit"> <input type="hidden" name="do_it_hidden" value="run"> ...
-1
votes
0answers
18 views

How to get a rounded corner table in HTML [closed]

I need to make a rounded table (1 Column, 1 Row) in html but so far have not succeeded, could anybody help with this? Thanks.
0
votes
0answers
6 views

Icomoon show up weird after 9 fonts? [migrated]

I'm using Icomoon for my site. It shows up correctly for the first 9 fonts. Here's my code (CSS): @font-face { font-family: 'icomoon'; src:url('font/icomoon.eot'); ...
-1
votes
1answer
18 views

Rollover button doesn't appear in sidebar [closed]

For some reason, I can't add a PayPal donate button to the sidebar of my website. I've been using CSS to create a rollover effect, and while it's worked on a static page of my site: ...
0
votes
1answer
38 views

Is there a common structure for a wordpress formular?

I am working on a plugin for wordpress and was wondering if there is any common standard for the html and css structure and naming which I should use if I create a html form? so is there a definition ...
0
votes
1answer
57 views

How can I insert a dynamic URL in my email template?

I'm not sure if that's even possible, but I thought I should give it a try. I'm using WP Better Emails plugin in order to create HTML emails for my buddypress website. I want to add to the footer an ...
0
votes
1answer
53 views

WordpressUser Submission Form

I have a User Post Submission form, and it has three issues, as well as one potential issue. Here is the code that processes the form. <?php if(isset($_POST['user_submission_form'])) { ...
0
votes
0answers
55 views

how i can hide some category from author admin panel?

i want author can not see some category from author admin panel but administrator can see that.how i can hide some category?my site http://techjagot.com .. here show some function.php code <?php ...
0
votes
1answer
44 views

How can I set full width page layout in a default post page?

I want to set up my site so that when I go to any post then it should show full width page. This theme already has a full width page but I wanted it to show in the default width page. How can I ...
0
votes
0answers
43 views

how i can change wordpress post views?

i use a post view counter code in my website. here show like( 2 views ). i want it show like( 2 বার দেখা হয়েছে ) like bangla language . how i cant do it. i use this code . function.php function ...
0
votes
1answer
35 views

Category Descriptions - HTML?

Is it possible to allow HTML to be rendered in Category descriptions? My theme uses them quite a lot, and I'd like to style them better with images and links. This seems to be do-able from what I ...
0
votes
0answers
39 views

Does wordpress add their own classes into nav menus?

I am building a theme and have noticed that when I create a menu with just html or have it dynamically add menu items based on pages it looks how it was meant to be. Although when I change the code to ...
0
votes
1answer
27 views

Imagem resolution responsive

I have a add_image_size to resize an image, but when i have 980px of resolution, the image still the same size. I would like the image be 100% when the resolution is lower than 980px, but I need to ...
0
votes
0answers
30 views

Save / Output Wordpress Form

I have a custom html calculating form in WordPress. I would like to know whether I can create a button, which first prints /saves the form to PDF, and then email's it to the relevant staff (and also ...
0
votes
0answers
31 views

Configuration Options for embedded YouTube Videos

I have some embedded You tube videos on my blog and I have a question about configuration as they are on static pages. Is there code or a WP plugin solution to make an embedded You Tube video to ...
0
votes
0answers
38 views

Cant get theme to change footer color through theme customizer

I am having an issue trying to configure the theme I am working on to allow the footer color to be changed. So far all of my other options work so I am geussing it is an issue with the way I am ...
0
votes
0answers
29 views

Images inserted with HTML

I coded some images each image tag with a new line, so visualy you would have a row of images. When I previewed the page instead of showing me a row of images it showed me a column of images. It seems ...
1
vote
1answer
108 views

Custom image upload

I'm trying to setup upload for for attachments for my custom post form. At first I add to my form tag enctype="multipart/form-data" For testing purposes I have two upload forms, but in future I'm ...
0
votes
0answers
37 views

PHP script working in PHP page but not PHP widget [closed]

I have this code : <html> <form method="post" action=""> <div align="center"> <p><b> What to see if the server is online rite now just add the server Address and Port ...
0
votes
1answer
26 views

Outputting the blogposts or the_content()

On the dashboard under add pages, I have 3 section of blockquotes, under text <blockquote id="section1">first</blockquote> <blockquote id="section2">second</blockquote> ...
0
votes
1answer
58 views

Converting Static HTML pages to Wordpress

I have copied the HTML page content to the pages of the WordPress. The words have shown up under Preview but all the CSS and styling are gone. I have also imported the style.css into the Theme ...
0
votes
2answers
114 views

Two columns in homepage each with one category

I modifying a wordpress template to be left with two columns on the main page with the following structure: The first 4 are of a category and the last 4 of another The index code is: ...
0
votes
1answer
91 views

Display wordpress post to static website in the footer

I am a totally fresh with wordpress I have this website : http://www.raminusa.com/ in footer there is a column name "Popular Link" and I want to replace it with Recent News that I will do but below ...
2
votes
3answers
176 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: ...
-2
votes
1answer
33 views

Adding classes to html elements [closed]

I'm just getting started with Wordpress and was wondering what were the best practices for adding extra classes to an html element. Should I just hardcode them into my template files? I'll be taking a ...
5
votes
1answer
94 views

Why doesn't default Wordpress page view use force_balance_tags?

I noticed that the default WP theme uses force_balance_tags for listing posts' excerpts. This way, it doesn't cause major html breakage whenever someone writes a post like <div><b>This is ...
-3
votes
1answer
110 views

html blog template to wordpress template

i bought a new template from themeforest and it has a blog template named as blog (the main blog template), blog2 (alternative main blog template) and post which shows the inside of a post. i just ...
0
votes
1answer
36 views

page wordpress add extra unwanted stuff

i want to add this part to wordpress page but every time i add it wordpress add extra stuff that stop it from working properly this is my code <li data-hovercolor="#e859c5"> ...
0
votes
2answers
47 views

wordpress css file

i made a website by wordpress and i uploaded it to ftp file public html my problem is that i made a css file that include all the other css files but when i tested the website i found that the ...
0
votes
1answer
198 views

change the icon of a custom post type in WordPress to use twitter boostrap

Using jquery, the icons of WordPress admin menu have been changed to use the twitter boostrap icons, done such as: jQuery('#icon-themes.icon32').replaceWith('<div style="font-size:22px;" ...
1
vote
1answer
128 views

Using the echo command adds unwanted br tags to source

I am making a simple HTML form in a plugin I am writing. I was thinking of using echo for all output, but I can't seem to control the formatting of the HTML outputted (for debugging, neat looking ...
1
vote
1answer
77 views

Add a css class to a taxonomy permalink

I need to add a css class to every <a> element retrieved by the_terms() (or similar function) in order to open the taxonomy permalink in a fancybox modal window. I've been searching this whole ...
0
votes
2answers
59 views

render html no formatting

How can I get WordPress to render a page without it adding any addtional html? I'm trying to build a dialog that will work on mobile devices and I only want to show that dialog and not have any of the ...
0
votes
0answers
9 views

Code for shortcode [duplicate]

Possible Duplicate: How to return loop contents I got this code and i need to pass to shortcode. The way i tryed didnt work. Anyone help me? Home: <?php get_header(); ?> <div ...

1 2 3 4 5