Syahir Hakim
KeymasterKuala Lumpur, Malaysia
When not perched on my workspace, I tremendously enjoy hiking in the bushes and climbing mountains. They serve as much-needed refuges from the pretense of cities.
Forum Replies Created
-
Admin
There is an error in your child theme’s
style.cssfile. This block:.post-title a:visited {
border-bottom: 1px solid #ffffff;
.entry-footer {is missing a closing brace (
}). It should be like this:.post-title a:visited {
border-bottom: 1px solid #ffffff;
}
.entry-footer {Admin
Actually, you can do this just by using CSS. First, enable the Show post author’s gravatar. Then, add the following code into the Custom CSS option:
.post .post-avatar-wrap {
display: none;
}
.sticky .post-avatar-wrap {
display: block;
}Admin
@prasanna, doing that will not overwrite the .htaccess file per se, but just the portion in that file added by WordPress. All other codes outside the
# BEGIN WordPressand# END WordPresstags will remain intact.Admin
Look at the error log from your host. It’ll provide more information about the “500 Internal Server Error”.
Admin
Link post format will be added in version 1.7.
Admin
In reply to: [IMPLEMENTED] Rewrap page navigation (make wp_pagenavi outer)
February 29, 2012 at 1:46 pm #23699OK, done.
Admin
Nope, you just need to press the magic buttons: CTRL+F5
Admin
Don’t know. Somehow your .htaccess file got deleted. Going to the permalink settings and resaving it just rebuilds the .htaccess file.
Admin
Go to WP Admin > Settings > Permalink and click Save.
Admin
When did you update the
theme-head.phpfile? If it was some time ago, try updating it again as you may not have the latest revision of that file.Also, after updating that file, you need to rebuild your thumbnails. Use the AJAX Thumbnail Rebuild plugin for this.
