I have read it and I don’t.

 
Llewlyn: Dopazo: thanks, will try that

Tusler: Add_action ‘after_setup_theme’, ‘my_remove_action’, 20

Llewlyn: Unregister_nav_menu only takes one argument, which is the name of the menu that has been registered before

Llewlyn: Yah, that was is, thank you Jon

Em: Ycon_: Eg – http://pastebin.com/0PwjuwQJ

Veteto: Ycon_: https://codex.----escape_autolink_uri:a03ded6cd97ffffa8f7b4e1454f3eecc----.org/Function_Reference/get_template_directory

Colli: Ycon_: https://codex.----escape_autolink_uri:a03ded6cd97ffffa8f7b4e1454f3eecc----.org/Function_Reference/get_stylesheet_directory

Krishman: Get template directory will get my current theme folder dir?

Hiller: If you are not using a child theme yes

Mosher: Dopazo: Anything wrong here? It is temporamental

Hamalainen: Http://pastebin.com/5YkYc4ht

Tanberg: Please really try to be more descriptive

Eccleston: Worked a couple times, then stopped. Could something be conflicting?

Llewlyn: That was descriptive 😀

Shunnarah: Anyway use wp_redirect, don’t use header

Hamiter: Am Im using wp_redirect correctly? Still no progress http://pastebin.com/jzzKhHJs

Raw: I’d say. put all those logic into a function, then add_action to wp_head. The function should check for the correct page

Stubbendeck: My wordpress asks for FTP credentials when trying to update or install plugins. can I modify the permissions in such a way that this is not required or should I contact the hosting provider to enable FTP access?

Zelonis: Jbrinkmusic: If WordPress keeps asking you for FTP credentials see http://codex.----escape_autolink_uri:a03ded6cd97ffffa8f7b4e1454f3eecc----.org/Updating_WordPress#Automatic_Update and http://codex.----escape_autolink_uri:a03ded6cd97ffffa8f7b4e1454f3eecc----.org/Editing_wp-config.php#WordPress_Upgrade_Constants as well as http://s.sivel.net/wpfsmethod for more information about the file system method selection and http://v007.me/4 for forcing direct file system writes

Reihl: Your host needs to fix permisions / ownership / rethink his server setup

Scully: Good hosts will not have such problems.

Lokan: I had a lady today tell me “web stuff is easy, not like it takes a degree.”

Karpowich: Tell her to do it herself then

Lokan: However, she does not know what a cms is or how to write a single line of code.

Llewlyn: I would say, she is right. I don’t have a degree, but easily learned WordPress within 6 years.

Vittum: Actually most degrees are easy? ;/

Depew: Dopazo: our website is hosted on a virtual server. it came with a fresh ubuntu server and all configuration changes must be requested

Laprete: Dopazo: Create a function? I only want it to apply to a specific URL page so thats why I tried to do it in a template

Quillan: Jbrinkmusic: Tell them to use a php handler and set it up properly. Tell them to not take money and do a shoddy job :X

Prewitt: Ycon_: https://codex.----escape_autolink_uri:a03ded6cd97ffffa8f7b4e1454f3eecc----.org/Function_Reference/is_page

Daria: Ycon_: https://codex.----escape_autolink_uri:a03ded6cd97ffffa8f7b4e1454f3eecc----.org/Function_Reference/is_page_template

Llewlyn: Jon, if I use wp_nav_menu array’menu’ = ‘Project Nav’ I actually don’t need to register_nav_menu before?

Ovit: So Dopazo: Ive never added to functions.php. Somethign like this? http://pastebin.com/6EdJGD5M

Ferriss: Yeah you do, wp_nav_menu loads it, registering is a different thing

Baruch: Ycon_: Scroll down and read the examples

Steitzer: And you need to understand basic if-then-else, which isn’t php specific, and functions for that matter

Sisneroz: So like this? http://pastebin.com/5KNi1QXf

Salam: Do me a favour, just look at your theme’s functions.php and see how functions are written

Kromer: Dopazo: we currently don’t have ftpd installed on the server and I’m using sFTP to connect my FTP-client to it. do I need them to install ftpd for me or is it better to install the extensions to enable SSH2 updating?

Hibbitts: I have read it and I don’t understand how to replicate