Skip to content

Commit

Permalink
minor new line fix
Browse files Browse the repository at this point in the history
  • Loading branch information
moldcraft committed Aug 16, 2015
1 parent 7917a1c commit 7db8773
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion extension/portfolio/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ In the :doc:`config.php </extensions/introduction>` file, you can set the portfo
);
Also define if the portfolio custom post will support gallery or not.

.. code-block:: php
$cfg['has-gallery'] = true;
Expand Down Expand Up @@ -134,4 +135,4 @@ Here is the list of templates that you can customize:
* ``single.php`` - Portfolio course single post template. By default is used ``single.php`` from the theme root directory, you can overwrite it by creating ``framework-customizations/extensions/portfolio/views/single.php``.
* ``taxonomy.php`` - Portfolio category template. By default is used ``taxonomy.php`` from the theme root directory, you can overwrite it by creating ``framework-customizations/extensions/portfolio/views/taxonomy.php``.
* ``content.php`` - Default portfolio single page template content. It is loaded if the ``framework-customizations/extensions/portfolio/views/single.php`` doesn't exist and is used ``single.php`` from the theme root directory.
The content of this view is rendered using worpdress `the_content <http://codex.wordpress.org/Plugin_API/Filter_Reference/the_content>`_ filter, when the course single page is loaded.
The content of this view is rendered using worpdress `the_content <http://codex.wordpress.org/Plugin_API/Filter_Reference/the_content>`_ filter, when the course single page is loaded.

0 comments on commit 7db8773

Please sign in to comment.