Support ForumRemoving "Categories" word – Support Forum https://support.ishyoboy.com/forums/topic/removing-categories-word/feed/ Fri, 03 May 2024 01:43:07 +0200 http://bbpress.org/?v=2.5.12-6148 en-US https://support.ishyoboy.com/forums/topic/removing-categories-word/#post-3976 <![CDATA[Removing "Categories" word]]> https://support.ishyoboy.com/forums/topic/removing-categories-word/#post-3976 Wed, 06 Aug 2014 04:43:44 +0000 pastthewire Hi,

Is it possible to remove the word “categories from my blog post as seen here: https://www.pastthewire.com/category/columns/pick-6-king/

Thanks!

]]>
https://support.ishyoboy.com/forums/topic/removing-categories-word/#post-3984 <![CDATA[Reply To: Removing "Categories" word]]> https://support.ishyoboy.com/forums/topic/removing-categories-word/#post-3984 Wed, 06 Aug 2014 11:16:41 +0000 IshYoBoy Hey pastthewire,

unfortunately the link is private, you probably have some kind of maintaining mode on your WP installation. Could you please create an account for us and send to us private message with login / pass so we could see what exactly you mean?

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

]]>
https://support.ishyoboy.com/forums/topic/removing-categories-word/#post-4023 <![CDATA[Reply To: Removing "Categories" word]]> https://support.ishyoboy.com/forums/topic/removing-categories-word/#post-4023 Fri, 08 Aug 2014 02:46:17 +0000 pastthewire https://support.ishyoboy.com/forums/topic/removing-categories-word/#post-4026 <![CDATA[Reply To: Removing "Categories" word]]> https://support.ishyoboy.com/forums/topic/removing-categories-word/#post-4026 Fri, 08 Aug 2014 08:51:09 +0000 IshYoBoy Hi again,

thank you login. Now we see what exactly you mean. The process is pretty simple.

1. Because there has to be made change in the code please make sure you use Nalleto child-theme, so all the changes will remain after future update

2. Copy file “archive.php” from nalleto’s parent theme to the root directory of Nalleto’s child-theme

3. Edit this file “archive.php” in your child-theme and look for line nr. 15, you should see this:

$lead .= '<h1 class="color1">' . __( 'Category: ', 'ishyoboy' ) . $current_term->name . '</h1>';

4. Please change it to this:

$lead .= '<h1 class="color1">' . $current_term->name . '</h1>';

It will do the trick ;)

Please let us know if it helps or if you have any other questions
IshYoBoy

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/removing-categories-word/#post-4380 <![CDATA[Reply To: Removing "Categories" word]]> https://support.ishyoboy.com/forums/topic/removing-categories-word/#post-4380 Fri, 29 Aug 2014 01:05:01 +0000 pastthewire I found the area, however, I am unsure what to change… it looks like it is already the way you would like me to change the code to…

if (is_category()){
$current_term = get_queried_object();
$lead = ‘<div class=”category-lead post-category-lead”>’;
$lead .= ‘<h1 class=”color1″>’ . $current_term->name . ‘</h1>’;
$lead .= (” != do_shortcode($current_term->description)) ? do_shortcode($current_term->description) : ”;
$lead .= ‘</div>’;
ishyoboy_custom_lead($lead);

]]>
https://support.ishyoboy.com/forums/topic/removing-categories-word/#post-4393 <![CDATA[Reply To: Removing "Categories" word]]> https://support.ishyoboy.com/forums/topic/removing-categories-word/#post-4393 Fri, 29 Aug 2014 10:10:43 +0000 IshYoBoy Hi,

Long time no hear ;)

Maybe we changed it right away. Is the problem solved? If not please provide again the link as the original one shows page not found error.

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/removing-categories-word/#post-4430 <![CDATA[Reply To: Removing "Categories" word]]> https://support.ishyoboy.com/forums/topic/removing-categories-word/#post-4430 Tue, 02 Sep 2014 19:04:09 +0000 pastthewire Hi again,

It did not fix the problem unfortunately… still has the word categories. Maybe there is another way to fix this- Can I create 2 blogs? instead of creating 2 categories under the parent blog.

Right now I have BLOG as the parent and 2 categories but I would like to just have 2 different blogs if possible.

Thanks!

]]>
https://support.ishyoboy.com/forums/topic/removing-categories-word/#post-4434 <![CDATA[Reply To: Removing "Categories" word]]> https://support.ishyoboy.com/forums/topic/removing-categories-word/#post-4434 Wed, 03 Sep 2014 06:01:12 +0000 IshYoBoy Hey,

Hmm.. seems like we do not understand the problem correctly. Is there a chance to:

1. Provide a screenshot which shows the word “categories” that needs to be removed? We do not know which one exactly you mean?

2. Provide a link to a page where we can see it. The original link links to a 404 Not Found page. (See Yourself)

Do you mean any of these?
minicorp_categorties_word_remove

To have 2 separate blogs you need to use a plugin to create a new custom post type and then use the child theme to create its templates.

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/removing-categories-word/#post-4445 <![CDATA[Reply To: Removing "Categories" word]]> https://support.ishyoboy.com/forums/topic/removing-categories-word/#post-4445 Thu, 04 Sep 2014 04:52:29 +0000 pastthewire Yes, I am referring the #1 in the above image. What is the plugin that you are suggesting?

Thanks!

]]>
https://support.ishyoboy.com/forums/topic/removing-categories-word/#post-4450 <![CDATA[Reply To: Removing "Categories" word]]> https://support.ishyoboy.com/forums/topic/removing-categories-word/#post-4450 Thu, 04 Sep 2014 16:18:54 +0000 IshYoBoy Hey there,

We have suggested to use a child theme in THIS ANSWER. However we do not see any child-theme being available under Appearance -> Themes, neither it is activated.

We have updated the mentioned code inside archive.php in the parent theme but this change will be lost with next update so please rather use a child theme, copy the mentioned file from parent theme, upload the child-theme and activate it.

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

]]>