Skip to content

Commit

Permalink
Update wordpress_basic_use.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
yoontk23 committed Apr 14, 2016
1 parent f6ebab0 commit 116761b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions wordpress_basic_use.rst
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
WordPress: Basic Usage
==========

.. Note:: Video tutorial for IUEditor WordPress theme https://www.youtube.com/watch?v=ZbjSCoE0Ano&list=PLWlO_EZgRC0aLLZ-oe_yMqdEaV4KdM5-l&index=1
.. Note:: Video tutorial for IUEditor WordPress theme is available at: https://www.youtube.com/watch?v=ZbjSCoE0Ano&list=PLWlO_EZgRC0aLLZ-oe_yMqdEaV4KdM5-l&index=1

Introduction
-----------

You can generate a WordPress theme with IUEditor, using all of its powerful and convenience features.
You can generate a WordPress theme with IUEditor, using all of its powerful and convenient features.

.. image:: resource/wordpress/iu_manual_wordpress_basic_use_newproject.png

* From new project window, click WordPress tab and choose any default page sturucture or pre-built template to start with.
* From a new project window, click WordPress tab and choose any default page sturucture or pre-built template to start with.

.. image:: resource/wordpress/iu_manual_wordpress_basic_use_widgetgroup.png

Expand All @@ -25,13 +25,13 @@ Anatomy of Pages
.. image:: resource/wordpress/iu_manual_wordpress_basic_use_theme_anatomy.png


* ``index``: A required, basic page. This page represents home screen of the WordPress blog, also work as default template in case of other page templates' absence.
* ``single``: Single page template which is shown when a visitor enter to a specific post link.
* ``archive``: Archive page template to show posts retrieved by an author or certain period
* ``category``: Category page template used to show display posts in a certain category
* ``page_404``: 404 page template shown when a visitor enter to a wrong URL.
* ``index``: A basic, required page. This page represents home screen of the WordPress blog, also works as a default template in case of other page templates' absence.
* ``single``: Single page template which is shown when a visitor enters to a specific post link.
* ``archive``: Archive of page templates to show posts retrieved by an author of certain period
* ``category``: Category of page templates used to display posts in a certain category
* ``page_404``: 404 page template shown when a visitor enters to a wrong URL.

In addition, user can add any other pages in case of need for WordPress template. (ex: page.php, date.php, and so on)
In addition, user can add any other pages when WordPress template is needed. (ex: page.php, date.php, and so on)

.. Note:: For more detailed information about anatomy of WordPress theme, please refer to the following link: https://yoast.com/wordpress-theme-anatomy/

Expand All @@ -45,7 +45,7 @@ Settings

You can follow **Project > Project Setting** menu or press **⇧⌘P** to open Project Setting window, then click WordPress tab to change settings for WordPress features.

* ``WordPress theme Build Path``: Output path for generated theme files. You may add $AppName at the end of the path in order that the final path contains the name of the project at the end.
* ``WordPress theme Build Path``: Output path for generated theme files. You may add $AppName at the end of the path so that the final path contains the name of the project at the end.
* ``WordPress Resource Path``: Output path for the resource files of the theme, such as images, css, and so on.
* ``WordPress User Source Path``: Output path for 'User Source', which are CSS or JS files added to the project by user.
* ``WordPress Resource Prefix``: URL path to access the Resource Path on the web.
Expand Down

0 comments on commit 116761b

Please sign in to comment.