mirror of
https://github.com/lubuntu-team/lubuntu.me.git
synced 2025-02-23 08:11:08 +00:00
16 lines
324 B
PHP
16 lines
324 B
PHP
|
<?php
|
||
|
/**
|
||
|
* The template for displaying Author archive pages.
|
||
|
*
|
||
|
* Learn more: http://codex.wordpress.org/Template_Hierarchy
|
||
|
*
|
||
|
* @package WordPress
|
||
|
* @subpackage Fruitful theme
|
||
|
* @since Fruitful theme 1.0
|
||
|
*/
|
||
|
|
||
|
get_header(); ?>
|
||
|
|
||
|
<?php fruitful_get_content_with_custom_sidebar('blogright'); ?>
|
||
|
|
||
|
<?php get_footer(); ?>
|