Skip to content
WJunction - Webmaster Forum

Need Help In Wordpress Code

Status
Not open for further replies.
Hello

can anyone tell me proper way to remove these spaces between links in wordpress see below screenshot

wg8E1il.png


i need plugin or give me any script who can remove these space.
 

9 comments

It may be because of the annoying wpautop filter. You can try to disable it by adding the following to your theme's functions.php:
PHP:
remove_filter( 'the_content', 'wpautop' );
remove_filter( 'the_excerpt', 'wpautop' );

Or maybe you have a large line-height set in your CSS.
 
Plugin for what? Disabling the wpautop filter? It's really just those two lines, a plugin would contain the same. Anyway, you can google "disable wpautop plugin" to get a plugin for it.

But it isn't sure this will solve your issue. Share your website url where we can see it, this way I'm sure someone will quickly find a solution.
 
Status
Not open for further replies.

About the author

S
Banned · Joined
1,970
Messages
208
Reactions
63
Points

Advertise on WJunction

Reach 1000's of webmasters, hosts & affiliates. Banner & sponsored-thread slots available.

Contact us
Back
Top Bottom