Bert
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Image Rotator?Hi, I sucessfully installed Matt’s rotator yesterday. (Photomatt)
(Wp1.5 Strayhorn)What is strange is that it shows a new random picture only after a hard refresh (Ctrl + F5), With normal refresh or after changing pages, the picture is not rotated.
Any idea anyone?
Forum: Themes and Templates
In reply to: my ‘GreenTrack’ Theme(WP 1.5) for Download !Is showing ‘Pages’ in the sidebar of ‘GreenTrack’ a forgotten feature?
(Or is it me being stupid ;-))I tried everything I could imagine, but I can’t get this to work.
Tried adding this to index.php :<h2><?php _e(‘Pages:’); ?></h2>
-
<?php list_pages(0, ”, ‘name’, ‘ASC’, ‘/’, true, 0, 1); ?>
Didn’t work, list_pages is an undefined call. It only shows the title ‘Pages’.
I added the Page Template from the Default theme, but that seems to speak a different language…
If someone could help me to solve this, I would be very grateful!
Forum: Themes and Templates
In reply to: my ‘GreenTrack’ Theme(WP 1.5) for Download !Yes, ‘Greentrack’ is very nice. I am using it for a new non profit site.
When I switch from Default to Greentrack theme, the “Pages” are no longer displayed in de menu bar. I’ve been searching for the code lines for ‘Pages’ in Greentrack, but cannot find them.
Could someone with Greentrack-experience please help with this?
This is my site : https://www.greentoilets.orgThanks in advance!
BertForum: Everything else WordPress
In reply to: Option for showing one categorie on home pageThanks Kafkaesqui and MtDewVirus,
I added the line MtDewVirus proposed. Perfect!
Bert
Forum: Everything else WordPress
In reply to: Option for showing one categorie on home pageHi again Kafka and all,
Meanwhile upgrated to Wp 1.5. When inserting the first piece of code in this thread : ((((( if (is_home()) {
$cat = “CATEGORYNUM”;
} ))))), -and replacing ‘categorynum’ with “1”-,I get this error :
Fatal error: Call to undefined function: is_home() in /home/greentoilets/www/www/index.php on line 4
Any help much appreciated!
BertForum: Installing WordPress
In reply to: 1.5 Default theme disables personalheader.jpgThanks Samaritan,
I found that too, but now my header image goes outside the header, to the left and top of the white page. The image is exactly 760 x 200 px, as ‘prescribed’ ??
Shouldn’t the personalheader.jpg nest itself nicely into the default header? (the one with the rounded corners)
Thanks,
Bert
Forum: Everything else WordPress
In reply to: Option for showing one categorie on home pageThank you Kafkaesqui, that was really helpful!
Forum: Everything else WordPress
In reply to: Option for showing one categorie on home pageKafkaesqui,
Nice. So there are two solutions possible: either adding the code you proposed to Lara, or have only one Category as frontpage and use Links for the rest of the navigation menu.
Am I right to conclude that with the added code, all categories stay in the loop, so remain blogs within the same css, while using the Links would mean the wp-layout is no longer automatically included? ( as links can point to anything, except the WP-code?)
To simplify my question : how is this site ( https://www.remarpro.com) structured? It behaves exactly as I want my site to behave: one blog and all other categories sort of static pages, while the whole site is one layout-design.
Thanks for your help!
BertForum: Everything else WordPress
In reply to: Option for showing one categorie on home pageThank you Kafka,
“When WordPress displays all categories on the home or front page, it’s working as intended.”
I understand this is useful for a pure blogging site, but for a more classic site, containing articles, gallery, static pages, ect, it would be necessary to define one category as the frontpage.
Guess the work-around for this, is to use the Links for these “categories”, and have only one real category, showing as startpage?
Regards,
BertForum: Everything else WordPress
In reply to: Option for showing one categorie on home pageHi,
I was about to post a similar question, when I found this thread.
My problem : When opening the site, shouldn’t it open the default page, called “general” in WP-default? Right or wrong?Please have a look at my (foetus;-)) site:
- https://www.greentoilets.org
It does open in the “general” category (here called “news”), but it shows the entries in the other categories as well. However after clicking another categoty in the menu-bar and then going back to the “news” (ex-‘general’) page, it only shows the posts in “news”, as it should be.
So, what could be wrong? Or do I need the piece of code mentioned in the above thread?
Thanks!
Bert