iwanknapen
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Edit BlogrollLogin Dashboard, go to Links; here you can add, delete links and linkcategories that are listed in the sidebar
Forum: Fixing WordPress
In reply to: Creating a list of navigation links to other areas of my Web siteI see everything shows up like it is supposed to now. What did you have to do extra to accomplish this?
Forum: Fixing WordPress
In reply to: Sidebar Alignment — Have Checked ArchivesIf you use floats put .content behind #navbar in your html page.
Better if you use margins for .content and #navbar.Remove .content { left: 20% } from stylesheet.
In your html page put all .features in one content.
<div class=”content”>
<div id=”feature”>
</div><div class=”feature”>
</div>
</div>IE always gives you extra work!
Forum: Fixing WordPress
In reply to: Creating a list of navigation links to other areas of my Web siteIn the Admin section go to links, link category, add link category. Provide a name for the new link category and save.
Then use add link to add links e.g. ‘http://brianutter.net’ (for the url), ‘Home’ (for link description), select the link category where you want the link to show up and save.
Forum: Fixing WordPress
In reply to: Grab content for my home pageHere you find ‘rss to html converter’ scripts. You don’t have to use frames.
http://www.geckotribe.com/rss/carp/
http://www.pandia.com/searchworld/javascript.htmlI am using Carp on my website. http://www.bukkem.nl
Forum: Your WordPress
In reply to: Online Magazine: Powered by WordPressNice design. Maybe you should change the Articles and Comments RSS links. They don’t work for me.
Forum: Your WordPress
In reply to: All permalinks point to home pageYour links seem to work fine here!
Forum: Fixing WordPress
In reply to: go to main page after logging in (not dashboard)I don’t think your users ever go to dashboard. That’s only for you as admin.
Forum: Themes and Templates
In reply to: Trying to use the loop in my own pages/css – problemsI believe the php codeline has to end with a semi-colon <?php the_time(); ?>
Forum: Fixing WordPress
In reply to: Image in Header?Open the headerimage (wordpress/wp-content/themes/default/images/kubrickheader.jpg)
in a graphics editor like Gimp. Paste the thumbnail in the headerimage and save.Forum: Fixing WordPress
In reply to: Widen the margins?You can widen the margins in the stylesheet.
wordpress/wp-content/themes/default/style.cssForum: Installing WordPress
In reply to: Title in RSS FeedFind the default image. Replace it with your own image under the same name. Then toggle text again.
Forum: Installing WordPress
In reply to: RSS feeds – posts and comments not workingHad the same problem. Deleted ‘feed:’ from the links. Everything works fine now.
Forum: Fixing WordPress
In reply to: How to add a title to your RSS feed but not to your main page…Hello,
Go to admin panel, Presentation, Current Theme Options (or in my case Header Image and Color), Advanced, Toggle Text. The title will not be shown on your site anymore.
Iwan