Khairil Zhafri
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Using wp_query for a school newspaperYou can use Time Parameters in query_post.
Nice student newspaper website, btw. I wish I could start one myself.
Forum: Themes and Templates
In reply to: Skinning with WordPressGo look for theme switcher plugin.
Forum: Fixing WordPress
In reply to: Getting Blog to show at blog.domain.com and not domain.com/blogWaitaminnit, what is your domain, really?
Forum: Fixing WordPress
In reply to: WordPress Stats and Google Analytics1. Does the Google Analytics code have to be immediately before the closing body tag? Or can the WordPress Stats code be after the GA code?
Not really. You can infact put it in your footer.2. How do I remove the WordPress Stats code?
Deactivate the plugin.Forum: Fixing WordPress
In reply to: godaddy hosting with no visual editorHave you tried GoMommy? Kidding.
Does the visual editor load on other WordPress sites? Try WordPress.com or any of your friends’.
I think some people who encountered the same problem have posted about it before. Not sure it they have been solved but really make me scratching my head, too.
Forum: Fixing WordPress
In reply to: Directory NameNo.
Forum: Fixing WordPress
In reply to: Math / WikipediaOh, Wiki does actually use LaTeX.
Forum: Fixing WordPress
In reply to: WWW – HTTP = Not showing same contentI believe the cache plugin was the culprit.
Forum: Fixing WordPress
In reply to: Math / WikipediaCan you make do with LaTeX?
Forum: Fixing WordPress
In reply to: Problems with my about page… Need some help.It’s a really nice theme but it’d be easier for others to help you if you can provide the relevant codes.
Forum: Fixing WordPress
In reply to: about meI think it’s in functions.php, look for
<?php function mistylook_ShowAbout() {?> <li class="sidebox">
Edit the lines after that, before<?php }Forum: Fixing WordPress
In reply to: WP-Marquee?Have both of you tried using simple javascript marquee?
Forum: Fixing WordPress
In reply to: Getting Blog to show at blog.domain.com and not domain.com/blogWhy don’t you make both blog.domain.com?
Forum: Themes and Templates
In reply to: Need help changing backround color.The wrapper:
#wrapper { clear: both; float: left; width: 100%; color: #555555; background: #FFFFFF; /* <-- Change this */ }Forum: Themes and Templates
In reply to: Need help changing backround color.The sidebar:
#sidebar { float: right; padding: 20px 15px 10px 10px; width: 210px; background-color: #F8EEE9; /* <-- CHANGE THIS */ border: 1px solid #E4D1C7; margin-right: 15px; margin-top: 20px; }