Support ForumDelete the blog post details and override “ishyoboy_get_post_details” function – Support Forum https://support.ishyoboy.com/forums/topic/delete-the-blog-post-details-and-override-ishyoboy_get_post_details-function/feed Sat, 21 Dec 2024 16:20:24 +0200 http://bbpress.org/?v=2.5.12-6148 en-US https://support.ishyoboy.com/forums/topic/delete-the-blog-post-details-and-override-ishyoboy_get_post_details-function/#post-4904 <![CDATA[Delete the blog post details and override “ishyoboy_get_post_details” function]]> https://support.ishyoboy.com/forums/topic/delete-the-blog-post-details-and-override-ishyoboy_get_post_details-function/#post-4904 Tue, 30 Sep 2014 21:57:15 +0000 simonadp i need to delete the blog post details, i looked for the div “.ish-blog-post-details” in almost all the php files but i couldn’t find it.
i want to delete only the author (by…) and the category (in category…), but keep the date. that’s why i can’t use the css, but i have to modify the php file.

please can you tell me where is the file?

i need to make this change both in the CATEGOR BLOG ARCHIVE PAGE and in the TAGLINE SINGLE BLOG PAGE. thanks!

]]>
https://support.ishyoboy.com/forums/topic/delete-the-blog-post-details-and-override-ishyoboy_get_post_details-function/#post-4905 <![CDATA[Reply To: Delete the blog post details and override “ishyoboy_get_post_details” function]]> https://support.ishyoboy.com/forums/topic/delete-the-blog-post-details-and-override-ishyoboy_get_post_details-function/#post-4905 Tue, 30 Sep 2014 22:08:10 +0000 simonadp well, the right question is:

in which file can i find (and modify) the function “ishyoboy_get_post_details”? thank you

]]>
https://support.ishyoboy.com/forums/topic/delete-the-blog-post-details-and-override-ishyoboy_get_post_details-function/#post-4917 <![CDATA[Reply To: Delete the blog post details and override “ishyoboy_get_post_details” function]]> https://support.ishyoboy.com/forums/topic/delete-the-blog-post-details-and-override-ishyoboy_get_post_details-function/#post-4917 Wed, 01 Oct 2014 07:08:58 +0000 IshYoBoy Hey simonadp,

that’s true that you cannot use CSS. The function you are looking for is in the “assets/functions/theme-plugin-functions.php”.

Just please make sure you use child-theme so your changes will not be removed with the new updates.

Hope it helps you
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/delete-the-blog-post-details-and-override-ishyoboy_get_post_details-function/#post-4921 <![CDATA[Reply To: Delete the blog post details and override “ishyoboy_get_post_details” function]]> https://support.ishyoboy.com/forums/topic/delete-the-blog-post-details-and-override-ishyoboy_get_post_details-function/#post-4921 Wed, 01 Oct 2014 08:14:52 +0000 simonadp found it, many many thanks!
and what about the “ishyoboy_blogpost_prev_next” function?
where it is?

]]>
https://support.ishyoboy.com/forums/topic/delete-the-blog-post-details-and-override-ishyoboy_get_post_details-function/#post-4932 <![CDATA[Reply To: Delete the blog post details and override “ishyoboy_get_post_details” function]]> https://support.ishyoboy.com/forums/topic/delete-the-blog-post-details-and-override-ishyoboy_get_post_details-function/#post-4932 Thu, 02 Oct 2014 07:05:39 +0000 IshYoBoy Hi,

We don’t recommend modifying the functions directly as your changes will be lost in the next theme update. Rather override them via child theme. You can also use the starter one we provided along with the parent theme. See these topics for example:

Ish Like and Comment buttons

Hide category and read more button on blog

To read more about child themes:
https://codex.wordpress.org/Child_Themes

Regarding the “ishyoboy_blogpost_prev_next” function. You can find it here:
wp-content\themes\boldial\assets\framework\wp\options\custom-functions.php

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/delete-the-blog-post-details-and-override-ishyoboy_get_post_details-function/#post-7311 <![CDATA[Reply To: Delete the blog post details and override “ishyoboy_get_post_details” function]]> https://support.ishyoboy.com/forums/topic/delete-the-blog-post-details-and-override-ishyoboy_get_post_details-function/#post-7311 Wed, 18 Mar 2015 12:09:41 +0000 codeKameleon Hi,

Like simonapd, i need to keep the date information but hide/remove the other ones. Tell me if i’m right: the best practice would be to copy the theme-plugin-functions.php and drag it to the child theme, then remove the lines i don’t need on this file ?

I tried to do that and removing these lines but it doesn’t work. What am i doing wrong ? Thx

blog post details

]]>
https://support.ishyoboy.com/forums/topic/delete-the-blog-post-details-and-override-ishyoboy_get_post_details-function/#post-7317 <![CDATA[Reply To: Delete the blog post details and override “ishyoboy_get_post_details” function]]> https://support.ishyoboy.com/forums/topic/delete-the-blog-post-details-and-override-ishyoboy_get_post_details-function/#post-7317 Wed, 18 Mar 2015 12:19:36 +0000 IshYoBoy Hey,

You can override the function by copying its definition to the “functions.php” file of your Child Theme not the whole file.

Have you read the suggested article in our previous post?

Ish Like and Comment buttons

Make sure to also read this article to better picture about Child themes https://codex.wordpress.org/Child_Themes

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/delete-the-blog-post-details-and-override-ishyoboy_get_post_details-function/#post-7324 <![CDATA[Reply To: Delete the blog post details and override “ishyoboy_get_post_details” function]]> https://support.ishyoboy.com/forums/topic/delete-the-blog-post-details-and-override-ishyoboy_get_post_details-function/#post-7324 Wed, 18 Mar 2015 13:37:06 +0000 codeKameleon Ok, indeed i should have read that before asking. It works fine, thanks.

]]>
https://support.ishyoboy.com/forums/topic/delete-the-blog-post-details-and-override-ishyoboy_get_post_details-function/#post-7327 <![CDATA[Reply To: Delete the blog post details and override “ishyoboy_get_post_details” function]]> https://support.ishyoboy.com/forums/topic/delete-the-blog-post-details-and-override-ishyoboy_get_post_details-function/#post-7327 Wed, 18 Mar 2015 18:50:25 +0000 IshYoBoy Hey,

Very glad to hear that! Overriding whole files is mainly meant for templates and static files not containing any function definitions.

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

]]>