• [ Moderator note: moved to Fixing WordPress. Please do not use Developing With WordPress for these topics. ]

    This is waaaaay about my pay grade (i’m not a developer), but I was wondering, is there a way with a theme, such as Twenty Sixteen, to change the order with which the home page content shows up? I have a logo with menu, then a video, then some other content… and at the very bottom is the blog. Is there a way to have the blog show up in a different place?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator t-p

    (@t-p)

    I recommend asking at https://wordpress.org/support/theme/twentysixteen so the theme’s developers and support community can help you with this.

    Moderator bcworkz

    (@bcworkz)

    The generic answer, which might be difficult with twentysixteen and why you should inquire in the theme’s forum if you have any trouble, is use flex-box with order styling within a media query. Add the styles in Additional CSS section of the customizer.

    You could also use wp_is_mobile() to conditionally output (or not) different parts when different devices are used. This requires customizing templates, which should be done within a child theme.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing order of content on a mobile phone’ is closed to new replies.