Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #432792

    Hey Team,
    I have three questions:

    1.) What I have to do for change the thumbnailsize in blog-archive in the left:
    http://neu.inputaudio.de/category/creek/
    I know there are more and bigger sizes off all images, but I don’t know what I
    have to do for using this sizes.

    2.) What I have to to for eliminate the […] after the more content?
    Instead of this, I will show the whole text from top to more, not truncated.

    2.) The featured image will not shown in the single post:
    http://neu.inputaudio.de/evolution-100a-vollverstaerker/
    What is wrong?

    Thank you for your answers and best regards
    Mike

    #433423

    Hi Team,

    nobody can help me and answer my questions?
    Hope you will found time to drop me some lines?!

    Best regards
    Mike

    #434280

    Hey!

    1. You can change the size for those on line 118 in the functions.php file. You may need to regenerate your thumbnails afterwards to see the changes.

    2. Set your posts to display the full content instead of a summary in Dashboard > Settings > Reading.

    3. It’s because your using the advanced layout editor on the post. If you want the post to display like a regular post instead of a page then be sure to use the default editor.

    Regards,
    Elliott

    #434871

    Hey,

    1.) ok
    2.) I don’t wont the full content, I wont the more content (excerpt) *whithout* […]
    3.) I will use the advanced editor and the featured image shown, becaus this
    is the only comfortably way for users to edit content *after* the first time.

    Elliott, don’t use phrases please. I have wated 2 days for this answer,
    this is not really friendly! Thank you!

    Best regards
    Mike

    #436056

    Hi!

    2.) Refer to this post: https://kriesi.at/support/topic/how-to-change-read-more/#post-369455
    3.) As Elliott told you already: It’s not possible to show a featured image when you use the ALB for your posts instead of the default editor. You would need to add it manually as a normal image.

    You can also use the search function of this forum to find a (quicker) solution.

    Regards,
    Andy

    #436963

    Hi Andy,

    2.) That is not what I mean. The text of the more link have the rigth language, I don’t want
    this […] *before* the link! Example: http://neu.inputaudio.de/category/creek/

    3.) ok. maybe I have to modify the template?!

    Be shure please, i am using the search function, don’t think that was all
    questions what I had, take a look at the site and you will see I changes a lot.
    Your documentation and your forum are nice, i found many answers, but not all ;)

    Best regards
    Mike

    #436967

    Hi!

    Please add following code to Functions.php file in Appearance > Editor

    `function new_excerpt_more( $more ) {
    	return '<a class="read-more" href="'. get_permalink($post->ID) . '"> Read more..</a>';
    }
    add_filter('excerpt_more', 'new_excerpt_more');`

    Best regards,
    Yigit

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.