Support ForumHide category and read more button on blog – Support Forum https://support.ishyoboy.com/forums/topic/hide-category-and-read-more-button-on-blog/feed/ Sat, 18 May 2024 11:40:59 +0200 http://bbpress.org/?v=2.5.12-6148 en-US https://support.ishyoboy.com/forums/topic/hide-category-and-read-more-button-on-blog/#post-2946 <![CDATA[Hide category and read more button on blog]]> https://support.ishyoboy.com/forums/topic/hide-category-and-read-more-button-on-blog/#post-2946 Tue, 24 Jun 2014 11:19:05 +0000 reinki0013 Hey Guys!

on my site, i donĀ“t want to show in the subline

24. JUNI 2014 by ENGELBERT STEINKOGLER in category NEUIGKEITEN

I only want to show the date, and not the author and the category.

Is this possible?

Next question -> the text “Read More” -> can i change this text to a german text?

cheers!

]]>
https://support.ishyoboy.com/forums/topic/hide-category-and-read-more-button-on-blog/#post-2947 <![CDATA[Reply To: Hide category and read more button on blog]]> https://support.ishyoboy.com/forums/topic/hide-category-and-read-more-button-on-blog/#post-2947 Tue, 24 Jun 2014 11:19:55 +0000 reinki0013 sorry – here is the link that you can see what i mean:

https://www.steinkogler.eu/category/neuigkeiten/

And also – in the url -> how can i remove “/category” !?

]]>
https://support.ishyoboy.com/forums/topic/hide-category-and-read-more-button-on-blog/#post-2956 <![CDATA[Reply To: Hide category and read more button on blog]]> https://support.ishyoboy.com/forums/topic/hide-category-and-read-more-button-on-blog/#post-2956 Tue, 24 Jun 2014 15:20:14 +0000 IshYoBoy Hey,

This is the function which outputs the details. You can define it in your child theme in functions.php and remove the parts you don’t need:

The read more button needs to be removed for every file like:
wp-content\themes\boldial\content-post-*.php, so audio, video, standard, etc..

Be careful to remove it only from the part which is inside the block:

P.S. We recommend you to copy every single file to your child theme and do the change there. If you edit it directly in your parent theme the changes will be overwritten with the next theme update.

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>
https://support.ishyoboy.com/forums/topic/hide-category-and-read-more-button-on-blog/#post-2981 <![CDATA[Reply To: Hide category and read more button on blog]]> https://support.ishyoboy.com/forums/topic/hide-category-and-read-more-button-on-blog/#post-2981 Wed, 25 Jun 2014 05:08:14 +0000 reinki0013 okay – thank guys.

but when i create a child-theme, and make a new file called “functions.php” -> its an emtpy file. than i copied

function ishyoboy_get_post_details(){
$return = '';

/*global $post;
$author_id=$post->post_author;
get_author_posts_url( $author_id );*/

ob_start(); ?>
<span class=”ish-blog-post-details”>
“><?php the_time( get_option( 'date_format' ) ); ?>
<span><?php _e( 'by', 'ishyoboy'); ?></span> <?php the_author_posts_link(); ?>
<?php if ( has_category() ) : ?>
<span><?php _e( 'in category', 'ishyoboy'); ?></span> <?php the_category(', '); ?>
<?php endif; ?>
<?php if ( has_tag() ) : ?>
<span><?php _e( 'tagged as', 'ishyoboy'); ?></span> <?php the_tags('', ', '); ?>
<?php endif; ?>
<?php if ( is_single() ) : ?>
<?php _e( 'with', 'ishyoboy'); ?> “><i class=”ish-icon-chat”></i><?php comments_number('0', '1', '%'); ?>
<?php _e( 'and', 'ishyoboy'); ?> <?php ishyoboy_the_likes( false ); ?>
<?php endif; ?>

</span>
<?php
$return .= ob_get_contents();
ob_end_clean();

return $return;
}

into my “functions.php” -> but then, i got an error and all is white and i can`t reach the website anymore.
are there anythings i should do in this file too?!

cheers!

]]>
https://support.ishyoboy.com/forums/topic/hide-category-and-read-more-button-on-blog/#post-2985 <![CDATA[Reply To: Hide category and read more button on blog]]> https://support.ishyoboy.com/forums/topic/hide-category-and-read-more-button-on-blog/#post-2985 Wed, 25 Jun 2014 05:54:02 +0000 reinki0013 hey guys!

worked so far very good now :) thanks…
one last question -> the breadcrumb on my site “Neuigkeiten”

Breadcrumb

i only want to see just on the right side of the “home-button” just one entry -> no “> ARCHIVES…” and “> NEUIGKEITEN…”

i only want to see
“HOME-Button > Gibt es einen Unterschied?Treppe oder Stiege oder Stufe?”

cheers!

]]>
https://support.ishyoboy.com/forums/topic/hide-category-and-read-more-button-on-blog/#post-2992 <![CDATA[Reply To: Hide category and read more button on blog]]> https://support.ishyoboy.com/forums/topic/hide-category-and-read-more-button-on-blog/#post-2992 Wed, 25 Jun 2014 08:11:31 +0000 IshYoBoy Hi reinki0013,

we’re glad the blog details and function.php has worked.

Regarding breadcrumbs bar please open a new thread. We try to keep our support forum organized so it’s much better to solve each specific problem as separate thread. Each user can clearly see it ;)

Thanks in advance
Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>