Archive for "WordPress"

Jan
04
Briefly unavailable for scheduled maintenance. Check back in a minute

“Briefly unavailable for scheduled maintenance. Check back in a minute”

If this message appears on you wordpress website for more than you anticipated if might mean that your wordpress update failed due to some reason. You can get rid of this message by deleting a .maintenance file which wordpress places at your site root when it starts to update and deletes it when upgrade is successfully completed. Click to continue »

Tags : , ,

Dec
30
Changing HEADER_IMAGE_WIDTH and HEADER_IMAGE_HEIGHT in worpress 3.3 header

I see <img src="<?php header_image(); ?>" width="<?php echo HEADER_IMAGE_WIDTH; ?>" height="<?php echo HEADER_IMAGE_HEIGHT; ?>" alt="" /> in my themename/header.php file. How do i changed HEADER_IMAGE_WIDTH and/or HEADER_IMAGE_HEIGHT?? Click to continue »

Dec
23
How to remove html { margin-top: 28px !important; } from wordpress header

To remove html { margin-top: 28px !important; } from wordpress header go to /wp-includes/admin-bar.php and edit around line 672 (in WordPress 3.3)

Alternatly you can add a remove_action filter in you active theme/functions.php file like this, as this is a part of _admin_bar_bump_cb function which is defined in above mentioned file: Click to continue »

Tags : , ,

Oct
28
Get post thumbnail out side of the Loop in wordpress

Just got a way to get the post thumbnail outside of the Loop which (the thumbnail) was entered through the Post Image > Set the URL for an image/icon for this post: field on Edit Post page. Here it is.

$thumb = get_post_meta($post->ID,'_rs_icon',false);
$thumb = $thumb[0];

Tags : , ,

Feb
10
Template drop down list missing in edit page in wordpress

Last night i installed a new theme to this blog of mine and after setting basic things up when i went to edit my archives page at admin end the Template drop-down in Page Attribute box was missing. Strange. I searched over the issue and found some good resources explaining ‘how and why’ of the problem and some remedies as well to bring the Template Drop down(box??) back. Here are two of them: Click to continue »

Tags : , ,

Oct
19
Getting current page url and title for social network sharing in WordPress

Today i added a few social network sharing buttons i.e. facebook, twitter, delicious, myspace etc. to the right side column of this very blog.  To make it work as desired I had to do some extra bit of effort to create respective urls and titles for sharing. Click to continue »

Tags : , , , , , ,

Mar
13
WordPress custom permalinks and 404 error

Today morning i found that urls to postings of this very blog of mine were ending on a “HTTP 404 – File not found” page. (It had been working last night for sure) I had got custom permalink configured for my blog and it suddenly had stopped working. Click to continue »

Freelance Jobs