niola
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Smilies alignmentAnyone? :S
Forum: Fixing WordPress
In reply to: Link open in indexGreat ?? that worked for me!!!
Big thanks to the both of you ??
Forum: Fixing WordPress
In reply to: Link open in indexBump bump bump…
Forum: Fixing WordPress
In reply to: Link open in indexYes the “navigation”is created by “wp_list_pages”. That okay or is there a better way to do this? And create a “home” (index) button thing ??
Forum: Fixing WordPress
In reply to: Link open in indexI get what you mean, but I made the “button” by creating a page, so it’s showing in the “navigation” thing at the top (couldnt find any other to do that :s). I linked it to a page template I made myself as you can see. But how do I set my template to show the blog (home)? Or is there a better way to do this??
xx
Forum: Fixing WordPress
In reply to: Link open in indexOhhh sweet that worked like a charm, I always think to difficult :s
Another thing:
Is it possible to link the “home button” back to the index??Thanks again!
Forum: Fixing WordPress
In reply to: Link open in indexSorry bumping :s Can anyone help me??
xx
Forum: Fixing WordPress
In reply to: Link open in indexThanks for you reply ?? I’ll be more specific, sorry. You can have a look here: https://www.matthewperry.nl/blog
In the sidebar there’s a “link me” section, I’ve a made a link for “more” and “apply” (I created a page for both links with the wordpress feature) when you click on them they open in a new window. I want them to open where the index is now. Like with iframes you say “target=”index” for example. Is this possible??
I hope I explained it better this time ??
Forum: Fixing WordPress
In reply to: Sidebar not workingAnyone know how I can rip apart the index and the sidebar? I want the index.php in an iframe on the leftside and the sidebar in an inframe on rightside?
Thanks
Forum: Fixing WordPress
In reply to: Sidebar not workingOh I think I got it! I deleted the footer where the tag for the sidebar was so it was not showing at all. Its showing now, but I want it in the right column. How do I do that? Somehow I dont see it hhmm….
Forum: Fixing WordPress
In reply to: Sidebar not workingHi yeah I was trying stuff, but it still doesnt work ?? I checked and double checked.
The only code I have for the sidebar NOW is this:
<!– begin sidebar –>
<div id=”menu”><?php get_archives(); ?>
</div>
<!– end sidebar –>And it gives me this error: Fatal error: Call to undefined function: get_archives() in /data/members etc etc.
Maybe something else is wrong, cause the tags are okay. It was all okay till I reinstalled the new WP 1.5 Now I can’t even get a sidebar up and running ??
Forum: Fixing WordPress
In reply to: Sidebar not workingHi thanks for your fast reply. I tried what you said but now I get this error: Fatal error: Call to undefined function: list_cats() in /data/members/paid etc etc.
The only code I added to the sidebar is this:
<!– begin sidebar –>
<div id=”menu”><?php list_cats(); ?>
</div>
<!– end sidebar –>What am I doing wrong…???
Forum: Fixing WordPress
In reply to: Upgrade comment errorHi thanks I tried it but it didn’t work. I double checked everything, but I mussed have overlooked something ?? Anybody???
Forum: Fixing WordPress
In reply to: Upgrade comment errorOkay the error is gone now, but when I click on “comment” the comments aren’t showing, instead I get to see the post again…
Can anybody help?
Forum: Fixing WordPress
In reply to: Deleting categoriesThank you for the very fast reply ?? It worked thanks I changed the number in the database and it works great now! Lukcily noy many posts where in this category, so I saved them as a draft and changed it around.
Hopefully you or someone else gets the add-on to work, because it seems like a great fix!
Thanks again.