>
Download This Plugin | |
Download Elegant Themes | |
Name | Remove White Space |
Version | 1.0 |
Author | Ben Huson |
Rating | 0 |
Last updated | 2012-07-10 06:23:00 |
Downloads |
1553
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Remove White Space plugin added 36 bytes of resources to the Home page and 39 bytes of resources to the sample Post page.
Remove White Space plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Remove White Space plugin ads no tables to your Wordpress blog database.This function removes whitespace from the list items outputted by wp_list_pages
and wp_list_categories
.
This white space can cause layout issues in IE6 and some other browsers such as gaps between each list item even when there is no margin or padding applied.
Simply call wp_list_pages
or wp_list_categories
as usual:
<?php wp_list_pages(); ?>
To ensure there is no trailing white space around the first and last items, you should remove any white space between you <ul>
tags and the PHP function:
<ul><?php wp_list_pages(); ?></ul>