02f6d0
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: error message when changing categorys in adminpaneli havent changed that file so it couldnthave been spaces in the code.
ok i changed other files when pasting in adsensecode so it could be that. i started fresh from a new install.
also did use the blix theme before maybe its in that?
so far it works now.
I also played around with the options/reading/ encoding
when it started to get crazy in admin…
maybe thats the prob?Forum: Fixing WordPress
In reply to: how 2 post rss-feed to a categoryOk i have tried rsstoblog v.3 cause it could solve my wanted posting->category and other nice features well.
BUT i doesnt support iso-8859-1 encoding, cause i have feeds in Swedish with characters like Å.Ä and Ö…
anyone that have tested rsstoblog and WP or know a hack/plugin tha tpossible could solve this problem for me?
Forum: Fixing WordPress
In reply to: how 2 post rss-feed to a categoryOk i need some help, i am trying to hardcode this rssfeed-phpcode into the sidebar with help from phpscript expressRSS.
…rssfeed in phpcode-format……………
<?PHP
$url=”http://expressen.se/rss/halsa”;
$numlinks=”3″;
$usedynamic=”Yes”;
$linktarget=”_blank”;
$tfont=”Arial”;
$tsize=”1″;
$tstyle=”Regular”;
$tcolor=””;
$dfont=”Arial”;
$dsize=”1″;
$dstyle=”Regular”;
$dcolor=””;
require_once(“incrss.php”);
?>
………………………..but WERE do i put the code and in what file?
or should i put it in to the database itself?
i want it published under a choosen category of mine…Forum: Fixing WordPress
In reply to: how 2 post rss-feed to a categorysorry i meant rss2blog above…a letter missing…
Forum: Fixing WordPress
In reply to: how 2 post rss-feed to a categoryAnyone that have used another script to post to their WP-blog? thinking about using ss2blog-script to make automatic posts but dont know if i can choose were to put the rss-feeds in my blog, i want to choose rss-feed no1 to be published under category 1, rss-feed no2 published under category no2, and so on…
Forum: Fixing WordPress
In reply to: how 2 post rss-feed to a categoryhmm anybody that have used the first one, FeedWordPress?
have contacted the maker of plugin but no answer yet…
doesnt work for me…Forum: Fixing WordPress
In reply to: how 2 post rss-feed to a categoryhello again, i am not sure if we understand eachother but i want to take an rss-feed from another webpage and then show it under a cathegory. if that is what you meant too then please were in <?php wp_list_cats(‘sort_column=name&optioncount=0&feed=RSS’); ?>
(tha tag you showed me to use earlier, should put the url to the RSS?