sweetberry
Forum Replies Created
-
Forum: Hacks
In reply to: Need help coding Header Mod Plug inhi thanks for your reply i’m still trying to get that array thing to work
BUT
i tried leaving the closing ?> off but it didn’t help, i can’t get to the admins panel without deleting the plug in via ftp. there’s also a message that tells “unexpected output”
🙁
any suggestions? i expected this to be alot easier…
thanks in advanceForum: Requests and Feedback
In reply to: Switching from HTML to Edit View Destroys Codeah ok i didn’t know this is well known didn’t found it…
sry and thx a lotForum: Hacks
In reply to: How to echo "thank you very much!
this was exactly what i was searching for (both answers)thank you thank you thank you
very polite 🙂
Forum: Hacks
In reply to: table setup with $wpdbdid you try echoing the vars to check if they’re right at runtime?
Forum: Fixing WordPress
In reply to: How to link to internal page correctly?ok thank you very much i’ll try to do it myself 😉 i love this, but i hate doing things that are already there.
Forum: Fixing WordPress
In reply to: How to link to internal page correctly?well it’s a new page in wordpress / created with the wordpres page editor,
but i don’t use the wordpress internal menu to link to my different homepage sections,i don’t want the footer /header/ sidebar etc. to load again , just the “new page”. is there any build in (ajax)function?
thanks
Forum: Fixing WordPress
In reply to: How to link to internal page correctly?sry but what do you mean by “text code” ?
it reloads the whole site every time what am i doing wrong?
maybe you can better understand it by trying it out:
Forum: Fixing WordPress
In reply to: Adding condition 'all subpages of 'thank you very kind sir!
thank you very much 🙂
finally i ended up with this solution after adding categorys to my pages it works very fine 🙂<?php if ( in_category( ‘Games’ ) ) { ?>
Forum: Fixing WordPress
In reply to: Adding condition 'all subpages of 'Forum: Fixing WordPress
In reply to: Adding condition 'all subpages of 'thank you , but it didn’t work i replaced the “100” with “games” and “10” it seems to have no effect
i also tried placing a is_page() function before the && because i didn’t exactly understand your syntaxi just need the correct statement for the is_page function like is_page(subpage of music)
everything else semmes to work properly
i’m also not sure if i got to declare it as an array?‘is_page(array(‘puzzle’,’action’,’games’,’other’))’