prolifik
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: No CommentsSorry I haven’t been to this board in almost a year. We used to be able to post it like that.
Is there anyone that actually can help Nimil and me?
Forum: Fixing WordPress
In reply to: Comments not appearing?I’m having a similar problem. Except the comment form won’t show up period. I’ll try these solutions though.
Forum: Fixing WordPress
In reply to: No CommentsHere is the index file I’m using. It’s from my old wordpress and considering everything else was fine, I thought I wouldn’t have a problem using this one again.
<?php
/* Don’t remove this line. */
require(‘./wp-blog-header.php’);
?>
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html>
<LINK REL=stylesheet HREF=”https://fauxamour.net/wp/style.css” TYPE=”text/css”><TITLE>__blog</TITLE>
<style type=”text/css”>
html {
scrollbar-track-color:#000000;
scrollbar-highlight-color:#000000;
scrollbar-3dlight-color:#000000;
scrollbar-darkshadow-color:#000000;
scrollbar-shadow-color:#000000;
scrollbar-arrow-color:#FFFFFF;
scrollbar-face-color:#000000
}<!–
A:link {color:#AD9673};}
A:visited {color:#000000;}
A:active {color:#AD9673;}
–>
<!–
b {color: #FFFFFF;}
i {color: #FFFFFF;}
u {color: #FFFFFF;}
strike {color: #000000;}
–></style>
<head profile=”https://gmpg.org/xfn/1″>
<title><?php bloginfo(‘name’); ?><?php wp_title(); ?></title><meta http-equiv=”Content-Type” content=”text/html; charset=<?php bloginfo(‘charset’); ?>” />
<meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” /> <!– leave this for stats –><style type=”text/css” media=”screen”>
@import url( <?php echo get_settings(‘siteurl’); ?>/wp-layout.css );
</style><link rel=”stylesheet” type=”text/css” media=”print” href=”<?php echo get_settings(‘siteurl’); ?>/print.css” />
<link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0″ href=”<?php bloginfo(‘rss2_url’); ?>” />
<link rel=”alternate” type=”text/xml” title=”RSS .92″ href=”<?php bloginfo(‘rss_url’); ?>” />
<link rel=”alternate” type=”application/atom+xml” title=”Atom 0.3″ href=”<?php bloginfo(‘atom_url’); ?>” /><link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
<?php wp_get_archives(‘type=monthly&format=link’); ?>
<?php comments_popup_script(); // off by default ?>
<?php wp_head(); ?>
</head><body>
<div id=”content”>
<?php if ($posts) : foreach ($posts as $post) : start_wp(); ?><table width=”325″ border=”0″ align=”center” cellpadding=”0″ cellspacing=”0″>
<tr>
</tr>
<tr>
<td bgcolor=”#777F38″><div align=”right”><?php the_date(“”,”<b>”,”</b>”); ?> <b>;</b>
<i><?php the_time(); ?></i>
</div></td>
</tr>
<tr>
<td bgcolor=”#F7E7D6″><div align=”justify”>
<div class=”post”>
<div class=”storycontent”>
<base target=”_blank”>
<?php the_content(); ?>
<BR>
<BR>
<b>Plugs:</b>
</div>
</tr></td><br><tr>
</div></td>
</td>
<td bgcolor=”#F7E7D6″><div align=”right”>
<?php wp_link_pages(); ?>
<?php comments_popup_script(400, 500); ?>
<?php comments_popup_link(‘zero’, ‘one’, ‘more’,
‘CSSclass’, ‘none’); ?>
</div><!–
<?php trackback_rdf(); ?>
–></div>
<?php endforeach; else: ?>
<?php _e(‘Sorry, no posts matched your criteria.’); ?>
<?php endif; ?>
</div></div>
</div>
</body>
</html>Forum: Plugins
In reply to: Comment PluggerThanks.
Forum: Themes and Templates
In reply to: Customizing Comments FormThanks. I also had another question about the comments. For some reason I can’t get them to popup in another window.
https://addickt3d.net/wp1
Instead the wp-comments.php form loads in the divider.Forum: Plugins
In reply to: WP Grins – Yet Another Clickable Smilies HackI’m not really sure what’s wrong with it. But I deleted the smileys that I had uploaded and changed them back to the originals, but I’m still not getting it to work.