You have multiple options here, depending on the amount of flexibility you want to give the editor of the text blocks.
-
Create a custom loop with
WP_Query
. See our examples and the Codex page for usage. Then you print the excerpts of the page these boxes are linked to.
You can use attachments (images) and the full formatting here. -
Use widgets. See our examples and the Codex page. Limited formatting because the visual editor doesn’t work too well in widget forms.
-
Use a custom navigation menu and print the description.
You can combine these methods: Use widgets for header and footer, WP_Query
and page or post excerpts for the other boxes.
Related Posts:
- Stop WordPress automatically adding tags to post content
- How to retrieve text only from wp_content() not from wp_excerpt()?
- How to hide the Text Area in the Post Edit screen
- How to remove images from showing in a post with the_content()?
- How to load a post into an empty div tag anywhere across the pages?
- Filter only the text in the_content
- wordpress post not showing my “” text>?
- How can i showcase all my galleries?
- Can I save part of the post in an external file and join it on the fly to avoid redundancy in the wp_posts table?
- WordPress post text starts newline after 93 characters
- Get WordPress post content by post id
- Get page ID of page that is set as the posts page
- Get Posts Under Custom Taxonomy
- How to limit the number of posts that WP_Query gets?
- Stop WordPress Wrapping Images In A “P” Tag
- When is the ‘post_content_filtered’ column in database cleared by WordPress?
- Turn a URL into an Attachment / Post ID
- GET the excerpt by ID
- Determine if page is the Posts Page
- How to get ‘post_content’ without stripping tags?
- How to add an admin notice upon post save/update
- Print Current Post Index number within Loop
- Should we trust the post globals?
- Optimize post insert and delete for bulk operations?
- Get the Current Page Number
- How do you add thumbnail support for custom post types?
- How to mark every 3rd post
- Change Posts per page count
- Keep featured content post in homepage with original order
- How to display related posts from same category?
- Can posts have parents?
- Is there a action hook for the “Empty Trash” button?
- How to end the excerpt with a sentence rather than a word?
- How do I check if I linked to a post before I delete it?
- How to change the case of all post titles to “Title Case”
- Appending content with broken in 4.4
- How to get posts published between a date and today?
- ZIP up all images displayed in a [gallery] and offer as download link
- How to detect single.php (but not single-portfolio.php)?
- How to check if post meta key exists or not in wordpress database
- How to remove a column from the Posts page
- removing inline styles from wp-caption div
- What is the use of to_ping and pinged column?
- How to use “Add link” pop up for a WordPress widget
- Remove Categories / Tags From Admin Menu
- Stop WP from creating “Sample Page” and “Hello World!” post
- Where is the old post permalink slug stored?
- Keyboard shortcut for updating a page or post?
- Add custom Attachment Display Setting for images
- Rewriting post slug before post save
- Apply the_title() filter in post & page title, but not in menu title
- How to Change Order of Posts in Admin?
- is it possible to get next_post_link
- Get post content by ID
- How to get post creation date?
- Update post counts (published, draft, unattached) in admin interface
- Function to execute when a post is moved to trash .
- How to get post ID of the current page/post inside a widget?
- add action only on post publish – not update
- How to display by default only published posts/pages in the admin area?
- How do you add Read more … link to posts?
- How to make comments work for a post loaded per Ajax?
- Is there an if statement that can determine if a post in the loop is the last post?
- Get current menu_order
- How to show related posts by category
- Changing the post date and time with function
- simply loop through posts
- Difference between an archive and a page listing posts
- Delete Associated Media Upon Page Deletion
- Set Default Listing “View” in Admin
- Access post from post id in URL
- Count posts within a custom post type and specific taxonomy and terms?
- How to add category to: ‘wp-admin/post-new.php’?
- Post preview mechanism architecture
- How to prevent posts from being published too close to each other?
- Passing current cookies in wp_remote_get to get Draft Post Preview
- How to hide specific Gutenberg blocks settings from users
- Post featured image column on admin post list page
- How to Display a List of Users Who Have Made at Least 1 Post?
- The next_posts_link() works only with original $wp_query
- display all posts in wordpress admin
- Front-End Post Submission
- Is there a way I can write a series in WordPress?
- Get content from one page and show it on another page
- Get Next / Prev 3 Posts in Relation to Current Post
- How to Check if a Page Exists by URL?
- Including categories in search results
- How To Disable (or Remove) “All Posts, Published, and Trash” in Dashboard Posts
- How to protect pages with double authentication: password + email (in custom field)
- How To Have Two Gutenberg Editors On One Post?
- Use category base slug in posts’ permalink
- Separate Database Tables For Different Post Types
- Customizing HTML Editor Quicktags button to open a dialog for choosing insert options
- How to change all the guid in posts table?
- Removing any and all inline styles from the_content()
- Are post ID’s reliable?
- Delete post with all files attached to it
- Adding additional data to WP_Post object
- Get current post id in functions.php
- Random sort within an already sorted query