Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Nickandia

    (@nickandia)

    Now I know what it was!

    If you have more than two posts, this function is triggered:

    <?php twentythirteen_post_nav(); ?>

    You can find it in the single.php file.

    I simply removed the line of code (didn’t need that function anyway) – and now the single post pages are filling the screen on the Iphone.

    Wooho!

    Thread Starter Nickandia

    (@nickandia)

    Thank you Mark, for helping me!

    So, for you others that will find this thread, what I did was:

    I found <?php comment_form(); ?> and replaced it with <?php comment_form( array( 'title_reply' => 'Comment here please', 'label_submit' => 'Go go go!' ) ); ?>

    Look for more possibilities in the list of arrays that can be found in the link Mark posted.

Viewing 2 replies - 1 through 2 (of 2 total)