Difference between revisions of "Wordpress Instalasi Smashing Multimedi Theme"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
Onnowpurbo (talk | contribs)  | 
				Onnowpurbo (talk | contribs)   | 
				||
| Line 34: | Line 34: | ||
  http://media.smashingmagazine.com/wp-content/uploads/images/multimedia-podcasting-photography-video-wordpress/multimedia-psd.zip  |   http://media.smashingmagazine.com/wp-content/uploads/images/multimedia-podcasting-photography-video-wordpress/multimedia-psd.zip  | ||
| + | |||
| + | |||
| + | ==Instalasi Smashing Multimedia==  | ||
| + | |||
| + | Instalasi melalui perintah  | ||
| + | |||
| + |  apt-get install unzip  | ||
| + |  cp multimedia-wordpress-theme.zip /var/www/wordpress/wp-content/themes  | ||
| + |  cp multimedia-psd.zip /var/www/wordpress/wp-content/themes  | ||
| + |  cd /var/www/wordpress/wp-content/themes  | ||
| + |  unzip multimedia-wordpress-theme.zip  | ||
| + |  unzip multimedia-psd.zip  | ||
Revision as of 10:25, 18 April 2012
Aktifkan Mod Rewrite di Apache
- Enable mod_rewrite di apache
 
sudo a2enmod rewrite
- Alternatif lain untuk enable mod_rewrite
 
vi /etc/apache2/sites-enabled/000-default
DocumentRoot /var/www
<Directory />
     Options FollowSymLinks
     AllowOverride all
</Directory>
<Directory /var/www/>
     Options Indexes FollowSymLinks MultiViews
     AllowOverride all
     Order allow,deny
     allow from all
</Directory>
- Restart Apache
 
/etc/init.d/apache2 restart
Download
Download theme dari
http://www.smashingmagazine.com/2009/08/22/free-podcasting-video-and-photography-wordpress-theme/ http://media.smashingmagazine.com/wp-content/uploads/images/multimedia-podcasting-photography-video-wordpress/multimedia-wordpress-theme.zip http://media.smashingmagazine.com/wp-content/uploads/images/multimedia-podcasting-photography-video-wordpress/multimedia-psd.zip
Instalasi Smashing Multimedia
Instalasi melalui perintah
apt-get install unzip cp multimedia-wordpress-theme.zip /var/www/wordpress/wp-content/themes cp multimedia-psd.zip /var/www/wordpress/wp-content/themes cd /var/www/wordpress/wp-content/themes unzip multimedia-wordpress-theme.zip unzip multimedia-psd.zip