thegoogoodoll
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Cforms II, I want the recipents email to be shown..Mabye it has something to do with SMTP authentication…
Oliver, what do you think?
Forum: Fixing WordPress
In reply to: Cforms II, I want the recipents email to be shown..Would be nice to use:
“{CurUserEmail}” in the from-space, but it doesnt work..ahh… works perfect. Thanx to both of you!
Hi!
Thanx very much.
Im not really sure I understand exactly, but it feels like we are close to solve this! =)What I want to accomplish is this: I want all the links at the top of the blog(the bloglink to the left, and ofcourse all of the pages) to show “current”.
My header.php looks like this btw:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="https://www.w3.org/1999/xhtml"> <head profile="https://gmpg.org/xfn/11"> <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> <title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title> <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->https://www.ads-software.com/support/topic/266889?replies=1#post-1061664 <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" /> <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" /> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <?php wp_head(); ?> </head> <body> <div id="ddnav"> <div id="nav"> <ul class="nav"> <?php wp_list_pages('title_li='); ?> </ul> </div>
Forum: Themes and Templates
In reply to: Tags at the bottom dont pick up new tags anymore.Thanx!!
This works fine:
<?php wp_tag_cloud('smallest=8&largest=22&number=200'); ?>
where “200” is the word limit..
Forum: Fixing WordPress
In reply to: My RSS arent working, only showing XML code.Ok. I think I know whats wrong. All I get is this XML code(I get the same result even from my laptop). But that happens when I click on the link https://www.f?rs?kringsbloggen.se/feed/
But, if I manually I enter ottos URL: https://www.xn--frskringsbloggen-xnb53a.se/feed/ (wich is the “real” url, because the DNS still cant handle the national letters so it has to be re-written)
everything works fine.So the problem seems to be that my blog URL contains national letters such as “?”. Anoyone knows how to get around this?
Forum: Fixing WordPress
In reply to: My RSS arent working, only showing XML code.Hm.. that is wierd. Do you use google reader? All I get is xml-code.
Forum: Installing WordPress
In reply to: Multiple feed solution?but that wasen′t the real link.. that was just an example.
But.. I think I know why now. The XMLcode doesn′t show up when i put “feed:” before the adress.
Sry for all of this newbie questions, and thanx for your help!
Forum: Installing WordPress
In reply to: Multiple feed solution?But that′s strange. Because when I hit
https://www.blog.se/feed/ (the standard feed, or what shall we call it?) anyway.. in this case there′s no XML code showing up. Im getting the “google reader-page” at the first time. I dont have to hit refresh like I do with the others.Do you know why?
Forum: Installing WordPress
In reply to: Multiple feed solution?I got the code from https://codex.www.ads-software.com/WordPress_Feeds
and “Adding Feeds”.Ok. I tried this:
https://yoursite.com/category/one/feed
The first time it shows XML-code. But when I hit the refresh-button it asks for google reader as it should.This happens all the time. First the XML-code. And then it works.
Do you know why?Forum: Installing WordPress
In reply to: Multiple feed solution?Ok, I′ve read it now.
Tried to add:< li >
< a >” title=”<?php _e(‘Syndicate this site using RSS’); ?>”><?php _e(‘RSS’); ?>
< /li >
but it didn′t help.
Any suggestions?Forum: Installing WordPress
In reply to: Multiple feed solution?Hi Trent!
What do you mean “wordpress does this by default.” ?
Im looking for a solution for this aswell..
I would like to have different feeds for all of my categories.
Do you know how to accomplish this?Forum: Fixing WordPress
In reply to: I want the date in Sv when I read my WP-rssfeed…huh…. noone knows this? =(
Forum: Fixing WordPress
In reply to: I want to hide my blog when I click on a “non-blog”-link.Mabye this is possible with php-if-and-else-code?
Forum: Fixing WordPress
In reply to: I want to hide my blog when I click on a “non-blog”-link.Im looking for a way to hide the blog when someone clicks on the links.