carthik
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: beta / feature requestgeekpunk, it should work the way you describe it – go ahead, and give it a try. Back up your index.php, stylesheets anyways.
Forum: Fixing WordPress
In reply to: Working on New DesignCopy your index.php and call in index2.php or something and then get to work on index2.php . Create copies of your stylesheets too, if you like.
Forum: Fixing WordPress
In reply to: Post latest entry and alternating excerptsModify whatever CSS it is that you are using to demarcate the post excerpts and use the code you linked to. You tweak, you learn 🙂
Forum: Installing WordPress
In reply to: local install problemWhat was the error message?
Forum: Themes and Templates
In reply to: How to put alt=”text here” in the code inside???Try modifying the function that you are using there… which is next_pics_link()
Forum: Themes and Templates
In reply to: Devenir En Gris-huh?That was a .tgz file and not a zip file. I created a zip file, and put it at
http://carthik.net/devenir_en_gris.zip for you. Please download, unzip and use. I will remove it after a day or so.next time, please start with providing all the details you can possibly think of 🙂
Forum: Themes and Templates
In reply to: Devenir En Gris-huh?Hello! You could have told me and the rest of us that that is the specific problem you have, much earlier, and saved me a lot of time, and effort.
No one’s intuitive enough to guess at what the problem could have been or is, and so it is in your better interest that you take the effort to request help intelligently.
Forum: Fixing WordPress
In reply to: Feed for article?Append a ‘/rss2’ to the end of the URL for the post.
You can also do /rss and /atom if you like.To get the effect all over the site, for all posts, change the individual post display template to use whatever it is using .’/rss2′
Forum: Themes and Templates
In reply to: Title style in WP1.2.2Looks fine to me, no change on mouseover…
Forum: Fixing WordPress
In reply to: How to solve category listing problemUse a plugin. What version of WordPress are you using?
for 1.5 this should work:
http://rephrase.net/miscellany/05/perpage.phpsForum: Themes and Templates
In reply to: Devenir En Gris-huh?Alright then, you will have to contact the theme’s creator who will be the best person to help you – unless you are having problems with enabling the theme through WordPress, in which case you should state what all you’ve done in trying to use the theme, so we know too.
Forum: Fixing WordPress
In reply to: Search missingI assume you are using 1.5. If you are then take enough care to edit all the template files you use to display pages. Please specify what version you are using, and any other details that might be useful to locate the problem, including URLs in the future.
Forum: Installing WordPress
In reply to: cant get to step 2!There can be several reasons why it does not work, and most of these deal with how the server has been setup, or if you are doing it on a local computer, how you setup the local server. It will be easier to see what’s wrong if you provide more details regarding what all you;ve done and how it’s all set up, since in the normal case it just works.
Forum: Fixing WordPress
In reply to: Permalinks give “Sorry, no posts matched your criteria”“category” is a key word you are using for your categories, so you cannot use them for your time-based archives as well.
That’s why, when you use category in the permalink, wordpress returns 404s, since it really cannot find a category with the details you specify after it.
The long and short of it – use different phrases for the category archives and the chronological archives. This is not a bug, but the expected behavior you are observing here.
Forum: Fixing WordPress
In reply to: Feedburner URLYour feedburner feed is valid, so this shouldn’t be the problem.
As for your w-rss2.php file, check if it says
header('Content-type: application/rss+xml', true);— if it does not, then make sure it does. But why bother, when feedburner does it right for you anyways, and that’s what you have linked to from your site?Have you tried soliciting help from feedburner about this problem?
I have noticed that the server’s default charset also messes with your pages and the way they are delivered, so you could talk to your host, if none of these help.