• I have a blog here https://trafficvoodooreviews.com

    If you check this post here at https://trafficvoodooreviews.com/1/what-is-internet-marketing, you will find that it has 1> at the end of the title.

    If you just view the home page it shows up as 2> after the end of the post title.

    I want the 1> and 2> removed because it does not look good and natural.

    When I see view source, the post title tag is opened using <H2> and ends with </H>2>.

    <div class="post-headline">		<h2>
    			<a href="https://trafficvoodooreviews.com/1/what-is-internet-marketing/" rel="bookmark" title="Permanent Link to What is Internet Marketing?">What is Internet Marketing?</a></h>2>
    		</div>

    How do I change the outcome so that it will get back to normal?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter ronakshah

    (@ronakshah)

    looking for someone to help
    </h>2> is what the problem is
    I don’t know where to edit the same and change the code into </h2>

    Where can I change this thing now or is there any other problem?

    I am desperate to find a solution.

    PLEASE help.

    <div class="post-headline">
    <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
    </div>
    Thread Starter ronakshah

    (@ronakshah)

    Where do I edit the code?

    What do I do with the code your provided?

    Try looking in your theme’s index.php and single.php template files.

    Thread Starter ronakshah

    (@ronakshah)

    there is no single.php file in there..

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Altualpha theme: Getting 2> after post title, need help removing the same’ is closed to new replies.