quiorvi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: function sackThanks esmi.
Now it works.Forum: Fixing WordPress
In reply to: Tags in single post, in easel 2.07 themeThanks again
Forum: Fixing WordPress
In reply to: Tags in single post, in easel 2.07 themeI have a new problem with H1 and H2 tags.
In my them, there is a file called header.php that put the name of the blog like a H1 in home, in single, in pages etc..<body <?php body_class(); ?>> <div id="page-head"><?php do_action('easel-page-head'); ?></div> <div id="page-wrap"> <div id="page"> <?php easel_get_sidebar('above-header'); ?> <div id="header"> <div class="header-info"> <strong> <h1><a href="<?php echo home_url(); ?>"><?php bloginfo('name') ?></a></h1> <div class="description">"<?php bloginfo('description') ?></div></strong> </div>?>I don’t want, I only want H1 for the home page, not for the rest of the pages.
Can you help me , please?
Forum: Fixing WordPress
In reply to: Tags in single post, in easel 2.07 themeThank you again.
Finally, i did this.
I disabled the titles of pages in the theme, and i worte them into the page text.Now everything work.
Forum: Fixing WordPress
In reply to: Tags in single post, in easel 2.07 themeThank you Frumph.
This exactly, that i wanted it. I don’t know enough php, and i made proves, but didn’t work.
Thank you again.Now, when is a single page uses H1 for the post title, and when is blog page uses H2.
Now I have to resolve, why the rest of the other pages have title with H2. I mean pages which aren’t nor single neither blog.