This topic contains a post which is marked as Best Answer. Press here if you would like to see it.
*

Lamanuncios

  • ***
  • 95 posts
H1 epsilon theme
« on: December 15, 2022, 01:41:40 PM »
Hi. I can’t find where set H1 on this theme, a short seo tools checker and apear without H1 my website. Any tips?

*

MB Themes

Re: H1 epsilon theme
« Reply #1 on: December 15, 2022, 02:06:57 PM »
@marian
Anywhere you like.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Lamanuncios

  • ***
  • 95 posts
Re: H1 epsilon theme
« Reply #2 on: December 15, 2022, 02:13:23 PM »
@marian
Anywhere you like.
Can I have an example please? where exactly can I put H1?

Marked as best answer by marian ion on December 15, 2022, 03:42:54 PM
*

MB Themes

Re: H1 epsilon theme
« Reply #3 on: December 15, 2022, 02:31:19 PM »
main.php
Code: [Select]
<h1>My classifieds</h1>
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Lamanuncios

  • ***
  • 95 posts
Re: H1 epsilon theme
« Reply #4 on: December 15, 2022, 03:43:15 PM »
main.php
Code: [Select]
<h1>My classifieds</h1>
I will try !!! Tks

*

Lamanuncios

  • ***
  • 95 posts
Re: H1 epsilon theme
« Reply #5 on: December 15, 2022, 05:14:39 PM »
main.php
Code: [Select]
<h1>My classifieds</h1>
I find this :

To add an h1 heading to the Epsilon theme in Osclass, you can use the following steps:

Login to the Osclass administrator dashboard and go to the Appearance > Themes page.
Click on the "Edit HTML" button for the Epsilon theme.
In the editor, locate the file where you want to add the h1 heading. This is typically the "item.php" file for individual listings or the "search.php" file for search results pages.
In the file, you can add an h1 heading using the following HTML code:
Copy code
<h1>My Heading</h1>
Replace "My Heading" with the text you want to use for the heading.
Save the file and refresh the page to see the h1 heading in action.

Wright ?

*

MB Themes

Re: H1 epsilon theme
« Reply #6 on: December 15, 2022, 05:34:45 PM »
Sounds good  ;)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Lamanuncios

  • ***
  • 95 posts
Re: H1 epsilon theme
« Reply #7 on: December 15, 2022, 05:47:26 PM »
Sounds good  ;)
If this answer is the best , can help more other osclass users this is for sure !!! But my question… is this best answer?

*

MB Themes

Re: H1 epsilon theme
« Reply #8 on: December 15, 2022, 07:59:01 PM »
@marian
I suppose your only objective is to get H1 tag on some pages, so it's OK.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Lamanuncios

  • ***
  • 95 posts
Re: H1 epsilon theme
« Reply #9 on: December 15, 2022, 08:19:37 PM »
@marian
I suppose your only objective is to get H1 tag on some pages, so it's OK.

Tks again. 👍👍👍

*

Lamanuncios

  • ***
  • 95 posts
Re: H1 epsilon theme
« Reply #10 on: December 16, 2022, 11:45:11 PM »
i put this code on main.php
<h1 style="display: none;">Compras y ventas de carros baratos, inmobiliarias, apartamentos, ropa importada, terenos, casas y much más</h1>

my h1 not apear

*

MB Themes

Re: H1 epsilon theme
« Reply #11 on: December 17, 2022, 07:41:25 AM »
Sure, you have display:none on it  ::)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

epsilon

  • ***
  • 70 posts
Re: H1 epsilon theme
« Reply #12 on: January 29, 2023, 03:23:38 PM »
Hello MB-Themen is this the area where I have to insert my H1 title? <h1><?php _e('', 'epsilon'); ?></h1> If so, do I have to insert my title between the 2 points that are empty or where epsilon is written?

*

epsilon

  • ***
  • 70 posts
Re: H1 epsilon theme
« Reply #13 on: January 29, 2023, 04:05:19 PM »
that was the right one yes, thank you has done. Regards

*

epsilon

  • ***
  • 70 posts
Re: H1 epsilon theme
« Reply #14 on: January 31, 2023, 09:25:08 AM »
Hello Mb-Themes after I put the H1 title here <h1><?php _e('title', 'epsilon'); ?></h1>, have a better seo score, but the H1 title now appears on the website even if I switch off the interactive title, what code do I have to remove so that the interactive title is not visible on the website. Regards