This is what my side bar looks like.
<?php wp_list_pages(‘sort_order=DESC&sort_column=time_created&exclude=40,43,44,45,59&created&title_li=<h2>’ . __(‘Pages’) . ‘</h2>’ ); ?>
<?php /* If this is the frontpage */ if ( is_home() || is_page() || is_category ) { ?>
<?php get_links_list(); ?>
You are not spamming the forum are you ?
I see what the problem is – it’s easy to see it as Spam though, Root, that was the impression I got but I guess he’s using it to sell something..make of that what you will.
It seems the pages in the sidebar column disappear, whereas in other pages they appear.
So he creates a page, it appears in the sidebar. In this case it doesn’t and should. Why it is I have no answer, but thought that might explain it a little better.
It would also be good if users refrained FROM CAPITALISING THE HEADINGS FOR THEIR POSTS BECAUSE IT LOOKS LIKE THEY’RE SHOUTING VERY LOUDLY
No by all means NO.
I can’t seem to get this problem fixed.
I have posted this many times and with no answers.
Can you help?
I will remember not to CAP the titles in the future.
1) it should be “is_category ()” …. not “is_category )”
2) Do you want to list links or pages? because “get_links_list()” will list your links…. but not your pages…. to lsit your pages, you want “wp_list_pages()”.
Tg
Ok this is what I did. I had this in the Permalink Structure:
/%year%/%monthnum%/%day%/%postname%/
I took it out and left it blank.
Then when I clicked on one of my pages:
http://www.systemtradingblog.com/?page_id=14
All the links show up on my pages like they are on my posts.
Now I have a new problem.
I don’t have a static HTML URL.
When I put
/archives/%post_id%
like someone suggested, I get this link:
http://www.systemtradingblog.com/discover-the-biggest-trading-and-investing-online-mistake/
and my pages do not show up, much less now the link above does not work and it will not go back to the way it was.
When I follow your directions about:
http://ww.wp.xz.cn/support/topic.php?id=31239#post-176488
I get this error:
Parse error: parse error, unexpected ‘{‘
<?php /* If this is the frontpage */ if ( is_home() || is_page() || is_category () { ?>
<?php wp_list_pages();?>
Even when I do this:
<?php /* If this is the frontpage */ if ( is_home() || is_page() || is_category ) { ?>
<?php wp_list_pages();?>
I get the same error
This is what I did. I left the Permalink Structure box blank.
So now how do I get a static html and have the pages show up?
Is there someplace I can read about this on another site somewhere?
Should be:
<?php /* If this is the frontpage */ if ( is_home() || is_page() || is_category() ) { ?>
Anyone know how to fix the Permalink Structure problem I am having? I can’t get my URL to go back to the way I had it.
My problem started as this:
http://ww.wp.xz.cn/support/topic.php?id=31239#post-176451
and then this problem happened:
http://ww.wp.xz.cn/support/topic.php?id=31239#post-176565
I can not tell if this works:
http://ww.wp.xz.cn/support/topic.php?id=31239#post-176792
because I can not seem to get the Permalink Structure back to the
way I had it.
All I did was type in:
/%year%/%monthnum%/%day%/%postname%/
into the Structure: box
but when I took it out and hit upate Permalink Structure and tried going back to
my static URL and typed in:
/%year%/%monthnum%/%day%/%postname%/
to go back to the way it was, it would not do this.
I still have not solved this problem over here either:
http://ww.wp.xz.cn/support/topic.php?id=31200
This problem is solved.
I’ll post how I fixed this as soon as I find out how they did it.