Wordpress Comment form simple - wordpress

I am working with wordpress from scratch and problem is that i just don't know how to add comment form. It can be basic comment form (email + username + post your comment) with some style.
Everytime I try to run plugin it's not working. Don't know why plugins aren't working in single.php. Mybe I code something wrong?
Aprreciate you, thank you for your time and for helping me. I am still beginner as you can see ;)

Can you also look at your settings and see if you are allowing comments? In wp-admin dashboard click on Settings-> Discussion and see what your comment setting are set to.

Related

How to locate changes to code for missing post titles in archive pages in wordpress?

I am trying to restore the missing titles to posts in my categories, tags, search pages.
I vaguely remember changing something but don't know where. It was a long time ago.
The problem is so bad that if there is no 'read more' button, you can't click on a result to go to the page.
Any tips about how to find where this code change would be located?
Thanks.
if you know what the code was there is a plugin called string locator (https://wordpress.org/plugins/string-locator/) it allows you to give a small snippet of code or a call and it will tell you every place that code is found in the entirety of WordPress.
OK after quite a while of various methods, I re-installed the plugin 'yellow pencil'. I had made some customizations that the plugin claims to be reversible at the click of a button globally (It didn't delete them). I found a post title that did appear and then reverted all customizations globally to it on a live category page. Thank god it all works as it should now!
Thank you to all that tried to help me.

Drupal 7 blog post wont appear

I'm having a problem with the Drupal 7 blog system. If I add new content the blog post doesn't appear. I only see the new post when I click on "admins blog"; then the url will change to /admin and I see the new one. I just can't figure it out and I really need help with that.
I tried to look into settings, but I did not find anything that helps me.
Can someone please give me good tips how to resolve this problem. I'm new in Drupal.
More information would be helpful. What path are you trying to see it at?
Why do you think it should appear there?
Can you see it if you go to /admin/content?
Is the post have the "published" option checked?
How about the "publish to front page" option?

Backend content of page is not showing in wordpress

Okay so my problem is that, I am currently working on a website which is already been created using wordpress. My problem is that when you see the website page, there is all the data and everything is present. But when I come to the backend of the page in wordpress its not showing any content at all. I mean its like there has never been the data at all in this page. Its so confusing. Please answer me this. And kindly remember that I am not a good coder so anything that is related to coding please ellaborate it with examples.
I 've fixed it.
The problem is in charset of db.
Open wp-config.php file and just change charset to utf8 & comment the old one.
define('DB_CHARSET', 'utf8');
Thanks
Like the other commenters mentioned, you can also insert content into pages on Wordpress with pages on custom themes.
Remember to back up your site before you make any changes.
Try to change your theme by going to 'Appearance->Themes' in the Wordpress admin window and activating a new theme. Head to the page in question and see if the content is still there. If it isn't, it's being added in a custom theme, which is probably what's happening.
If that's all you need to know, you're all set - otherwise, you can use this process to find what's creating the content:
Go to your Wordpress installation directory (you'll know you're there when you see folders like 'wp-admin' and 'wp-content'), then go to 'wp-content->themes' and see what themes you have installed. You can dig around in the php files there to find the content being created. You'll need to play around with PHP if you want to learn more from there.

Change /product-category/category/name to /product-category/name

My product category urls currently look like: /product-category/category/category-name
Where the category-name is the only changing part. I would like to change /product-category/category to just /product-category, so my final url would look like: /product-category/category-name
Most of my google searches have yielded results relating to removing /product-category but I haven't found anyone talking about having this redundant extra /category in the url.
Any help is much appreciated.
You can solve this right in Wordpress. When you install woocommerce, a new setting shows up in you permalinks settings. In your wordpress dashboard, go to Settings > Permalinks. Then when you scroll down beneath your regular wordpress permalink settings you will see one for woocommerce. There you can choose what you want to actually display.
Hope this helps out.
Update after comment
Ah I see, I read to fast. I would think you would have to do a rewrite to the core wordpress function for categories. Probably a decent amount of work in creating your own plugin to do it. Looks like this plugin does a good job of it but I haven't used it. Let me know if it works.
http://wordpress.org/plugins/no-category-base-wpml/
Let me know if it works

How to scroll to comment box in Wordpress blog

I want to find the universal way to scroll to comment box in WP powered blog.
Unfortunately I cannot use ... because sometimes its named different way.
Any idea on how to do that ?
Tested on WordPress 3.1.2
To go directly to the first comment
http://example.com/path/slug/#comments
To go directly to the form to enter a new comment
http://example.com/path/slug/#respond

Resources