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
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.
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]
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]
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]
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
You need to look in loop.php. What theme are you using?
brightsmith
Member
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.