Drupal 7 blog post wont appear - drupal

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?

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.

I need to change my wordpress theme's add on to my desired design

This is my first topic here. I need help with my WordPress theme. This is my site I need the help with, https://assetbangla.com/
Here there is an advanced search option at the beginning of the site. Like this. https://i.imgur.com/gjLwRgt.jpg
Now I want this to look like this in both desktop and laptop. https://i.imgur.com/kgyBOMi.jpg
And on the mobile, I need to fix this. Right now it’s showing distorted…
https://i.imgur.com/xUxlX7v.jpg
Please help me with this. It will be a world to me. Thanks so much.
Given the class name "wppb-builder-container" it looks like the plugin "Profile Builder" by Cozmolabs was used to create this form. In that case you should find a "Profile Builder" section in your admin area:
Screenshot of Profile Builder in Wordpress admin area
You can find the documentation for the plugin here:
https://www.cozmoslabs.com/docs/profile-builder-2/
And you can reach the support of Cozmolabs here:
https://www.cozmoslabs.com/support/open-ticket/

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

Permalink Linking Issues (Wordpress)

My current blog is www.bostonsbettah.com and my current permalink set-up is http://www.bostonsbettah.com/%category%/%postname%/
Now, in a perfect world, the a post should appear as something like www.bostonsbettah.com/bostonbruins/boston-bruins-1st-line-playing-like-a-1st-line/ and that should take you to the post. When I click on the page title at the top such as "Bruins Blog", it should take me to www.bostonsbettah.com/bostonbruins/ that has an archive of all posts categorized as "Bruins". Currently, however, every page besides the home page is a 404 error.
Now I know I can fix something in the .htaccess file and I know how to access it, but I don't want to mess with it as I don't know how to code. Is there a fix someone can provide that will allow me to fix my website? Thank you in advance.
Never,ever,ever put your blog URL inside custom permalink structure!. You must use one of the structure tags, or a combination of tags only.
Read the documentation first.

Wordpress Comment form simple

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.

Resources