The removal tag has no wiki summary.
4
votes
3answers
939 views
How to delete the Hello Dolly plugin automatically?
I'm planing to create a plugin called Goodbye Dolly. Once installed, it will take care for the installation to remove the auto-installing Hello Dolly (Wordpress Plugin) shipping with wordpress.
This ...
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 ...
1
vote
3answers
42 views
How do I remove unwanted pages like archive, search, etc.?
By default WordPress pushes out a whole array of pages I don’t want or need - archive, author, blog, monthly, recent posts, categories, comments, attachment, taxenomies, search, search results, and ...
1
vote
2answers
511 views
Remove width and height attributes from [gallery] output
WordPress automatically adds the width and height attributes to [gallery] shortcode images.
How to delete these attributes? Something like this but for [gallery] output.
1
vote
2answers
783 views
How to remove categories filter from wordpress admin?
I removed the categories column from "All posts" page by applying this code.
add_filter("manage_edit-post_columns", "my_post_edit_columns");
function my_post_edit_columns($columns){
...
1
vote
1answer
33 views
Cant remove line that appears above page content
Hi all I am running a multisite I have custom page templates that are working fine however the home page displays the text below, am sure its not in the template and I am struggling to find where its ...
1
vote
1answer
386 views
custom avatar removal
Hello i have implemented a custom avatar upload from front-end in my wordpress theme. It is working. User can add and remove customa avatar. My problem is when user selects to remove his/her custom ...
0
votes
3answers
324 views
Using the same database on another Subdomain
Hi i am currently replacing my blog run on wordpress with another neat theme. I tried the preview template feature and everything is fine, just that i don't trust everything so easily when it comes ...
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 ...
0
votes
2answers
877 views
delete post also attachments
I am trying to delete a post with its all attachments. This is the function that i came up with right now;
function remove_post(){
if(isset($_POST['post_id']) && ...
0
votes
1answer
188 views
Remove “minor-publishing” div from Publish admin metabox
I want to remove the #minor-publishing div from the Publish admin metabox. I came across How to HIDE everything in PUBLISH metabox except Move to Trash & PUBLISH button and ...
-1
votes
1answer
80 views
Trying to get more space removed from my header
The last time , you help me to remove the header from all the pages besides the Home page (thanks again by the way).
The reason for me to do so , is because I don' t want my music player for example ...
