tired
Forum Replies Created
-
Forum: Plugins
In reply to: static front page with RSS feedsThanks whooami fore taking time to reply.
I tried as mentioned, giving Both headers and came thru ur script somewhere on forums abt closing mysql connection but somehow that did not work as I get feeds from blog a but not from blog b.
Here is the code:<?php
require_once(“../a/wp-blog-header.php”);
?><?php
$connect = mysql_connect($dbname, $user, $password);
$lastposts = get_posts(‘numberposts=3’);
foreach($lastposts as $post) :
setup_postdata($post);
?>
” id=”post-<?php the_ID(); ?>”><?php the_title(); ?>
<?php the_content(); ?>
<?php endforeach;
mysql_close($connect); ?><?php
require_once(“../b/wp-blog-header.php”);
?><?php
$connect = mysql_connect($dbname, $user, $password);
$lastposts = get_posts(‘numberposts=3’);
foreach($lastposts as $post) :
setup_postdata($post);
?>
” id=”post-<?php the_ID(); ?>”><?php the_title(); ?>
<?php the_content(); ?>
<?php endforeach;
mysql_close($connect); ?>I replaced the $dbname as correct db name and also for un & pwd.
Iam really not into programming..Thanks.
Forum: Fixing WordPress
In reply to: Image thumbnailshttp://ww.wp.xz.cn/support/topic/54549?replies=4 helped me solving this issue.
Forum: Fixing WordPress
In reply to: RSS feeds from 2 blogsAny help pls..
Thanks.Forum: Installing WordPress
In reply to: This is bugAnyone saw this?
Forum: Plugins
In reply to: Gallery 2 with LESS integration?the way I did is use mod_rewrite in gallery, so to have shorter urls, and use that link in blog..
this seems to be working fine..Forum: Fixing WordPress
In reply to: Posts and Sidebar does not Display properly in IEThanks for the reply. Click on my name, it will give you the link
Forum: Fixing WordPress
In reply to: Posts and Sidebar does not Display properly in IEThat did not help.
Any other suggestions please.Forum: Fixing WordPress
In reply to: Posts and Sidebar does not Display properly in IEI too have the same issue.
some of the posts & catagories appear bigger in size than others. but on FF everything appears fine.
Iam using Blix theme and no plugin is activated till now and using WP2.0.Forum: Fixing WordPress
In reply to: Mail not working on WindowsIam facing the same issue. I installed wp on windows and whenever user registers, its not sending the mail. I d/l the sendmail to c:\sendmail but how to configure to make it to work??
Thanks in Advance..Forum: Fixing WordPress
In reply to: How to delete a userThanks alot. That solved the problem.
Forum: Fixing WordPress
In reply to: How to delete a userThanks for the response. I don’t see delete user or anything related to removing a user in that section. Any solution?