What do I need to do to.

 
Jeng: 5 years ago, I was deciding between Drupal and WP. I think I made the right choice.

Ames: Kminor: https://codex.----escape_autolink_uri:a03ded6cd97ffffa8f7b4e1454f3eecc----.org/Installing_on_Microsoft_IIS

Jeng: It’s out of date, but has the basic ideas.

Jeng: And on that note, I’m going to bed. Too many beers.

Goehringer: Jeng: I didn’t know that wordpress had an .ASP version

Rains: So does that Installing WordPress on ISS still use PHP & just wrap it? Or is it an entire different ASP.NET version of WordPress other than the proper PHP framework?

Grunberg: I am working on my theme and I was wondering, how might I go about just getting the actual contents of what is inside the post via php?

Jorinscay: Right now I am just getting the post title, but not what is inside of it and not the breif

Slay: The full thing is what I need I mean, not the breif details

Santheson: I guess it would be easier to show, am I allowed to post urls here?

Nellums: Not sure, Im new here too. But will try to help

Klave: Its fourstudios dotcom

Mcbroom: Right now, it gives my post title, and the category

Babson: Https://developer.----escape_autolink_uri:a03ded6cd97ffffa8f7b4e1454f3eecc----.org/reference/functions/get_permalink/

Baumann: Oh the full thing, I think there’s a plugin thingy u can use for that. Or you can just use the codex ref’s to add it to the php

Velky: Blahkat: https://codex.----escape_autolink_uri:a03ded6cd97ffffa8f7b4e1454f3eecc----.org/Function_Reference/the_content

Silvio: Blahkat: https://codex.----escape_autolink_uri:a03ded6cd97ffffa8f7b4e1454f3eecc----.org/Function_Reference/get_the_content

Loftman: Yea listen to Dopazo. Dopazo me :

Poeschel: Re brb in a few fellas

Trafton: Hello, what does the ownership of the WP directories need to be like to be so that WP can update itself? I currently have everything root.root except wp-admin, ap-content and wp-includes which are www-data.www-data . There seems to be a lot of conflicting info online regarding ownership

Yamada: CQ: https://codex.----escape_autolink_uri:a03ded6cd97ffffa8f7b4e1454f3eecc----.org/Changing_File_Permissions

Filo: It should have permissions of 644 and 755. You also want to have ownership set to the owner of the account.

Filo: For easy updates, look into using PHP-FPM or mod_ruid2

Filo: Only using mod_php will not give you easy updates

Petrillo: Mpol: To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host.

Bolk: Strange, that’s with www-data.www-data for everything

Filo: CQ: which php handler do you use?

Blount: Mpol: mod_php I ***ume, its the standard debian apache installation

Filo: You shouldn’t really use www-data for permissions. You should have a normal account/user for that, not the Apache user

Berberich: I can set up sftp if that’s more secure.

Filo: You should look into php-fpm or mod_ruid2, that will make sure the php-scripts of wordpress get executed as the user that you set in its config

Kolander: Let me install that then.

Kisicki: Afk, thanks for the help

Trish: CQ: 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

Feuerborn: And what you need is a php handler

Fedderly: Oh man, it must be morning. this took me almost 5 minutes to see. chown: invalid user: ‘wwww-data:www-data’

Birkhead: You shouldn’t chown www-data:www-data if possible

Doell: This is a single private host. I know, I need to straighten that out

Helmy: What do I need to do to trigger WP’s cron? should a wget on the main page do it? or something like https://localhost/wpm/wp-cron.php?doing_wp_cron=true