Addeanton
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Output HTML-code only if FirefoxActually believe that it’s hard to find a good user-agent code, but I will keep looking
Forum: Fixing WordPress
In reply to: Change PHP output language in front endThanks for response!
I have changed the WPLANG to sv_SE (and have installed .mo-file in language folder).
But the breadcrums and pagination is still in english..
“That said, it’s worth noting that if you’re using a theme or plugin with english words coded into the source, as can often be the case with breadcrumbs, you’ll likely need to go through the source and translate where necessary.”
What files is this code embedded into?
Forum: Plugins
In reply to: Plugin to post Text and ImagesNo one?!
Forum: Fixing WordPress
In reply to: How to have "News" and "Blog" in one siteI have nearly sorted it out. Thanks for assitance
Forum: Fixing WordPress
In reply to: How to have "News" and "Blog" in one siteI have this code, how do I change it to only post category “3” (I have 2 categories, 1 and 3)
$wp_query->query(array(‘caller_get_posts’=>1, ‘showposts’=>$homePostCount, ‘post__not_in’=> $sticky, ‘category__not_in’=>$excludeCategories ));
if I change ‘category_not_in’=>array(1))); the whole site doesnt work.
please help
Forum: Fixing WordPress
In reply to: How to have "News" and "Blog" in one site1) How do I insert posts to the new “page of posts”.
2) ANd how do I excluse posts for the “Blog” not to be published under “News”?
3) I understand it this way -> I insert posts both for the Blog and the News under “Posts?” And then “filter” whichs posts/categories that are for each section.
sorry for my newbie questions
Forum: Fixing WordPress
In reply to: Where do I edit a specific page?Thanks for the response!
Nasir Zia: I will download and look closer on the Custom Sidebar, thanks!
SwansonPhotos: Do you have a guide on creating templates and assigning them to specific pages? This sounds like something I am looking after.
My theme is AnimeWorld
Forum: Fixing WordPress
In reply to: Where do I edit a specific page?I dont want to edit the whole theme. Only certain pages, like “Contact us” “About us” and such. Where I want to use plugins that I only want on 1 page, and not on all the pages.
Is it possible to have 2 designs of the sidebar? One on the main page, and another design on other pages?