-
You could look into a plugin that let’s you add slides from backend (eg. Slider Revolution) and then you simply add the slider shortcode in a “Home” page, that you set as the front page through Settings > Reading, or run the slideshow from your
index.php
orheader.php
, depending how/where you want it. -
Or you could use a Javascript slider library (eg. Swiper), enqueue the necessary files from your
functions.php
, then create a custom post type “Slides” (eg. with a plugin like Types) where each “slide” post is a slide. Then you would build a query inindex.php
orheader.php
, that pulls each slides, like posts, and displays them with the structure needed for the library to work.
Related Posts:
- Programmatically set page_on_front
- How to make my front page display only the most recent sticky post, plus usual widgets?
- How do I set the front page programmatically?
- Custom background for the index page only?
- Load front-page.php from subfolder
- Can you select a post as the front page or only pages?
- Can’t edit front page of website [closed]
- How to block access to blog-page for users not logged in?
- Pagination not Working on only Front page on latest verson of WordPress
- Do I need an empty page for a different blog page?
- Showing option when page is frontpage
- Is it possible for homepage in Twentyseventeen theme to look like a standard page?
- WordPress site front page fails to load in IE
- Home/front page won’t display content after a form is submitted
- how to create a static front page for my blog in wordpress
- Home link in the homepage of my wordpress does not show my blog posts
- WordPress, how to figure out how to edit front page
- How to set a static html front page
- NON Static-Front Page
- Front Page Settings
- What code controls the animation for the front-page header in TwentySeventeen
- Setting index.php as a static home page without posts?
- Showing “best posts” in front page
- Pull in content from page defined as static front page
- Excluding front_page from is page condition
- Why does my site show the correct front-page when you arrive at the site, but not when you click ‘home’?
- Change Front Page Word Press 4.1
- custom change in front page [closed]
- Remove edit post link from static front page
- WordPress certain directories not connected
- Different front page for logged in and logged out user but the same URL in WordPress
- Homepage not working after setting as frontpage
- Hiding New Posts on Front Page
- change header height on 2017 theme for logged in users
- How to connect front-page.php to page in admin panel?
- Can I have two websites with one front page
- I created a new home page and set it as the home page in the reading section, but I get an error when typing in the home page url
- Page WYSWIG only allowing slides
- Categories with post from child categories on front page
- Static front page – going against the grain
- When Front page and Posts page are specified is it possible to just have front-page.php as the home page?
- Custom background for the index page only?
- No posts on front page
- How to display only sticky posts on my automatically generated front page?
- Front page welcome message area
- Static front page as parent of with child pages?
- How did WordPress link an empty page at dashboard to an actual php file?
- Print string to text file
- How to extract text from a PDF? [closed]
- How do I find all files containing specific text on Linux?
- Editing legend (text) labels in ggplot
- XQuery data and text() function
- jQuery if div contains this text, replace that part of the text
- How to place a text next to the picture?
- How to display text in pygame?
- How to create a video from images with FFmpeg?
- How to wrap text in LaTeX tables?
- Where does this come from: -*- coding: utf-8 -*-
- CSS no text wrap
- How to remove spaces from a string using JavaScript?
- Vertical Text Direction
- Difference between VARCHAR and TEXT in MySQL
- How to read a text file into a list or an array with Python
- How can I create a text input box with Pygame?
- Indent starting from the second line of a paragraph with CSS
- How can I replace text with CSS?
- align text center with android
- PCI\VEN_10EC&DEV_522A&SUBSYS_837D103C&REV_01
- Text border using css (border around text)
- How to replace multiple substrings of a string?
- How to easily print ascii-art text?
- Making text background transparent but not text itself
- strange text before my header wordpress
- How to place Text and an Image next to each other in HTML?
- How do you change text to bold in Android?
- How to split large text file in windows?
- Setting a max character length in CSS
- Align text to the bottom of a div
- Text wrapping around a div
- How can I change the text color with jQuery?
- How to set text color for my d3 chart title?
- Reading local text file into a JavaScript array
- How can I align text directly beneath an image?
- How to Read from a Text File, Character by Character in C++
- When to use is_home() vs is_front_page()?
- Stop WordPress automatically adding tags to post content
- Using pre_get_posts on true pages and static front pages
- can I add a custom format to the format option in the text panel?
- How to retrieve text only from wp_content() not from wp_excerpt()?
- How to Create Editable Blocks of Text for the Homepage?
- How can I create a “Read More” link using the_excerpt() on a static front page?
- is_front_page() malfunction?
- How to add “Stick this post to the front page” to front end?
- How do I fetch the static front page using the REST API?
- Ways to have multiple front-page.php templates that can be swapped out?
- What plugin can I use to create a list / slideshow of featured images?
- Export all posts as individual plain txt files
- is_front_page only works in theme file, and does not work in functions.php
- What is the correct method for determining ‘is_front_page’ when using filters such as ‘pre_get_posts’ and ‘posts_where’?
- Category page doesn’t use category.php, instead it redirects to homepage