It seems like you are trying to change a theme to your own needs?
Since you do not need the categories. etc. You could just drop that whole piece of code starting at
<?php
$featured_categories = array(8,9,10);
Until
wp_reset_query();
}
}
?>
Next put in your own html code. With links to your pages. Probably 3 times this.
<div class="featured-category-footer">
<a href="https://wordpress.stackexchange.com/questions/61973/link to page">link</a>
<h3>title</h3>
</div>
If you want these pages to come from your wordpress.
Look into wp_list_pages and change it to your needs.
http://codex.wordpress.org/Template_Tags/wp_list_pages
Related Posts:
- What plugin would make this happen? If is the theme
- How to get the active theme’s slug?
- Which hook callback has priority if both plugin and theme use the same hook?
- How to exclude a widget from page 1 of a paginated post
- Set a category for a page
- Uncaught Error: Call to undefined function get_user_by() after moving function from theme to plugin
- add_meta_box (Will display only in specific page admin WordPress)
- Add a plugin before main container
- Custom Post Type Plugin not loading category template and loading 404 instead
- Not able to open category post [closed]
- Using WP Category Lists Plugin to Dynamically Display Category (PHP)
- How to fetch products with the price in a page on woocommerce using a form or live search with php
- (FES EDD) New vendor submission page is blank
- All sites themes functions.php have been changed
- Customize permalink wordpress category id
- Why namespaces are rarely used in WordPress plugins?
- Redirect to another page using contact form 7? [closed]
- My single.php page does not show the related data to the post which is clicked
- how can I do something on new user registration?
- Use $variable from file1.php in file2.php (different file paths)
- How to make a dynamic css class whose name changes every visit to confuse scraper
- I receive taxonomy id
- How to include files relative to a file’s directory
- .php file for woocommerce edit category? [closed]
- speed up pagination for huge database
- Inserting Plugins Into Blank Space of Externally Designed WordPress Theme
- Categories from front-end, checkbox selection doesn’t work
- Pasting this PHP breaks my page. Why?
- Modify pages widget and make a plugin?
- Gantry Framework: new page loads homepage content instead of page content
- Plugin Admin panel checkbox unchecked after submit
- uncaught TypeError: Cannot read properties of null (reading ‘classList’) custom plugin
- Custom Plugin scripts from admin working in frontend
- WordPress Cache delete on plugin uninstall
- how to show all posts of each category in pages
- Replace old theme that understand old css (vcex_icon_box css_animation)
- Remove a div class with condition
- Precheck fields when I add a new post
- Hooking into the HTML header container
- How to get a post views count using ‘WordPress popular posts’ plugin
- Failed to load resource: the server responded with a status of 500 () post.php
- Python in WordPress – A “Hello World” implementation
- How can I make the search bar in my wordpress site search all of the pages rather than just the blog posts?
- I want add repository theme folder
- How to remove a css class for any wordpress page
- Things that saved lose when logout
- Woocommerce: deleted single-product.php, everything still works. How is it possible?
- How to set up php,javascript and css to allow for our finished product to be displayed within a page?
- What is the process for reimplementing a back up WordPress?
- Showpost and last
- Template from scratch: Sidebars not showing widget
- How to make only selected posts appear on a selected wordpress page
- wordpress illegal string offset ‘parameter’ error
- Two sites one PC
- Attachement title in wpallimport
- Real estate schema markup not showing up on Rich Results test
- WordPress theme is not displaying the correct home page in the Pages section
- Custom page template from plugin does not work with pre-installed themes in WordPress 6.6.1
- Where can I sell WordPress themes and plugins? [closed]
- Need to create a Theme demo site that features multiple themes
- Should I use RIPS tool to test my themes and plugins?
- A way to sort WordPress themes? [closed]
- plugin for wp_list_categories with posts
- Determining where fopen() is writing files when used from WordPress AJAX call [closed]
- How Restrict access to admin dashboard by specific static ip?
- How to get images from EDD post?
- How to install and activate a plugin via an external PHP script
- How to remove xmlns on language_attributes()?
- Can’t load WP function into external function
- Download any file after submitting a form [closed]
- Only Homepage not loading properly
- Guidelines / restrictions about advertising /donate begging unside wordpress plugins or themes
- Redirecting a buddyboss profile tab to a different tab if not subscribed to a specific membership
- How to create a custom post type that contains another custom post type?
- WP Query. Is there a maximum size?
- Display Custom Field Value on Admin Page Column
- Theme Custom Pages
- How to get theme’s info from wordpress.org/themes using api.wordpress.org?
- How to find the list of custom post type where logged in user is author
- What is the best way to make a custom page from a plugin?
- Setting text widget to one page only
- Code for unique user visit count on every page WordPress
- Searching a tab/space delimited text file based upon form criteria and returning a ‘record’ into a word press results page
- How to overwrite the category template in a plugin
- Oops! That page can’t be found
- Redirect to a page while maintaining search query parameters without causing an infinite loop
- Showing different js file for different theme in wordpress customizer api
- Problem with conditional woocommerce custom checkout field
- WordPress Theme/Plugin Install (about FTP Connection)
- trying to create simple plugin to filter categories from all authors
- conditional tags for the output of a plugin
- single.php fires more than once after clicking on any post to view with different post id each time
- Can’t insert files in other inputs
- Can’t get custom user meta to show in header
- How can I add the custom taxonomy categories to the posts and pages?
- What happened to WP No Category Base?
- Load my plugin before cache
- How to get current template file used by WordPress?
- Create new page without menu in custom wordpress plugin
- Newspaper theme, custom query vars, & custom rewrite rules