Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
I’ve found a solution which works for the excerpt in pages:
function my_add_excerpts_to_pages() { add_post_type_support('page', 'excerpt'); } add_action('init', 'my_add_excerpts_to_pages');
Also the excerpt length can be adjusted with less code via the functions.php with
function custom_excerpt_length( $length ) { return 200; } add_filter( 'excerpt_length', 'custom_excerpt_length', 999 );
if someone is also looking for this.
I think this ticket can be closed 🙂
Hi David,
that is strange.
Our page meta tab looks like in the picture (Screenshot_1.png) below and is missing the custom excerpt.
But in posts I have this custom excerpt. (Screenshot_2.png)
It just seemed to be missing in pages then. Can this be added in the next update or is there a way to access this right now?
Elias
Attachments:
You must be logged in to view attached files.Hello Rui,
how was the respond from the Development team to the request. Will there be an update soon?
This would be really helpful for people who search something on the site and where there more than one or similar results.
Elias
I don’t see in pages a Custom Excerpt is there one as well?
Ok. Thanks for the follow up.
Hello.
Did you guys come up with a excerpt solution yet?
Elias
Hi David, you are right there is a option for the RSS Feed URL for the whole blog. Unfortunately this seems to be different for single categories which I assume a processed or managed by WP itself. Am I right?
Thanks allot. 🙂
Ok. In the meantime we implemented a redirect to the main rss feed. Let me know if there will be a proper fix or solution for this. Thanks.
In WP it says Version: 3.3.32 Unfortunately our admin has restricted access to only those who are working in our company. But I guess you can see or not see this settings on your end as well or what do you see?
Hello David,
will try solution 1. hopefully today if I get some time.
2. There is no RSS setting under the dante theme menu which you have pointed out. Please see the attached screenshot.
Attachments:
You must be logged in to view attached files.Hello David,
I’ll try what you have suggested but what is the point by not using the default excerpt? Also we have many entries already and I am not going to every each of them to change the excerpt.
The Admin still says he won’t give out any server details or access. As we are using the default Dante installation you should be able to see the excerpt issue on your side as well and try to fix it.
Elias
Perfect! Thanks Rui.
Ticket can be closed 🙂
November 24, 2016 at 3:30 pm in reply to: Responsive Problem in Client and Testimonials Area #303472Awesome! Thanks…
Ticket can be closed 🙂
I have asked our server admin but he said he wouldn’t give an FTP access to the server. Sorry. Maybe you can still work something out which would be great.
-
Posted in: We hit Power Elite.