cje
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Port bug? Does WP has a port problem?Have to look into the url issue….. Do you know any pages with more info about the possible url issue?
Forum: Fixing WordPress
In reply to: Port bug? Does WP has a port problem?This is my .htaccess file:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Forum: Fixing WordPress
In reply to: Port bug? Does WP has a port problem?…one more thing – if domain/url issue; do you have a suggestion for how a .htaccess file would look like to pass this problem?
Forum: Fixing WordPress
In reply to: Port bug? Does WP has a port problem?okay, thanks again for answering.
Do you know any links which describes more about the possible url issue?Forum: Fixing WordPress
In reply to: Port bug? Does WP has a port problem?esmi,
thanks for your quick reply! why do you think it’s problem with my server as long as I host other cms websites w/o any rendering problems?
thanks for any suggestionsForum: Fixing WordPress
In reply to: Php script in post…?thanks a lot!
btw, do you know php code?
I’ve tried to use the bellow code to
display a random post,
from my category “category | test”,
in a static page,
on the front page
but it returns a fatal errorFatal error: Allowed memory size of 52428800 bytes exhausted (tried to allocate 35 bytes) in /var/www/testserver/test/wp-includes/plugin.php on line 385
<?php
$rand_posts = get_posts(‘numberposts=1&offset=1&
category_name=category | test&orderby=rand’);
foreach( $rand_posts as $post ) :
?>
<div class=”body”> <?php the_excerpt(); ?></div>
<?php endforeach; ?>Do you know what’s wrong?
Thanks for any suggestions!Forum: Installing WordPress
In reply to: Stylesheet is missing.Thanks for your quick reply.
Yes, the theme is uploaded to …wp-content/themes/f8-lite
and, there is a sheet.css in the package.Forum: Fixing WordPress
In reply to: problem with moving wordpress from one ip to another…..:-SThanks a lot!
Forum: Fixing WordPress
In reply to: Different visibility of posts according to folderForum: Fixing WordPress
In reply to: Different visibility of posts according to folderPls help, where do I find the category ID?
Forum: Plugins
In reply to: xlanguage and wp-admin login problemI believe there’s the first error message which makes the problem. As it seems like the only string with the old folder name
————–
Warning: fopen(/{old folder name}/wp-content/uploads/2008/10/xlanguage-parser-176060526809320669.log) [function.fopen]: failed to open stream: No such file or directory in /{new folder name}/wp-content/plugins/xlanguage/admin.php on line 141
————–Anyone who may have an idea in which file this sting may be located?
Forum: Fixing WordPress
In reply to: Different visibility of posts according to folderI’ve played around with the meta tag but I really can’t figure out how to link the change to a specific category….. need help :-/
Forum: Fixing WordPress
In reply to: Different visibility of posts according to folderThanks for your suggestion! It seem to give me the answers I was looking for.
Just two follow up questions (I’m not deeply into wordpress yet so I need some basic/newbee information);
1) where is the easiest place to find the category ID?
re. 2) (post meta) I haven’t tested yet, but I understand that the post meta tag could be linked to a category – which is what I’m looking for.
Thanks again
Forum: Fixing WordPress
In reply to: Different visibility of posts according to folderDoes anyone have any idea of what to do?
Forum: Fixing WordPress
In reply to: Ideas about fixed text on top of post listingThanks! ??
It looks like it acts as what I need ??