dhin
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to add comments to a Page?I have tried this but my page like this
I put this code
<?php //if page is split into more than one link_pages('Pages: ', ' ', 'number'); ?> </div> <?php comments_template('', true); ?>Is dit correct to put the code
<?php comments_template(”, true); ?> ?I have tried below and above the <?php endwhile; endif; ?>, still the same result
Also tried another plaats, still the same problemPlease help me
Thank you
Forum: Fixing WordPress
In reply to: [Plugin: WordPress Thread Comment] ERROR: Can’t find the ” div.I change the commentformid to commentform but still not work 🙁
and make my admin broken 🙁 So I delete this plugin en download new version and actif but still not work 🙁
Forum: Fixing WordPress
In reply to: [Plugin: WordPress Thread Comment] ERROR: Can’t find the ” div.my error is with this text :
ERROR:
Can’t find the ‘commentformid’ div.Is this the same error as you?
Where can I change the “commentform”?
Forum: Fixing WordPress
In reply to: [Plugin: WordPress Thread Comment] ERROR: Can’t find the ” div.the same error.
Where can I find the commentformid?
Forum: Plugins
In reply to: Plugin wp-thread-comment : ErrorIn another all themes are also the same problem.
The plugin does not work 🙁 Why?
Forum: Themes and Templates
In reply to: Explorer troubleExplorer work but I have still error on validator W3
But I am happy that in Explorer work
Thank you Mercime
Forum: Themes and Templates
In reply to: Explorer troubleHi mercime,
I have delete the code below but still trouble.
Stil not open with Explorer!Forum: Installing WordPress
In reply to: Update 2.7.1I am happy that I have upgrade WP. 2.7. to WP 2.7.1.
Thank to Figaro
Forum: Installing WordPress
In reply to: Update 2.7.1Thanks Figaro for sharing the video
I would like to try it, but I hear that you said in your video about Cpanel
What is that?
Forum: Installing WordPress
In reply to: Update 2.7.1I have upload this plugin and now What I must do with box-Exclude spam comments and another box-Exclude post revisions? (fil in the box or not)?
I hope you understand about this below?!#comments [ ] Exclude spam comments #posts [ ]Exclude post revisionsWhich one the best i choose?
Save Serve
Download to your computer
Email backup toThanks
Forum: Fixing WordPress
In reply to: What I have doneI think this is the best way
Forum: Fixing WordPress
In reply to: What I have doneTo late. I have delete all my blog from fanupdate and also delete all the wordpress cos I would like to uplaod again
Forum: Fixing WordPress
In reply to: What I have doneI dont see on theme`s directory – functions.php update_option(‘siteurl’,’http://example.com/blog’);
I see only this in functions.php `<?php if ( function_exists(‘register_sidebar’) ) {register_sidebar();register_sidebar();}
// Custom Header Image Supportdefine(‘HEADER_TEXTCOLOR’, ”);
define(‘HEADER_IMAGE’, ‘%s/img/header.jpg’); // %s is theme dir uri
define(‘HEADER_IMAGE_WIDTH’, 900);
define(‘HEADER_IMAGE_HEIGHT’, 180);
define( ‘NO_HEADER_TEXT’, true );function theme_admin_header_style() {
?>
<style type=”text/css”>
#headimg {
background:#fff url(<?php header_image() ?>) no-repeat center;
height: <?php echo HEADER_IMAGE_HEIGHT; ?>px;
width: <?php echo HEADER_IMAGE_WIDTH; ?>px;
}
#headimg * {
display:none;
}
</style>
<?php
}
function theme_header_style() {
?>
<style type=”text/css”>
#headimage
{
/*background:url(<?php header_image(); ?>) no-repeat center;*/
height:<?php echo HEADER_IMAGE_HEIGHT; ?>px;
width:<?php echo HEADER_IMAGE_WIDTH; ?>px;
}
</style>
<?php
}
if ( function_exists(‘add_custom_image_header’) ) {
add_custom_image_header(‘theme_header_style’, ‘theme_admin_header_style’);
}
?>`Forum: Fixing WordPress
In reply to: What I have doneWhere I can find funtions.php?
Forum: Installing WordPress
In reply to: How clear my old database tablesI use fanupdate and I want to move all the content of my site to wordpress.
I have tried with tools – import – textpatern but not work yet