You can install wordpress into any folder you wish. And it must be in a right folder because it’s online and can be seen by everyone. So leave everything as it is and you’re good!
You may want to learn about multi-site and subdomain for background information.
Jerry
@pinkchez: There’s no problem with installing WordPress in /wp/ as you did; the install was done correctly, and the site appears to be at root pinkchez.com, while WordPress admin has the additional /wp/. You’re fine.
@ggbusta: you’re wrong, and you’re confusing the issue here. @pinkchez’s install has nothing to do with multisite and subdomains.
Thanks, that’s such a relief. 🙂
can i ask, why, when i share my url, on places like facebook, the description and link say ‘index of’ rather than a photo and description of my site? How can i change that?
you need to add facebook open graph (OG) tags on your site
sorry i’ve no idea what that is?
add this line :
<meta property=”og:image” content=”bla bla bla”/>
<meta property=”og:url” content=”bla bla bla”/>
<meta property=”og:title” content=”bla bla bla”/>
<meta property=”og:site_name” content=”bla bla bla”/>
<meta property=”og:description” content=”bla bla bla”/>
<meta property=”og:type” content=”bla bla bla”/>
into header.php themes
OR you can install https://wordpress.org/plugins/wp-facebook-open-graph-protocol/
sorry, as i said in my inital post, i’m very new to this, that means absolutely nothing to me, what on earth do i put in the bla bla bits, where do i add it?
and will this fix the issue whereever i post the link? as i said it is in facebook and other places.
@pinkchez: don’t try and cut/paste that code. Use the plugin https://wordpress.org/plugins/wp-facebook-open-graph-protocol/ or another. See https://codex.wordpress.org/Plugins on how to add plugins to your site.
There is a bit of a learning curve to this stuff, but if you installed WordPress, you can figure it out.