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 »

[SOLVED] child pages not showing


  #1  
Old Aug 17, 2010, 11:48 AM
Me2
 
7 posts · Aug 2010
My child pages appear linked in the WP pages directory but don't show up on the site. Is there a setting I'm missing? I've spent hours looking and trying different plugins, etc but nothing works.
  #2  
Old Aug 18, 2010, 05:40 AM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
Could you supply a URL?
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #3  
Old Aug 18, 2010, 08:42 AM
Me2
 
7 posts · Aug 2010
Sure, This is my 1st website, and my 1st forum so I'm stumbling through this. On the lyrics page I want an alphabetical list of song titles that you can click on to open. Thanks! http://theblueribbonteacompany.com/
  #4  
Old Aug 18, 2010, 09:03 AM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
I have used the List Category Posts plugin for that type of thing. Since this is your first website there may be a bit of a learning curve to implementing but it should do what you want.
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #5  
Old Aug 18, 2010, 09:26 AM
Me2
 
7 posts · Aug 2010
This is one of the plugins I tried but I don't understand how to write the code to make it work. You're right. Lots more learning to go! Thanks!
  #6  
Old Aug 19, 2010, 01:16 PM
Me2
 
7 posts · Aug 2010
Still not working.. List Category is enabled, used the code [catlist name="lyrics" orderby="title ASC, ID ASC" numberposts="100"], selected lyrics category, permalinks look right, but instead of showing in the lyrics page the goes to the main page. It's making me crazy. Any more ideas would be much appreciated.
  #7  
Old Aug 19, 2010, 02:34 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
It does get confusing doesn't it. Try one of these.
HTML Code:
[catlist name=lyrics orderby=title order=asc numberposts=100]
OR
HTML Code:
[catlist id=xx orderby=title order=asc numberposts=100]
where xx is the id of the category. It seem like I found that using an id works better.
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #8  
Old Aug 19, 2010, 03:14 PM
Me2
 
7 posts · Aug 2010
Thanks much but unfortunately neither worked. It seems to connect to an uncatagorized news post that I have on the main page. humm...
  #9  
Old Aug 19, 2010, 03:24 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
What is the id of the "lyrics" category?
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #10  
Old Aug 19, 2010, 03:28 PM
Me2
 
7 posts · Aug 2010
The page id number is 71.
  #11  
Old Aug 19, 2010, 03:34 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
The catlist plugins works with categories not pages. You would put the code I gave you in the Lyrics page but what you need to do is create a post category of Lyrics and create posts of the lyrics in that category.

So you would have a single post for each song with a category of Lyrics. Then when you go to the Lyrics page the catlist shortcode will show all the titles of the posts in alphabetical order.
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #12  
Old Aug 19, 2010, 03:34 PM
Me2
 
7 posts · Aug 2010
I'm wondering if you wanted the category slug id? I used lyrics-2 because that's in the URL.
  #13  
Old Aug 19, 2010, 03:57 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
If you click on Posts>Categories and hover over the lyrics category you will see the id in the status bar at the bottom the browser window. Or you can install the Simply Show IDs plugin and a column is created that has the id.
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #14  
Old Aug 23, 2010, 06:41 PM
GrahamW
 
101 posts · Jul 2010
I am having a similar problem. The catlist doesn't recognise the name= option. If I don't include it then there's a list of posts produced, but if name= is included then nothing is produced.

Someone posted about this potential conflict between ATA and Catlist on their forum just a few days ago. No one was able to identify the cause but one person suggested that upgrading to ATA 3.5.3 would resolve it.

I was running Atahualpa 3.4.9 and have now updated to 3.5.3 but it is still not working properly.

This is one of the catlist instructions I am using:
[catlist name=Standard excerpt=yes numberposts=-1 orderby=title]

If I take out the name= option it works fine.

Any advice would be appreciated.

My URL is http://www.gbw247.info/executive-post/?page_id=53

Thanks very much,
Graham.
  #15  
Old Aug 23, 2010, 07:53 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
Try using id=xx instead of name. It seems like I have had issues with the name or double check the name and slug are the same.
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #16  
Old Aug 24, 2010, 08:39 AM
GrahamW
 
101 posts · Jul 2010
Larry (apologies, I think I called you Miles the other day)

You are a STAR, Sir!

Thank you very much.

I shall post a message to that effect on the other site too!

Many thanks, Graham.
  #17  
Old Aug 24, 2010, 12:18 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
My middle name is Miles (my great grandfather's name) so it's kind of nice to have it used.
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help! Quick Question: How many child-pages are possible? cosmiclove Page & Category Menu Bars 2 Jul 20, 2010 09:42 PM
[SOLVED] No child pages with WP 3.0 and Atahualpa 3.5.2 paulae New Versions, & Updating 2 Jul 20, 2010 10:27 AM
Redirect child pages to parent jkgourmet Page & Category Menu Bars 4 Oct 28, 2009 07:57 PM
Page Menu Drop Down Only Showing First 6 Child Pages LabbyRoad Page & Category Menu Bars 4 Mar 11, 2009 11:40 AM


All times are GMT -6. The time now is 04:41 AM.


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