Support ForumHide date/author/category details? – Support Forum https://support.ishyoboy.com/forums/topic/hide-dateauthorcategory-details/feed/ Fri, 03 May 2024 22:50:14 +0200 http://bbpress.org/?v=2.5.12-6148 en-US https://support.ishyoboy.com/forums/topic/hide-dateauthorcategory-details/#post-3765 <![CDATA[Hide date/author/category details?]]> https://support.ishyoboy.com/forums/topic/hide-dateauthorcategory-details/#post-3765 Wed, 23 Jul 2014 15:18:21 +0000 Artisan I want to remove the line that appears below the blog tile that shows the date, author and category, for example July 23, 2014 by Author in category Uncategorized with 0 and 0.

I’ve tried display: none; for various classes that show up for that line in Firebug but none of them remove the line. Does anyone know how/where I can do this please?

]]>
https://support.ishyoboy.com/forums/topic/hide-dateauthorcategory-details/#post-3768 <![CDATA[Reply To: Hide date/author/category details?]]> https://support.ishyoboy.com/forums/topic/hide-dateauthorcategory-details/#post-3768 Wed, 23 Jul 2014 15:44:07 +0000 IshYoBoy Hi again,

hiding blog details has been already solved here. For how to do it please read this post https://support.ishyoboy.com/forums/topic/remove-author-date-etc-and-block-before-the-footer/

Hope it will help
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-dateauthorcategory-details/#post-3773 <![CDATA[Reply To: Hide date/author/category details?]]> https://support.ishyoboy.com/forums/topic/hide-dateauthorcategory-details/#post-3773 Wed, 23 Jul 2014 17:24:44 +0000 Artisan That’s great, many thanks, that was one class I hadn’t tried!

]]>
https://support.ishyoboy.com/forums/topic/hide-dateauthorcategory-details/#post-3775 <![CDATA[Reply To: Hide date/author/category details?]]> https://support.ishyoboy.com/forums/topic/hide-dateauthorcategory-details/#post-3775 Thu, 24 Jul 2014 05:42:56 +0000 IshYoBoy Hey,

:) That’s the law of unintended consequences.. It’s always the last option no matter how many you try. Feel free to get back to us if you need any further help.

Please consider rating Boldial in your Downloads Section on ThemeForest. A 5 star rating is always a great motivation for us!

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-dateauthorcategory-details/#post-5512 <![CDATA[Reply To: Hide date/author/category details?]]> https://support.ishyoboy.com/forums/topic/hide-dateauthorcategory-details/#post-5512 Sun, 16 Nov 2014 17:13:20 +0000 giansul And if I want to hide only the author name? How can I do?

]]>
https://support.ishyoboy.com/forums/topic/hide-dateauthorcategory-details/#post-5516 <![CDATA[Reply To: Hide date/author/category details?]]> https://support.ishyoboy.com/forums/topic/hide-dateauthorcategory-details/#post-5516 Mon, 17 Nov 2014 08:50:35 +0000 IshYoBoy Hey,

for removing only the author it is needed to edit existing code.

Firstly we highly recommend to use child-theme and override main functions in it so with another update of the theme you will not lose your code changes.

The function for displaying blog details is in the file “assets/functions/theme-plugin-functions.php”. It’s called “ishyoboy_get_post_details” on the line nr 366. To remove author simply comment / delete line nr 380 which should be exactly this:

<span><?php _e( 'by', 'ishyoboy'); ?></span> <?php echo the_author_posts_link(); ?>

Hope it helps
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

]]>