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
After you’ve submitted the code to pastebin, copy the URL of the page that it brought you to:
Admin
See this Codex page:
Admin
Which slider post exactly that is not displaying the included image?
Admin
Quote:I’m working on a website that is not promoted in wordpress.What do you mean not promoted in WordPress?
This documentation page may be of some use to you:
Admin
My guess is that the script is conflicting with one of the other scripts on your site. Try deactivating the scroll ticker plugin and see if it helps.
Admin
In reply to: How to show excerpts of posts in category,archive pages?
January 31, 2013 at 1:51 am #35294Which archive page exactly do you want to display the full content?
Admin
In reply to: Slider disappears with All-in-One Event Calendar plug-in
January 31, 2013 at 1:50 am #35390Admin
Try this:
function hide_post_author_if_admin() {
global $graphene_settings;
$author = get_the_author_meta('user_login');
if ( $author == 'admin' ) {
$graphene_settings['hide_post_author'] = true;
}
}
add_action( 'template_redirect', 'hide_post_author_if_admin' );Admin
What’s the URL to that page? Can’t make it out from the screenshot.
Admin
Like I said, try posting in the WordPress.org Support Forum, as there are contributors there who are better suited to help you with regard to the issue you’re having.
