mattisn
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Contact Form II questionby the way, here is a link to the page:
https://www.inter-nett.no/kontakt.phpForum: Fixing WordPress
In reply to: WordPress as CMS?Is there no way I can include the content of a page in an external site (html) the same way I can get posts using the loop?
Thanks again
Forum: Fixing WordPress
In reply to: Internet explorer problem – colorsthanks alot doodlebee, just fixed many of the errors you told me about!
Do you guys see the lime-green or do you get just black and white? I’m still not able to get that green color in IE, I must be stupid:)
Forum: Fixing WordPress
In reply to: Internet explorer problem – colorsI tried using #99CC33 and it still doesn’t work. The color shows of as black in IE, perhaps there is something wrong with my coding?
here is the link to the site: https://www.inter-nett.no
Thanks alot guys, great to get help so quickly:)
Forum: Fixing WordPress
In reply to: Internet explorer problem – colorsThis is the url (language is norwegian):
https://www.inter-nett.noThanks for helping out
Forum: Fixing WordPress
In reply to: Is it possible to get pages with the loopI have integrated wordpress into my existing website, so we are not talking about a template here (my own index and stylesheet). On my front page I am using the loop to get the posts from wordpress (which is on the same server), however, I also need to get the content from pages the same way I get post content using the loop. Can I modify the loop to get content from pages and not from post’s.
Thanks alot
Forum: Fixing WordPress
In reply to: Is it possible to get pages with the loopI am sorry but I am not a very good coder, how would I use the get_pages function in my loop to get (for example) a page named “about”
would it be something like:
<?php get_pages(“page_name=about”) ?>
and would I need more code aswell to show the content?Thanks alot
Forum: Fixing WordPress
In reply to: Local charset?I think i got it right now! Thanks moshu
Forum: Fixing WordPress
In reply to: Local charset?The problem is: I have designed a website (non-wp) where I use the loop to get the posts (news). When I use utf-8 encoding in my index (non-wp), the posts are displayed with the correct charset, however the static text in my page is displayed wrong (doesn’t show the correct characters)! That’s why i need to give the static text a different charset!
Thanks alot
Forum: Fixing WordPress
In reply to: Integrating certain WordPress elements into existing siteTake a look at this tread and you’ll find the answer, just paste the loop + pluss a tiny code before it to get just the catagories you want
Forum: Fixing WordPress
In reply to: The loop questionFound the answer: just paste this code before your loop:
<?php query_posts(“category_name=yourcatgory&showposts=8”); ?>
and use the name of the catagory you want instead of “yourcategory”
Thanks
Forum: Fixing WordPress
In reply to: The loop questionthe code is correct because it’s working, but now it’s showing all the posts in every category. I want it to show the posts in just one selected category
thanks for your help
Forum: Fixing WordPress
In reply to: How do you integrate one catagory only?Thanks for your reply! However I’m still not able to solve my problem. I use the loop on a costume built site to get the post’s I need.
How do I modify the loop to just get one catagory?
Thanks alot
Forum: Fixing WordPress
In reply to: language errorOh, here a link so that you can see what happens: https://www.inter-nett.no/