Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Center area post/pages » Post-Kicker, -Byline & -Footer »

[SOLVED] Category Pages showing only one post and only the subject of that post.


  #1  
Old Nov 7, 2009, 05:43 PM
casahac
 
24 posts · Nov 2009
The subject kinda says it all. I'm converting the Wordpress blog of a non-profit organization to Atahualpa. It is looking really good, but the category pages are only showing one post and only the subject of that post, although they are linked to the whole post.

I want these pages to show at least 5 of the most recent posts, with all the usual info about the post and can't find the trick to getting over this hurdle.

Thanks for any help.

Cheers,

casahac
  #2  
Old Nov 7, 2009, 06:47 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
What version of Atahualpa, WP and PHP?
What is the url?
What page shows the issue
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #3  
Old Nov 7, 2009, 07:34 PM
casahac
 
24 posts · Nov 2009
Atahualpa 3.4.4, Wordpress 2.8.5, php 5.2.5

http://www.peacefresno.org

All three category pages are in the same condition; calendar, news and upcoming events.

Thank you!

casahac
  #4  
Old Nov 7, 2009, 07:53 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
try disabling the plugins you have. Something is causing the pages to be interupted during their creation . They are not being fully created, the HTML that is, and that is why you don't see any thing.

If any of the plugins relate to categories, disable them first.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #5  
Old Nov 7, 2009, 08:26 PM
casahac
 
24 posts · Nov 2009
All are disabled, no change in the pages.

Sigh............

casahac
  #6  
Old Nov 8, 2009, 04:28 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
Did you make any change to any of the options at ATO->Style & edit CENTER COLUMN?
Did you add any widget areas in?

There is some 'other' code that is running when it trys to build the category page and it is crashing.

If you can access the site error log, you may see some more information.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support

Last edited by juggledad; Nov 8, 2009 at 04:30 AM.
  #7  
Old Nov 8, 2009, 01:40 PM
casahac
 
24 posts · Nov 2009
I've made no changes to the ATO->Style & edit CENTER COLUMN. This is how the error log reads:

Here are the most recent errors:

PHP Fatal error: Allowed memory size of 12582912 bytes exhausted (tried to allocate 787275 bytes) in /hermes/web08/b1660/moo.peacef/wp-includes/formatting.php on line 87
PHP Fatal error: Allowed memory size of 12582912 bytes exhausted (tried to allocate 150 bytes) in /hermes/web08/b1660/moo.peacef/wp-includes/formatting.php on line 31
PHP Fatal error: Allowed memory size of 12582912 bytes exhausted (tried to allocate 787275 bytes) in /hermes/web08/b1660/moo.peacef/wp-includes/formatting.php on line 87
PHP Fatal error: Allowed memory size of 12582912 bytes exhausted (tried to allocate 787275 bytes) in /hermes/web08/b1660/moo.peacef/wp-includes/formatting.php on line 87
PHP Fatal error: Allowed memory size of 12582912 bytes exhausted (tried to allocate 154 bytes) in /hermes/web08/b1660/moo.peacef/wp-includes/formatting.php on line 31
PHP Fatal error: Allowed memory size of 12582912 bytes exhausted (tried to allocate 176 bytes) in /hermes/web08/b1660/moo.peacef/wp-includes/formatting.php on line 31
PHP Fatal error: Allowed memory size of 12582912 bytes exhausted (tried to allocate 151 bytes) in /hermes/web08/b1660/moo.peacef/wp-includes/formatting.php on line 31
PHP Fatal error: Allowed memory size of 12582912 bytes exhausted (tried to allocate 164 bytes) in /hermes/web08/b1660/moo.peacef/wp-includes/formatting.php on line 31
PHP Fatal error: Allowed memory size of 12582912 bytes exhausted (tried to allocate 159 bytes) in /hermes/web08/b1660/moo.peacef/wp-includes/formatting.php on line 31
PHP Fatal error: Allowed memory size of 12582912 bytes exhausted (tried to allocate 787275 bytes) in /hermes/web08/b1660/moo.peacef/wp-includes/formatting.php on line 87

Hope this helps!

casahac
  #8  
Old Nov 8, 2009, 02:25 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
It looks like you are running out of PHP memory. You need to talk to your host provider. (Who is it?)
Try swapping to the default theme and see if you get the same errors
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #9  
Old Nov 8, 2009, 03:45 PM
casahac
 
24 posts · Nov 2009
This is progress.

I increased the php memory from 18M to 24M. Now I get this message on all 3 category pages;

Fatal error: Call to undefined function CPbreadcrumbs() in /hermes/web08/b1660/moo.peacef/wp-content/themes/atahualpa/category.php on line 30

Line 30 of category.php reads:

<span class="filedunder" id="pagedunder"><?php CPbreadcrumbs(); echo wp_title(); ?></span>

Thanks again,

casahac
  #10  
Old Nov 8, 2009, 06:03 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
you must have a custom template in your Atahualpa theme folder. There is no category.php in the theme.

Did you code this yourself? If not, edit it and see if you can see where is came from.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #11  
Old Nov 8, 2009, 06:23 PM
casahac
 
24 posts · Nov 2009
That file being there was my mistake. I deleted it and everything is now the way I want it on the category pages.

Now off to the sidebars........

Thank you SO MUCH for the help!

Cheers,

casahac

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Images in post not showing on Category, Archive, or Tag page Tart Atahualpa 3 Wordpress theme 9 Jan 21, 2011 12:47 PM
[SOLVED] Recent posts of same category, on single post pages GeoParadise Atahualpa 3 Wordpress theme 10 Apr 19, 2010 08:54 AM
Preventing page title from showing on single post pages bill Atahualpa 3 Wordpress theme 4 Oct 31, 2009 04:18 AM
[SOLVED] Previous Post / Next Post showing up incorrectly mkhobson Page & Category Menu Bars 1 Sep 17, 2009 11:02 AM
Post title not showing up on single post page metalbuzz Post-Kicker, -Byline & -Footer 2 Jul 17, 2009 12:11 PM


All times are GMT -6. The time now is 05:13 PM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.