Don’t you just get furious when your URL starting to act strangely, with it’s hashtag and weird characters. http://aileenwo.com/batik-caftan-blue-floral/#.UwcH_YUWmYQ Here’s how i solve mine, turn out to be it’s AddThis culprit. Since i pasted AddThis code into my widget, what…
Category: Wordpress
How to enable recent comments to display on attachment post
To enable recent comments widget to show comments from your gallery attachment images. Put this code into your function.php [code] function wpse80087_widget_comments_args( $args ) { $args = array( ‘number’ => 5, ‘post_type’ => ‘attachment’, ‘status’ => ‘approve’, ‘post_status’ => ‘inherit’…
How to disable comments in attachment media
Solution to disable comments in attachment media in twenty twelve theme Paste the following code in your theme’s functions.php file [code] function filter_media_comment_status( $open, $post_id ) { $post = get_post( $post_id ); if( $post->post_type == ‘attachment’ ) { return false;…
How to remove br style clear both from gallery wordpress
How to remove from gallery wordpress It’s easy to remove this annoying <br style=”clear:both;”> from wordpress gallery Here’s the solution: Go to your wp-includes and find media.php $output .= ‘<br style=”clear: both” />’; and just leave it blank $output .=…
WordPress how to hide wp-content using htaccess
Its’ very simple to hide all your wp-content files or wp-content directories using .htaccess
How to remove eval base64_decode wordpress
It’s very easy to remove eval base 64 decode WordPress theme so that you can add you own footer, with this eval code, some said it’s dangerous and hacker will be able to inject malicious code into your files. I’m…
Prevent Images Hotlinking WordPress Htaccess
Hotlinking is where people link your image to their website. This could means they (the people who link your image to their website) are using your bandwidth. How to check who hotlink your image, Image Hotlink Checker Do a check…
Easy Digital Download extract sales field
This is the function shortcode to extract Edd Easy Digital Download Plugin sales field. This Easy Digital Download shortcode will extract from the sales field and display in your page. First, locate your shortcode.php file in your wordpress plugin folder.…
How to remove dotted outline
Removing this dotted outline when you click on your header title or header image is very simple Just need to add in a { outline: 0; } into your style.css
How to add Facebook Like Button with comment
Here’s step-by-step on how to add facebook like button with comment. If you have other better ways please feel free to share in my comments. And after you share and comment, the result Step 0 You need to get your…
How to embed v.blog.sohu.com video
To embed v.blog.sohu.com video to your blog. All you need is to replace these numbers 4373277. As for the rest of the code remain same. Copy and paste into your HTML (for wordpress) [php]<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="455" height="344" codebase="http://download.macromedia.com/pub/ shockwave/cabs/flash/swflash.cab#version=6,0,40,0"> <param…
[Solved] wordpress automatic update from version 2.7.1 to 2.8.4
After moving from Asmallorange to exabytes hosting, i cannot upgrade all my plugins and can’t upgrade my wordpress to the latest version 2.8.4 I have search through everywhere but couldn’t find the solution to this problem. I have tried downloading…
FREE WordPress Themes
It’s my own compilation of FREE WordPress Themes. Easier for us to locate wp themes if we need one. WordPress.org/extend/themes/ Smashing Magazine 100 Excellent Free WordPress Themes Freewpthemes.net Iwordpressthemes.com Topwpthemes.com themza.com/wordpress/ Wpthemedesigner.com/free-wordpress-themes/ Codescheme.net/2008/04/09/wordpress-free-theme-impact/ www.templatesbrowser.com/wordpress-themes/ Freewordpressthemes4u.com Freethemelayouts.com Freethemesfor.wordpress.com free-themes.org leadcamp.com/content/free-wordpress-themes/ Themewp.com…