Thread Starter
Dillx
(@dillx)
If you are having any problems with attachements, links return links and posts, use the toolkit mentioned on this page it’s brilliant.
Image-attachment enlightenment with the Attachment Toolbox
http://digwp.com/2009/08/awesome-image-attachment-recipes-for-wordpress/
Once you can see how it works you can start to see what you’re doing wrong.
Thread Starter
Dillx
(@dillx)
When you say I need to “open http://localhost:8888/wordpress/wp-admin/install.php” do you mean open it in a browser?
-Everything you run in MAMP should start http://localhost:8888/ this is sort of like www, then you’ll add the name of the folder you are trying to access in the htdocs folder. So it will be http://localhost:8888/wordpress. Everything you add after that will take you to a different file in the wordpress folder. By opening the http://localhost:8888/wordpress/wp-admin/install.php you set the connection between the database (mysql) and the WordPress site (php). /wp-admin/install.php is just shorthand.
from http://michaeldoig.net/4/installing-wordpress-locally-using-mamp.htm