Khairil Zhafri
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: displaying posts within a page in directory styleWordPress doesnt do directory.
Actually, I have a thing about selling ebooks. It just dont help the economy.
Sorry, mate.
Forum: Themes and Templates
In reply to: How to style latest post AND recent posts differently?I see stars. What is in line 65? It’s too messy. Sorry. 🙂
Usually when I get such error, I try to count how many if and endif. Then edit accordingly. You might wanna start there.
Forum: Your WordPress
In reply to: Integrating existing blogThere actually are many ways you can to, as you call it, integrate WordPress.com to your website.
But since you have a website of your own, why not download WordPress and install it? It’ll be much easier and you can control more especially in integrating the look of the static pages and the blog.
You can just copy static pages you already have to WordPress pages and set a page as the home page.
Admin Panel: Options> Reading
Make Front page displays A static page and choose from the pages you copied to earlier.Forum: Fixing WordPress
In reply to: Cannot redirect to working blogCan she try to remember or ask her again what she meant by “it was not a redirect”?
Forum: Fixing WordPress
In reply to: Show Full Post Instead of Excerptthe_content() will show full post by default unless you put the <!–more–> tag in your post.
the_excerpt() will show a shorter version of your post content or custom excerpt that you specify.
You shouldn’t have changed it actually.
Forum: Fixing WordPress
In reply to: Cannot redirect to working blogHow exactly you do the redirection?
Forum: Developing with WordPress
In reply to: Graceful redirect in case of database errorCreate a custom page named db-error.php in /wp-content/.
Forum: Plugins
In reply to: User image uploadThere are aplenty. Check out these:
Forum: Everything else WordPress
In reply to: No rich text editorPerhaps you can wait a while for it to load.
And make sure javascript is enabled in your browser.
Forum: Fixing WordPress
In reply to: new WP userYou mean you could log in but dont see the user in wp_user?
Hmm. Have you looked again?Forum: Your WordPress
In reply to: Integrating existing blogDont realy get ya, mate.
What sort of integration we you talking about?
Forum: Fixing WordPress
In reply to: include code not working?It appears that your host has disabled it, usually for security.
You can use cURL instead.
<?php // Initialize the CURL library $cURL = curl_init(); // Set the URL to execute curl_setopt($cURL, CURLOPT_URL, "http://asteria-intl.com/wordpress"); // Set options. More info at http://my.php.net/curl-setopt curl_setopt($cURL, CURLOPT_HEADER, 0); curl_setopt($cURL, CURLOPT_RETURNTRANSFER, 1); // Execute, saving results in a variable $strPage = curl_exec($cURL); // Close CURL resource curl_close($cURL); // This will print out the HTML contents echo($strPage); ?>Forum: Installing WordPress
In reply to: Requirements QuestionForum: Plugins
In reply to: Loop between latest 2nd and 4th postForum: Themes and Templates
In reply to: wordpress error pages