• Resolved Akumar9

    (@akumar9)


    hi,

    my name is ashish and i am using your heatmap theme

    it”s awesome but facing a little error

    that”s why i contact you

    error = when contributor posting an article at my site it posting with good expert format under home page ( which i want )

    but when author posting article it showing complete post under home page ( this is the problem )

    but i want to display this as excerpt.

    please help

    thank you very much

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author heatmap

    (@stuartwider)

    I don’t think what you describe is an error as such, just normal theme behavior, but your question is not clear.

    Are you just asking how to display excerpts on the home page rather than full posts?

    If so there are three methods…

    1) Best for SEO
    Create a custom (nicely keyworded) excerpt in the post editor (scroll down the post editor screen to find it).
    If you cant find the excerpt box click on the ‘Screen options’ tab at the top right of the post editor to reveal it.

    2) Easy and precise
    Use the <!–more–> tag in your posts to define where the post ‘cuts off’ on the home page. There is a button the post visual editor and html editor to add this tag.

    3) Change the code… (heatmap Adaptive is hook based so its easy to do)

    In index.php find…
    add_action(‘heatmapthemead_blog_posts_hook’,’heatmapthemead_the_content’);

    replace with

    add_action(‘heatmapthemead_blog_posts_hook’,’heatmapthemead_the_excerpt’);

    This will give you automatic WordPress excerpts on the home page.

    Theme Author heatmap

    (@stuartwider)

    ok Ashish,
    Since you’ve not got back to me,
    I’ll assume your question is resolved.

    Thread Starter Akumar9

    (@akumar9)

    thanks for your support

    And my problem has been solved using your 3 step

    thanks….

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘author post display full view not excerpt’ is closed to new replies.