CreativeWP
Forum Replies Created
-
Forum: Plugins
In reply to: [Theme Check] Comments.php Cannot find comment_formAh, ok,
Thanks,
Forum: Plugins
In reply to: [Theme Check] Comments.php Cannot find comment_formOne last question, if some one just press post a comment, but does not fill any fills, then they get a blank page that says:
https://mywebsite.com/wp-comments-post.php
ERROR: please type a comment.
Is there a way around this? I do not like people looking under my hood if you know what I mean.
Thanks,
Forum: Plugins
In reply to: [Theme Check] Comments.php Cannot find comment_formGot it, I placed this instead of the much code there and it worked:
<ol class="commentlist"> <?php wp_list_comments(); ?> <div class="navigation"> <?php paginate_comments_links(); ?> </div> <?php comment_form(); ?>
Forum: Plugins
In reply to: [Theme Check] Comments.php Cannot find comment_formAh, I mean, if I place in single.php <?php comments_template(); ?>
The comments show up, but theme-check tells me that I am missing <?php comment_form(); ?> which is true.
A funny dilemma, all I want now in live to validate WordPress Themes.
Samuel, you are helping me to be a better, person.
Thank you,
Forum: Plugins
In reply to: [Theme Check] Comments.php Cannot find comment_formI placed the code you show me on that wonderful link it tells me that I need; but the comments still not show. See please: https://bit.ly/YMaMef
I am adding <?php comment_form(); ?>
If I put <?php comments_template(); ?> the comments show up.
Thanks,
Forum: Plugins
In reply to: [Theme Check] Comments.php Cannot find comment_formSorry, since I saw the topic closed, I though to be illegal to continue it.
Thanks,
Forum: Plugins
In reply to: [Theme Check] Preferance? comment_form or comments_templateIf I use <?php comment_form(); ?> comments disappear from the Theme. Any ideas?
Forum: Plugins
In reply to: [Theme Check] Fixing: WARNING: Found PHP short tags in fileDid it, thanks!
Great job Daniel,
What I did, is to create a micro website (sub domain), and stripped the website to just a page, then I open that page in a light box. It works great.
Forum: Fixing WordPress
In reply to: Tag wordpress adding imageSweet, not it is working with: Rich Text Tags Pluggin!
Forum: Fixing WordPress
In reply to: Tag wordpress adding imageI am working on a WordPress website. They have a section where they mention certain areas, and each area has a description and a picture. And they are using TAGS to show them. That is what they want.
Thanks,
Forum: Plugins
In reply to: [Tag Images] Tag Images to open on imageObviously a lot of work, how about a WYSIWYG Editor?
Forum: Plugins
In reply to: [Tools for Twitter] [Plugin: Twitter Tools] Social dependenceRahman, you are right. Thanks alexkingorg for creating this tool! I hope it gets fixed, but even if it does not, thanks Mate!
Yes you can, but you must know php, css, and html.