Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Atahualpa 3 Wordpress theme (http://forum.bytesforall.com/forumdisplay.php?f=2)
-   -   [SOLVED] Where is the Archives.php? (http://forum.bytesforall.com/showthread.php?t=9862)

genuwine4532 Sep 24, 2010 11:05 AM

[SOLVED] Where is the Archives.php?
 
I am wondering where the archives.php file is in this theme? I see that that exact file does not exist, but I am wondering which file in the Atahualpa 3.5.3 theme holds the archives coding?

Thanks

lmilesw Sep 24, 2010 03:23 PM

See ATO>Create Archives Page. That may give you the info you are after.

genuwine4532 Sep 24, 2010 03:37 PM

Thanks, but that was not what I was after, I was looking to edit how the theme outputs archives for category and tag listing pages for the purpose we are now discussing in my other thread for only listing Post Titles on category pages.

juggledad Sep 24, 2010 03:50 PM

There is no archive.php

genuwine4532 Sep 24, 2010 04:31 PM

Quote:

Originally Posted by juggledad (Post 44407)
There is no archive.php

So do you know where to edit the code for how archive category pages display?

All I want is to show POST TITLES only on Category pages WITHOUT excerpts and most plugins and hacks ask you to edit archives.php.

juggledad Sep 24, 2010 06:16 PM

If you just want the titles, go to ato->style & edit CENTER COLUMN->The LOOP and put a conditional if statement around the line that displays the body copy (bfa_post_bodycopy).

lmilesw Sep 24, 2010 07:37 PM

Or as mentioned in another thread use the List Category Posts plugin.

uppercut Jan 24, 2011 02:02 PM

When i do the following steps:
1. create a new page call it archives
2. under page attributes, set it's order to 9
3. ATO -> create archives page, page ID 9

I get no archives page.

Am I going through the right steps.

lmilesw Jan 24, 2011 04:00 PM

The page ID is not what you put in Order or something you set. A page ID is given to the page when you create it. You can see the page ID when you hover over a page in the list of pages. Look in the status bar and you will see post=xxx where xxx is the page ID.

uppercut Jan 28, 2011 05:34 PM

Thank you, I'll try that. Currently I'm getting an error, but that might be related to my proxy.

Not Found

Sorry, but you are looking for something that isn't here.

-Matt

uppercut Jan 28, 2011 06:13 PM

Looks like it is working, but now I want to remove some items from the page. Is there a way to detect if this page is the archives page, something like

<?php if ( !is_archives_page(884) ) {
<!-- show regular items
} ?>

uppercut Feb 1, 2011 09:37 PM

Nevermind, I got this working, and also got my archives showing on my 404 page.


All times are GMT -6. The time now is 07:56 AM.

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