lid3rs
Forum Replies Created
-
Unfortunetly your solution is not working ?? Anyone, please help. Client is killing me ??
hi, have the same issue. Need somehow to localize the plugin. bfvr, i will try your code. Thank you.
Forum: Fixing WordPress
In reply to: Comments form does not appearhmm, okay, will investigate that issue on. But i have this feature in my admin, when i edit the page…
Forum: Fixing WordPress
In reply to: Comments form does not appearOK, i found the problem solution. I had somehow missing
<?php comment_form(); ?>
Inserted it, and now it is ok, but question with menu excluding is still active. Right now i am using some custom module, but the default WP function is not working for me ??
Forum: Fixing WordPress
In reply to: Comments form does not appearUPD.
my comments.php ends with this:
<?php else : // or, if we don't have comments: /* If there are no comments and comments are closed, * let's leave a little note, shall we? */ if ( ! comments_open() ) : ?> <p class="nocomments"><?php _e( 'Comments are closed.', 'twentyten' ); ?></p> <?php endif; // end ! comments_open() ?> <?php endif; // end have_comments() ?>
As i can see, there is just nothing to print?
Forum: Fixing WordPress
In reply to: Comments form does not appearhttps://keefir.ee/sidevahendid/
on this page the comments should be enabled, but they are not. What io have marked, that it reacts on my actions, i mean when the comments are enabled <div id=”comments” /> is just empty, if they are disallowed, then the <div id=”comments” /> contains <p /> with text there are no cimments allowed. Problem in comments.php maybe?Forum: Fixing WordPress
In reply to: Comments form does not appeari am using the default twentyten. BTW, if i check exclude item from the menu, also not working, still there. ??
Forum: Fixing WordPress
In reply to: 404.phpWell, no, it is kind a strange, if u go with the link i posted above, it will be the old one, but if u go on this link: https://wpk.keefir.ee/blogi-333/
It will be the new one… Any explanation?Forum: Fixing WordPress
In reply to: 404.phpInstalled another theme, 404 renewed. Turned back to twentyten, and it was also renewed. Maybe some cache issue. But u can check it out, what 404 i did wanted ??
Forum: Fixing WordPress
In reply to: 404.phpThis is the modified twentyten. Will try other ones.
Forum: Fixing WordPress
In reply to: 404.phpThr urL: https://wpk.keefir.ee/en/?page_id=65
It should be the WP 404.php? And it should be inside the template folder named 404.php?
If yes, then i am doing everything correct. I have even cleared the file, left it blank, but still it prints the label and search form…