The removal tag has no wiki summary.
1
vote
3answers
3k views
How to remove link from an image in a post?
When image is being added in a post it is being wrapped with a <a href></a>
I want to know which class controls this segment and where I can find a decent doc for this kind of problems ...
0
votes
3answers
3k views
wp_head() remove redundant scripts?
hey guys,
quick question. I'm using jquery for my current project (the latest release). A few plugins I'm using are using jquery as well and they are inserted through wp_head(). Since I want my ...