' . __( 'You are reading the newest post.', 'atticus-finch' ) . '
';
+ echo '' . __( 'You are reading the newest post.', 'portage' ) . '
';
} else {
- echo '' . __( 'Read a newer post:', 'atticus-finch' ) . '
';
+ echo '' . __( 'Read a newer post:', 'portage' ) . '
';
next_post_link();
}
}
@@ -174,9 +174,9 @@ function portage_next_post_link() {
function portage_prev_post_link() {
$portage_ppl = get_previous_post_link();
if ( empty ( $portage_ppl ) ) {
- echo '>' . __( 'You are reading the oldest post.', 'atticus-finch' ) . '
';
+ echo '>' . __( 'You are reading the oldest post.', 'portage' ) . '
';
} else {
- echo '' . __( 'Read an older post:', 'atticus-finch' ) . '
';
+ echo '' . __( 'Read an older post:', 'portage' ) . '
';
previous_post_link();
}
}
@@ -185,7 +185,7 @@ function portage_prev_post_link() {
// Add the URL information when printing
function portage_print_url() {
echo '';
- printf(__( 'Link for this article:', 'atticus-finch' ) );
+ printf(__( 'Link for this article:', 'portage' ) );
echo '
' . get_the_permalink() . '
';
}
@@ -193,7 +193,7 @@ function portage_print_url() {
// Add a "Read More" box on excerpts
function portage_read_more() {
echo '' . __( 'This post has multiple pages:', 'atticus-finch' ),
+ 'before' => '
' . __( 'This post has multiple pages:', 'portage' ),
'after' => '
',
'link_before' => '',
'link_after' => '',
'next_or_number' => 'number',
'separator' => ' ',
- 'nextpagelink' => __( 'Next page', 'atticus-finch' ),
- 'previouspagelink' => __( 'Previous page', 'atticus-finch' ),
+ 'nextpagelink' => __( 'Next page', 'portage' ),
+ 'previouspagelink' => __( 'Previous page', 'portage' ),
'pagelink' => '%',
'echo' => 1
);
@@ -225,7 +225,7 @@ function portage_print_options() {
}
if ( get_theme_mod( 'portage_print_url' ) == '1' ) {
echo '
';
- printf(__( 'Permalink for this article:', 'atticus-finch' ) );
+ printf(__( 'Permalink for this article:', 'portage' ) );
echo '
' . get_the_permalink() . '';
}
}
@@ -255,7 +255,7 @@ function portage_display_footer_credits() {
$afwp = 'WordPress';
$afaf = 'Portage Theme';
echo '';
- printf(__( 'Powered by %1$s and the %2$s.', 'atticus-finch' ), $afwp, $afaf );
+ printf(__( 'Powered by %1$s and the %2$s.', 'portage' ), $afwp, $afaf );
echo '
';
}
endif;
@@ -319,7 +319,7 @@ function portage_social_media_display() {
function portage_footer_top_link() {
if ( get_theme_mod( 'portage_footer_top_link' ) == 1 ) {
echo '';
- _e( 'Return to Top', 'atticus-finch' );
+ _e( 'Return to Top', 'portage' );
echo '';
} else {
return;
@@ -329,7 +329,7 @@ function portage_footer_top_link() {
function portage_post_top_link() {
if ( get_theme_mod( 'portage_post_top_link' ) == 1 ) {
echo '';
- _e( 'Return to Top', 'atticus-finch' );
+ _e( 'Return to Top', 'portage' );
echo '';
} else {
return;
diff --git a/functions/widget-areas.php b/functions/widget-areas.php
index fe71129..256dc04 100755
--- a/functions/widget-areas.php
+++ b/functions/widget-areas.php
@@ -8,7 +8,7 @@ if ( get_theme_mod( 'portage_before_header') == '1' ) :
add_action('portage_before_header', 'portage_before_header_fc' );
function portage_before_header_fc(){
if ( is_active_sidebar( 'portage_before_header' ) ) {
- echo '