Begin
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Everything works except regular pages :-)I just copied one of the samples there:
/%category%/%postname%/but it still dosn’t work…?
Forum: Themes and Templates
In reply to: Problem getting posts from specific category to js “crossfader”Wow thank you!!! so simple ??
Forum: Themes and Templates
In reply to: Everything works except regular pages :-)yes, it really worked, thank’s!
but what can i do to keep my permalink sturcture and
still have the pages work?Forum: Themes and Templates
In reply to: How can i make the Category>>Subcategory>>Post links?Thank’s, but I know there’s a simple php code for that,
i just can’t find him again…I don’t like using a lot of plug-ins… ??
Forum: Plugins
In reply to: [Plugin: WP Page Numbers] Doesn’t work with customized permalinksI have a problem with the plug-in…
any page beyond page 1 dosen’t show images ?
Forum: Themes and Templates
In reply to: How do imake a conditional syays: if parent category is…?I think i got a solution,
it’s not so simple, but what can i do… ?!it’s here:
https://brassblogs.com/blog/making-child-categories-recognize-parent-displaysif any-one intrested…
anyway thank you very much chschenk !
Forum: Themes and Templates
In reply to: How do imake a conditional syays: if parent category is…?I did read it,
but that means I need to make php files
for all the categorys…There must be another easy way to that, don’t you think?
Forum: Themes and Templates
In reply to: How do imake a conditional syays: if parent category is…?Oh im so stupid, you right,
But it’s still dosen’t work,
it looks likt that now:<?php $category = get_the_category(); if ($category->category_parent == 9) { include (TEMPLATEPATH . '/category-9.php'); } ?>
right?
Forum: Themes and Templates
In reply to: How do imake a conditional syays: if parent category is…?I don’t know it dosen’t work,
I need to put it in the “category.php”
like that:<?php $category = get_the_category(); if ($category->category_parent == 9) { # use special template } <?php include (TEMPLATEPATH . '/category-9.php'); ?> ?>
right?
Forum: Themes and Templates
In reply to: How do imake a conditional syays: if parent category is…?I did, but isnn’t that check’s what is the category it self,
and not it’s parent category?Hi !
I have the same problem,
but i didn’t and understand,
where to put this code,
and what excecly it doe’s?thank’s