The cleanup tag has no wiki summary.
0
votes
0answers
82 views
Cleaning up the template [closed]
I have an interesting template here - Underfire. Functions.php is a bit different than I´ve seen before.
<?php
/**
* web2feel functions and definitions
*
* @package web2feel
* @since web2feel ...
0
votes
2answers
411 views
How to remove unnecessary elements in the HTML document head
Is there a plugin or something that can help me out with deleting unnecessary elements in my code?
I am in charge of fixing a WordPress site and have been asked to remove the following elements that ...
1
vote
2answers
871 views
clean wp_options table unused rows
In my Wordpress Blog site i have installed too much plugin and remove also many plugins. In database table "wp_options" size increases approx 13MB and there are many rows which are unused at this ...
2
votes
1answer
219 views
Wordpress Malware Problem help! [duplicate]
Possible Duplicate:
Wordpress Trojan issue help!
I accessed the wordpress website I am building and received a warning about a trojan from my anti virus software. I have now checked the ...
5
votes
2answers
390 views
Remove images (files) that were generated when using add_image_size()
I have added an image size using this:
add_image_size('property-featured', 484, 393, true);
It's worked very well for the past year and has generated about 1GB of images in that size, but this ...
1
vote
1answer
238 views
How to discover and delete unused accounts?
I'm running a Wordpress self hosted blog with registration and I would like to know if there is a safe way to know if users hasn't login yet or if account is unused by a long time.
What I would like ...
0
votes
1answer
174 views
Clean links in: the_author_meta('description')
I need to clean any links returned from the_author_meta('description')
The code I use is simply that:
<p><?php the_author_meta('description'); ?></p>
I Searched old question but ...
0
votes
1answer
300 views
Garbage in uploads folder
I have massive number of files in my uploads folder. Is there a way of identifying those which are not linked to any post?
Note: some of those files are manually copied to uploads folder not via ...
3
votes
2answers
1k views
How does one delete orphan custom post type?
I created some posts using a custom post type, then I decided to delete this custom post type but of course the old posts remained orphan inside the database.
How can I remove these orphan posts and ...
1
vote
3answers
164 views
Is it possible to move a comment that should be a reply to another comment?
I like to have a clean blog, and I also like that comments that are replies to other comments actually are replies to other comments. Some people don't mind that difference too much and just leave ...
0
votes
3answers
388 views
Uknown meta entries in wp_postmeta
I'm working on a site that has been running for few years and had different maintainers so it's kind of a mess. What I found weird is a lot of entries in wp_postmeta where all the keys are numeric and ...
0
votes
3answers
1k views
Removing Unnecessary Text from Admin Menu without CSS
I am looking for a way to remove all the unessesary text from default worpdress metaboxes.
Preferably I would like to ensure that the content is not just hidden through CSS but actually removed from ...
9
votes
4answers
3k views
Cleanup uploads folder, Media Library db structure
I am doing an upgrade and cleanup of an old blog that started on Blogger.com, then moved to self-hosted WordPress 2.1, 2.3 and now 3.0. Images in the posts are scattered around: most of them are in ...