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
- I have issue to retrive post thumbnail with rest api
- Custom page template from plugin does not work with pre-installed themes in WordPress 6.6.1
- WordPress site migration addvice
- Creating a menu page in a Object Oriented developed plugin
- Escape special characters in image link
- Distributing and packaging plugins
- Dashboard Widget Form
- Why Better WP security plugin returns 418 I’m a Teapot “error”?
- Modifying Footnote Plugin for Descriptive Title Attributes
- I would like to use create a function in my custom plugin to tell WP to use a different header
- New Plugin: Post update pushes a copy as a revision
- How to edit/delete single row items in a table on my own menu page
- Overide a function that is inside a plugin
- Set WordPress Featured Image For All Post Slugs Matching Image File Name in Specified Directory
- Custom Text Under Navigation Links
- Automatically adding post and pages to new blog setups
- Recommendations for books/resource to get started with wordpress 3 development (plugins/themes) [closed]
- Can I share predefined fonts from theme_support with a gutenberg component?
- Getting media library popup in custom plugin admin page
- Sort products without thumbnail in WooCommerce shop page
- Create or Update thousands of woocommerce products via PHP
- cURL error 60: SSL certificate problem: unable to get local issuer certificate
- How to get images from EDD post?
- Can’t get custom posts of taxonomy to show
- How to add pagination to wpbakery grid?
- How to Replace Words with Hypertext Link But Ignore Previously Existed Links?
- send_headers don’t work on wordpress multisite
- Is there a reliable way to keep track of how long a WordPress theme has been active?
- Add multiple attributes to product from php
- Cannot run the code after I activate the plugin
- How can I measure the performance of any WordPress Plugin or Theme?
- jQuery function didn’t work in my plugin
- Displaying admin notice dynamically
- Can I check plugins and themes for PHP 5.6 ahead of global PHP server Update
- Translating plugin inside the theme [closed]
- bulk change of image setting “link to” to “link to: image url “
- Displaying Gravity Form data on WordPress page [closed]
- Improving a Stackoverflow “inspired” badge system to display badges in author page
- Why are some of my thumbnails not being generated?
- Get a list of galleries from an album in NextGEN Gallery [closed]
- How to install and activate a plugin via an external PHP script
- how to include a simple jquery file into a wordpress plugin
- Calling a plugin in theme development