Wordpress Instalasi Smashing Multimedi Theme

From OnnoWiki
Jump to navigation Jump to search

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


Akses melalui Web Wordpress, klik

Appearence > Managed Themes

Activate pada Theme yang di inginkan.


Pranala Menarik