Khairil Zhafri
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Need help with Stylesheet Url in WP!Try to change the position of <link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />.
If its position is before the <link> for the random stylesheet, make it after then and vice versa.
And make sure you have the files css1.css, css2.css and css3.css inside the theme directory.
Forum: Fixing WordPress
In reply to: <title> attribute not showing upYou mean it’s really empty as in there nothing inside <title> </title>?
Then, most probably you have not given a name to your blog.
Go to General Options in Admin panel, find Blog Title.Forum: Fixing WordPress
In reply to: Arranging the order of posts on my WordPress?To make posts being displayed in certain order you can use
query_posts anywhere within the loop.You can’t “add” a post in a page. But you can display a group of posts in categories.
Forum: Installing WordPress
In reply to: Hosting and Size of BlogYeah look for better hosting.
Would recommend Media Temple or Joyent.
Forum: Themes and Templates
In reply to: Need help with Stylesheet Url in WP!Then,
1. Add
<?php include("css.php"); ?>somewhere around<?php include("background.php"); ?>
2. Add<link rel="stylesheet" href="<?=$_SESSION['css']?>" type="text/css" media="screen" />anywhere between<?php include("css.php"); ?>and</head>Forum: Fixing WordPress
In reply to: How to set titlehttp://codex.wordpress.org/Getting_Started_with_WordPress
Scroll down to Posting in WordPress
Forum: Plugins
In reply to: Qotd wich lets visitors add quotes?Actually I’m working on a site which pretty much like what you wanna do. Users can post a quote, rate it, write a comment and each quote are tagged and categorized.
You can actually do this without the need of a specific plugin for quoteblog but can find a group of plugins especially for rating. So just need a rating plugin which you can find in the plugin directory.
What I literally have in mind right now is to use the title field for the quote and the post field for description (basically the background of the issue related to the quote). Then, use custom fields to add information like the person being quoted, sources, date of quote, pictures and so on.
Forum: Fixing WordPress
In reply to: rss not workingMore details, please.
What is the exact URL? The “blog page” and RSS URL?
Forum: Fixing WordPress
In reply to: .asp subdomainThen, it’s worth trying rite?
Forum: Fixing WordPress
In reply to: domain changeAccess the database using PhpMyAdmin or whatever.
Look into *tablename_options for siteurl and/or home. Edit accordingly.
‘tablename’ usually is ‘wp’.
Forum: Themes and Templates
In reply to: Need help with Stylesheet Url in WP!Confused.
What’s in background.php? css.php?
Mate, am really confused the way you telling the story.
Forum: Fixing WordPress
In reply to: Multiple Posting PagesCategories.
Forum: Fixing WordPress
In reply to: include code not working?Most probably cURL is not supported. That is even worse. Better get a new host.
Go check if it is by executing <?php info(); ?> in any .php file.
Forum: Fixing WordPress
In reply to: Multiple loops ahh!You can use showposts and offset in query_posts.
And might wanna checkout the following link too.
http://wordpress.org/support/topic/153039?replies=11#post-686564Forum: Themes and Templates
In reply to: theme layout left/right column messed up in ie but firefox okCan you please be a more specific? What is the theme name or if you make it yourself, would u mind showing where exactly what is the problem? 🙂