hilj
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: If is subcagory. How should I do this?Now I have 2 categories there, it would be easy to write
(is_category('9'))
or(is_category('10'))
. But when the site is in use, there may be tens of categories, every time I want a new category I need to write it in to the template. Would be so easy if I could say: if this is a subcategory of category 8, then do stuff, and not if this is category 9 or 10 or 11 or 12…I think I’m approaching this the hard way…
Thanks for your support so far!
Forum: Fixing WordPress
In reply to: If is subcagory. How should I do this?Oh I see, thank you.
Now it rendering the category 8 from the category-8.php file, but still not the sub categories of category 8.
Forum: Fixing WordPress
In reply to: If is subcagory. How should I do this?Maybe, I’m not sure, could you please explain it a bit? Thanks!
Forum: Fixing WordPress
In reply to: “There is no is_subpage() function yet”… how to use this?Bumb. Anyone? This is an old one ??
Forum: Fixing WordPress
In reply to: Little help needed with a javascript issueFew minutes after I posted this, I realized that of course the
stylesheet_directory
wont work cause it’s not anymore in any of the template files.i tried to use just
src = "/images/image1.png"
, it didn’t work, I assume it has to be the full path (that works at least).But now that makes things more complicated. Like when I put the site online (I’m building it locally) or maybe in future I need to move it to another domain, I need to change them all.
Is there a good solution to this?
Thanks again!
Forum: Plugins
In reply to: Prev/Next Page plugin? (wordpress Pages, not Posts)This is nice, about 89% of what I was looking for ??
Few issues:
1) This is very similar to the problem nachodragon mentions upper. I have parent Pages to kind of group the sub Pages (like category, I don’t use the parent Page to display anything), I would like to browse only the sub Pages, so to speak, exclude the parent Page. How could it be done?
2) I have several of these sub Page sets, and I would like to browse through them all. Now it stops in the end and is not continuing to next set of Pages. Can this be achieved somehow?
I know this sounds like a job for Posts, but unfortunately, the Posts have some limitations compared to pages, e.g.
wp_list_pages
, there’s no such aswp_list_posts
. I could of course use a sitemap-plugin to generate such list of Posts, but non of the sitemap-plugins have any navigation features, such as dynamic menu highlighting, and I’m not skilled to edit them.Thanks for this plugin! All help appreciated!
Forum: Plugins
In reply to: Custom fields to Pages?Bumb. Is no such plugin?
Forum: Fixing WordPress
In reply to: Howto create a link list of posts in specific category?Thanks CyberCoder, never thought of that.
I managed pretty easily to modify the plugin. Sorry for Dagon Design, I spoiled the plugin, hope it’s okay ??
Forum: Fixing WordPress
In reply to: Howto create a link list of posts in specific category?Hmm… I dont know if this is good for me after all.
It shows the post name, for example like this:
PHOTOS photos1 photos1 photos1 photos1I’d like a small image there or a bullet or some simple character or a number. I would need to edit the plugin.
Can anyone still clarify the upper code? Thanks!
Forum: Fixing WordPress
In reply to: Howto create a link list of posts in specific category?Thank you! I’ll give it a try ??
Forum: Fixing WordPress
In reply to: “if” statement is messing my page.php somehow?Hmm… Now the page 4 content displays on every page. Didn’t work. Any ideas?
Thanks!
Forum: Fixing WordPress
In reply to: “if” statement is messing my page.php somehow?I just added… `<?php query_posts(); ?> …before the loop in page.php and it works. Is that proper way to it?
This was very nice, thank you for you help!
Forum: Fixing WordPress
In reply to: Two if statements in a row?Okay, i see. I assume same goes for third and more statements.
Thank you for you super fast reply!
Forum: Fixing WordPress
In reply to: Trouble with images displaying locally and in webAnybody?
Forum: Fixing WordPress
In reply to: Login problen with WP 2.3.2Yes, I can log in to my phpMyAdmin, and I was able to chance the password there. Thank you!
But what causes the password loss? Is this a known issue in 2.3.2 or something else…
Thanks again!