Kurulum

- Digital Statement klasr wordpress/wp-content/themes klasrnn iine atlacak.
- Eklentiler klasrnn ii wordpress/wp-content/plugins klasrnn iine atlacak.
- Kurulum bu kadar detayl ayarlamalar tema yapmcsnn sitesinde bulabilirsiniz.



How to set up Digital Statement?

This theme makes use of plugins and custom scripts that have to be installed before you start using this theme. Here are the steps that will help you set up the theme properly :-

    * When you download and extract the themes zip file, you will see a plugins folder along with the theme. Install and activate all plugins in the package to your wp-content/plugins directory.
    * To setup twitter, go to http://twitter.com/badges/html, copy the javascript to the footer.php file in the theme folder, replacing lines 58  59
    * This theme has a featured component (top right) which can pull posts and display them as a neat slide show along with corresponding images (done through custom fields). The posts are pulled from a particular category which can be specified in the gallery.php file of the theme. Open gallery.php file and change the category ID (cat=) in line 14 :-

      <?php query_posts('showposts=5&cat=2');?>

      For the slide show images, you will have to make a custom field with each post in the category with the key => gallery_image and value will be the upload path of the image.

      Get more information here. Also, remember that you will at least need two minimum posts (with custom field set) before the slide show will work properly.
    * This theme also features a login box sliding panel on the top. For the login box to appear in the panel, you need to go to Admin > Settings > Membership > and check the Anyone can register.
    * For the thumbnail images next to the posts on the index.php file, you will have to create a custom field called Image with every post.
    * In order to display the About section on the right sidebar, your admin email will need to be associated with gravatar, and you will need to fill up the Biographical Info in the Admin > Users section.
    * Finally, setup flickrRSS (a plugin is used to accomplish this) to link to your Flickr account. Set it to display 10 square images from Flickr.com. For the 11th image, it is a custom setup which you can edit in footer.php on line 16.
