krugern
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Custom PermalinksI am having problems with my custom permalinks aswell. This happened after my webhost had a hardware failure and my blog was down for merely a day.
Only default permalinks are working now.
My custom permalinks looks like this:
%year%/%monthnum%/%postname%/when using my custom permalinks all links take me back to my frontpage.
Forum: Fixing WordPress
In reply to: HTML code sanitized when going back to edit pagethankyou, using a plugin to add vids ๐
Forum: Everything else WordPress
In reply to: Why do embed tags convert to ibed tags?I got the same problem..
Forum: Fixing WordPress
In reply to: AJAX Navigation missingsolved. the adhesive plugin made it disappear. will look for an update to it.
Forum: Themes and Templates
In reply to: How do you edit templates…ยด/wp-content/themes/yourtheme/”files are here”ยด
make changes to
header.php
index.php
sidebar.php
footer.phpand
page.php
single.php
archive.phpForum: Everything else WordPress
In reply to: I don’t want the text in Italic!a selfclosing <em /> ๐ฎ
it might be the thing!
if you look at the post HandySolo talked about you can see the bottom text is in italic.
this one:
“This entry was posted on Tuesday, September 12th, 2006 at 1:23 am and is filed under Generell vitenskap. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.”the redwine story is not in italic if you look at it on a single page. so it is the <em /> in post 18 that is causing the problem.
Forum: Fixing WordPress
In reply to: Plugin broke my sidebar? Kinda?^^ give us the code from your sidebar.php
Forum: Fixing WordPress
In reply to: Tag to WP Site?try
<?php bloginfo('url'); ?>
or
<?php bloginfo('home'); ?>both should work
Forum: Plugins
In reply to: Creating tests or surveys, is there a plugin?Forum: Fixing WordPress
In reply to: News Archive Problem2006/07/ seems to be the “correct” date then ๐
Forum: Fixing WordPress
In reply to: Remove some post boxesuse the + sign to close them.
Forum: Fixing WordPress
In reply to: DIsplaying Author PagesYou aren’t really an author if you haven’t written anything yet, are you? ๐
Forum: Plugins
In reply to: amazon-wishlist pluginwishlist.php is included.
put it in your wp-content/themes/YOURTHEME-folder,
go to Write -> Page and it will be in the template list to the right. ๐Forum: Fixing WordPress
In reply to: How do I change the links in the header bar?– link to your website?
– what theme are you using?Forum: Fixing WordPress
In reply to: how to add html in wp_list_pages();๐