dojan
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Link titleI fixed it by altering the style-sheet: sidebar h2 display: none;
But I miss the old dashboard.
An uppgrade is supposed to be better.
Which file do I modify in order to make my links appear as I want?I want to ged rid of it too, It was easy before. You just left the space empty in dashboard under link categories. What to do now. It’s messing up the entire design.
Forum: Themes and Templates
In reply to: Link titleI tried to edit just there. I cleared the category name but it stays put:(
Forum: Fixing WordPress
In reply to: Recent postsIt finally worked. The trick is to place your extra code so you won’t corrupt the rest 🙂
Thank you very much!Forum: Fixing WordPress
In reply to: Recent postsI am sorry, that’s the exact code I put in at first. The validator complained about that too 🙁
Why do you need a plugin for showing the recent posts in the first place?
Can’t you simply put in code like this:(the ul code)
Recent posts
<?php wp_get_recent_posts(3); ?>
(the end ul code)`
Forum: Fixing WordPress
In reply to: Recent postsWhen I write the code suggested on: http://www.coffee2code.com/archives/2004/08/27/plugin-customizable-post-listings/
“-
Recent Posts
<?php c2c_get_recent_posts(3); ?>“
My code no longer validates??Forum: Fixing WordPress
In reply to: Recent postsThanks!
I tried fruitlessly to tweak the sidebar the way I had seen in other themes. I couldn’t get it quite right.
So i downloaded and installed the customizable-post-listings
Plug-in.
That did the trick.Forum: Fixing WordPress
In reply to: Pages: links to other sites, open in new windowGo to your dashboard and klick on links. klick on edit on the link you want to open in a new window. At the bottom you can alter the target. Klick on blank and save your changes.
Do likewise with all the other links.
Don’t forget to set the target to blank on new links from now on.