marclin
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Strange 500 Internal Error IssueMy 2 cents:
Try to delete the cache folder via FTP. It works for me~Forum: Fixing WordPress
In reply to: Pages & UsersI have the same question.
I create a page and set the owner to one of the authors, but it doesn’t work!
The author who own that page can’t edit that page under manage > pages or on the live page (no “edit this page” link)Forum: Fixing WordPress
In reply to: Anchor TagsSame Question…
I use TinyMce advacned plugin and I used Anchor on one of my post.It suppose to be something like :
http://www.silkrt.com/v01/?p=189&preview=true#howgoogleworksBut I saw the code in html which is
<a href="#hotwgoogleworks">but it keep link to:
http://www.silkrt.com/v01/wp-content/themes/silkrtV1/#howgoogleworks
and caused “Fatal error: Call to undefined function get_header() in /mnt/gs02/herd02/21031/domains/silkrt.com/html/v01/wp-content/themes/silkrtV1/index.php on line 1″Can anybody tell me what’s wrong with my wordpress (2.3.3) or should I just don’t use anchor for internal links?
Forum: Everything else WordPress
In reply to: Error-Internet Explorer cannot open the Internet siteIE6:
“Internet Explorer cannot open the Internet site http://www.silkrt.com/v01.
Operation Aborted.”
I put <base href…. /> UNDER
<?php wp_head(); ?> or
<script src=”… .js file” type=”text/javascript”></script>and It works.
COOL! GOOD LUCK MY FRIENDS~
Forum: Fixing WordPress
In reply to: Operation Aborted: Going crazy!FYI. I got “Operation Aborted” as well but I think I am lucky that I just switch 2 lines of my code position in the header.php
<head>
I put <base href=…. /> UNDER
<?php wp_head(); ?>
…
</head>
and everything is solved.