ronaldb73
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Custom Post Template] No drop-down to select different templateI have the same problem, no drop down menu.
But: when I use it on another theme it does work, what could cause my theme (VN-News) to mess with this plugin?Forum: Fixing WordPress
In reply to: comment template problemthere is only one category where i don’t want comments enabled, so let’s say this is category id 63. What must the code look like then? In single.php the only call to comments is:
<?php comments_template(); ?>Forum: Fixing WordPress
In reply to: comment template problemIn page.php I removed the complete comments form and that doesn’t give any problems. Isn’t there a way to use single.php for all posts, but single2.php for all posts that belong to a certain category? Then I can remove the comments form in single2.php (like in page.php) and hopefully the problem is solved then?
Could this work and if yes, how do I do this?
Forum: Fixing WordPress
In reply to: comment template problemSorry, it doesn’t work, doesnt change a thing (but doesn’t do any harm either).
Forum: Fixing WordPress
In reply to: comment template problemi don’t think it does anything with the comments form, only with the comments in feed and sidebar.
See functions.php: https://wordpress.pastebin.ca/1568760
Forum: Fixing WordPress
In reply to: comment template problemwhat is a callback? where do I look for?
Forum: Fixing WordPress
In reply to: comment template problemwe started out with looking at the single.php and with page.php it’s not a problem, cause that file doens’t call the comments template.
Forum: Fixing WordPress
In reply to: comment template problemWell, when I do that (take the code of header and footer and copy/paste it in a new file) I come to 13 times <div> and 13 times </div>.
See: https://wordpress.pastebin.ca/1568534
so, what else could be wrong?
Forum: Fixing WordPress
In reply to: comment template problemanyone have any idea?
Forum: Fixing WordPress
In reply to: comment template problemLooked at comments, exactlty 18 times <div> and 18 times </div>
see: https://wordpress.pastebin.ca/1567993Forum: Fixing WordPress
In reply to: comment template problemHere it is:
https://wordpress.pastebin.ca/1567553Forum: Fixing WordPress
In reply to: comment template problemthe single.php shows exactly 20 times <div> and 20 times </div>
should I post the code here?Forum: Fixing WordPress
In reply to: comment template problemOk, the following is a post with comments enabled (and therefor no problems):
https://www.denhelderactueel.nl/14/09/2009/zeestad-minder-succesvol-dan-gehoopt/The following is a post with comments disabled:
https://www.denhelderactueel.nl/29/06/2008/de-boer-wint-ledentoernooi/Hope you can help.
Forum: Fixing WordPress
In reply to: preview post in new windowthere must be a way, cause before i updated from 2.8.1 to 2.8.4 it worked fine.
Forum: Fixing WordPress
In reply to: [Plugin: TDO Mini Forms] How to make preview open in a new window