Blog shows Excerpt instead of Content
Hello there,
currently i have blogposts which have no excerpt but content. So on my Website it shows all the content and it fits perfectly.
But now i also need the excerpt for the Post on another page. So my problem is, that when i give an excerpt to a post, it doesnt show me the content, instead it shows me the excerpt what i dont want.
Is there a way to change this?
Comments
Hello,
Can you explain to me greater what did you do to set it up?
Also, can you send me a link with working post, and a link to the one showing excerpt, please?
Thanks
Okay, so i used the "Blog" option from muffinbuilder to show the posts.
so I have posts with an excerpt, an posts wihtout an excerpt. My Problem is, that posts WITH an Excerpt are shown with the excerpt and without the content. But thats not how i want it. I want to give the post an excerpt, but i dont want to display it.
More likely there should be a option in the Blog shortcode, where u can choose what you want to show. Either the excerpt or directly the content.
Without Excerpt:
With Excerpt:
here another screenshot from the blog shortcode
Sorry, but you did not send a link to your website.
Can you send it, please?
Thanks
its on localhost.. but i have an older version:
https://karlsruher-pass.de/
Are you able to make your website live? You can upload the newer version into the subdomain.
When you will do it, please, send us WordPress dashboard access privately thru the contact form, which is on the right side at http://themeforest.net/user/muffingroup#contact, and we will check what might be the reason.
Notice!
Please attach a link to this forum discussion.
Thanks
sent
Can you update the BeTheme to the latest version?
Actual one is really outdated and it can make a lot of issues with actual WP version.
If you do not know how to do it, please follow this topic:
https://support.muffingroup.com/faq/how-to-update-betheme/
Thanks
i have registrered the theme. But there is no Update.
i click on update betheme:
but then there is no Theme update available:
Then please, download the latest version of BeTheme from your themeforest profile, then connect into your server using FTP, rename old betheme folder to something else (example: 'old_betheme'), and upload the package with theme downloaded from the theme forest.
Like mentioned here, the FTP way:
Remember to rename old betheme directory, not rename it :)
thanks
now its up to date but still the same problem
You set the 1200 length of the excerpt, which means it will display that amount of text which is inserted in the content of the post (WP Editor content)
If you want to hide/disable the excerpt from there, please change that value to 0
Theme Options -> Blog, Portfolio & Shop -> Blog
Thanks
changed it. Still no the same
Just to be sure, you want to remove that [...] desc, right?
thanks
No thats not what i want. I changed your Post according to "Textauszug" (Excerpt):
and i dont want to display "aaaaaaaaaaa".
Then, please use this CSS code, it will hide the code from the homepage.
thanks
This is not what i want.
So to make things clear again:
There is some php Code, that shows the content from the post IF there is no excerpt given. IF the excerpt is given, it shows the excerpt. And thats exactly what i dont want. I want to give an Excerpt, BUT i DONT want it be shown. I want still the content to be shown.
this is what i want to show:
but if i give an excerpt (in german "Textauszug"), it shows the excerpt and not the content:
here the excerpt contains "aaaaaaaaaaaaaaaa" and i dont want to show the "aaaaaaaaaaaa"
Sorry, but unfortunately, there is no option to achieve that. This functionality comes from WordPress, and we did not modify it.
If you would like to change that, you would have to modify the theme files, but we do not provide support with that.
Thanks
well but you use some wordpress functions in your blog shortcode. Could you tell me where i can find this in the code?
You won't be able to change that by changing our shortcode, it does not have any scope for disabling that functionality.
To do that, you have to edit the single post template, but I do know, if wordpress have the function to display that thing, that you want to achieve.
thanks
i manged to solve it.
And Yes i changed Code in BeTheme. The Blog is build there under /wp-content/themes/betheme/includes/content-post.php
There it gets the excerpt from the post. I changed it to get_the_content() to get the actual content from the Post.
Thanks