Forums

Show entire blog post in WordPress (9 posts)

  1. brightsmith
    Member
    Posted 1 year ago #

    I would like my entire blog post to show on this page:
    http://brightsmithcreative.com/category/fresh-ideas-blog/

    I am nut sure which PHP file to modify. I believe I am suppose to change the_excerpt() with the_content(). but not sure which file to modify

    archives.php
    better-excerpts.php
    loop-entry.php

    main index.php or some other file

  2. esmi
    Theme Diva & Forum Moderator
    Posted 1 year ago #

    If your theme does not have a category.php file, then archives.php would be the template file that is currently displaying the category pages. Something like:

    <?php if( is_category( 'fresh-ideas-blog' ) ) the_content();
    else the_excerpt();?>

    should work.

  3. brightsmith
    Member
    Posted 1 year ago #

    Hi Thanks for answering, I see nothing like that in my archives.php file

    This is what I have

    [Code moderated as per the Forum Rules. The maximum number of lines of code that you can post in these forums is ten lines. Please use the pastebin]

  4. brightsmith
    Member
    Posted 1 year ago #

    Hi Thanks for answering, I see nothing like that in my archives.php file

    This is what I have
    [Code moderated as per the Forum Rules. The maximum number of lines of code that you can post in these forums is ten lines. Please use the pastebin]

  5. brightsmith
    Member
    Posted 1 year ago #

    Hi Thanks for answering. I don't have that in my archives file.

    [Stop posting the same 35 lines of code here! The maximum number of lines of code that you can post in these forums is ten lines. Use the pastebin]

  6. brightsmith
    Member
    Posted 1 year ago #

    Hi Thanks for answering. I don't have that in my archives file.

    Here's what my archive file shows: http://pastebin.com/index/D26B2gwF

  7. esmi
    Theme Diva & Forum Moderator
    Posted 1 year ago #

    You need to look in loop.php. What theme are you using?

  8. brightsmith
    Member
    Posted 1 year ago #

  9. esmi
    Theme Diva & Forum Moderator
    Posted 1 year ago #

    Sorry but your chosen theme is not released under GPL. Non GPL products are not welcome in the WordPress community. Official WordPress policy states that all plugins and themes that are publicly released are required to adhere to http://wordpress.org/about/gpl/

    Any support requests for non-GPL products are usually ignored, in the interests of supporting the community and its freedoms.

Topic Closed

This topic has been closed to new replies.

About this Topic