123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120 |
- === Illustratr ===
- Contributors: automattic
- Requires at least: 4.2
- Tested up to: 4.5
- License: GPLv2 or later
- License URI: http://www.gnu.org/licenses/gpl-2.0.html
- A minimalist portfolio theme.
- == Description ==
- Illustratr is a minimalist portfolio theme that helps you create a strong — yet beautiful — online presence. Primarily crafted for designers and photographers, it is a simple, powerful, and flexible theme.
- * Responsive layout.
- * Portfolio Page Template.
- * Custom Header.
- * Jetpack.me compatibility for Infinite Scroll, Portfolio Custom Post Type, Responsive Videos, Site Logo.
- * The GPL v2.0 or later license. :) Use it to make something cool.
- == Installation ==
- 1. In your admin panel, go to Appearance > Themes and click the Add New button.
- 2. Click Upload and Choose File, then select the theme's .zip file. Click Install Now.
- 3. Click Activate to use your new theme right away.
- == Frequently Asked Questions ==
- = I don't see the Portfolio menu in my admin, where can I find it? =
- To make the Portfolio menu appear in your admin, you need to install the [Jetpack plugin](http://jetpack.me) because it has the required code needed to make [custom post types](http://codex.wordpress.org/Post_Types#Custom_Post_Types) work for the Illustratr theme.
- Once Jetpack is active, the Portfolio menu will appear in your admin, in addition to standard blog posts. No special Jetpack module is needed and a WordPress.com connection is not required for the Portfolio feature to function. Portfolio will work on a localhost installation of WordPress if you add this line to `wp-config.php`:
- `define( 'JETPACK_DEV_DEBUG', TRUE );`
- The Portfolio admin: https://cloudup.com/cOznO6emIyD
- = How to setup the front page like the demo site? =
- The demo site URL: http://illustratrdemo.wordpress.com/?demo
- When you first activate Illustratr, you’ll see your posts in a traditional blog format. If you’d like to use the portfolio page template as the front page of your site, as the demo site does, it’s simple to configure:
- 1. Create or edit a page, and assign it to the Portfolio Page Template from the Page Attributes module. https://cloudup.com/iz8PUZy0j0L
- 2. Go to Settings > Reading and set “Front page displays” to “A static page”.
- 3. Select the page you just assigned the Portfolio Page Template to as “Front page” and set another page as the “Posts page” to display your blog posts.
- By default, page title and content will appear. You can hide them if you prefer by going to Appearance → Customize → Theme Options and check “Hide title and content on Portfolio Page Template” option.
- = Where is the page that lists all projects? =
- Along with the Portfolio Page Template, your projects will be displayed on portfolio archive pages.
- Let's say you have a WordPress.com site at: http://mygroovydomain.com
- The URL of the portfolio archive page will be: http://mygroovydomain.com/portfolio/
- If your blog’s URL is http://mygroovydomain.com/, you’ll find your portfolio archive page at http://mygroovydomain.com/portfolio/.
- You'll need pretty permalinks (any structure) for this URL to work though. If you're stuck with default permalinks - your links have a query string at the end, like ?p=123 - then your portfolio archive can be accessed by adding this immediately after your URL:
- `/?post_type=jetpack-portfolio`
- The portfolio archive page: https://illustratrdemo.wordpress.com/portfolio/
- = How to add large images in projects? =
- People love full-size images of your work, so make sure the images you include are at least 1100px wide. Illustratr displays these images at full width on larger screens.
- = How to use Portfolio Shortcodes? =
- Once you create a project, you can use the portfolio shortcode to display it anywhere on your site. Adding the [portfolio] shortcode to any post or page will insert your project. [Learn more about working with the portfolio shortcode](http://en.support.wordpress.com/portfolios/portfolio-shortcode/).
- = How to add the social links in the footer? =
- Illustratr allows you display links to your social media profiles, like Twitter and Facebook, as icons using a custom menu.
- 1. Create a new Custom Menu, and assign it to the Social Links Menu location.
- 2. Add links to each of your social services using the Links panel.
- 3. Icons for your social links will automatically appear if it’s available.
- Available icons:
- * Codepen
- * Digg
- * Dribbble
- * Dropbox
- * Facebook
- * Flickr
- * GitHub
- * Google+
- * Instagram
- * LinkedIn
- * Email (mailto: links)
- * Pinterest
- * Pocket
- * PollDaddy
- * Reddit
- * RSS Feed (urls with /feed/)
- * StumbleUpon
- * Tumblr
- * Twitter
- * Vimeo
- * WordPress
- * YouTube
- == Quick Illustratr Specs (all measurements in pixels) ==
- 1. The main column width is 840.
- 2. A widget in the widget area is 340.
- 3. Featured Images for posts and pages are 1100 wide by 500 high.
- 4. Featured Images for projects are 800 wide by unlimited high.
- == Credits ==
- * Based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc., licensed under [GPL2](https://www.gnu.org/licenses/gpl-2.0.html)
- * normalize.css http://necolas.github.io/normalize.css/, (C) 2012-2016 Nicolas Gallagher and Jonathan Neal, licensed under [MIT](http://opensource.org/licenses/MIT)
- * Genericons: font by Automattic (http://automattic.com/), licensed under [GPL2](https://www.gnu.org/licenses/gpl-2.0.html)
- * Images: images by Unsplash (https://unsplash.com), licensed under [CC0](http://creativecommons.org/choose/zero/)
|