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
- Pass PHP variable to javascript
- post expire after x days
- cURL error 60: SSL certificate problem: unable to get local issuer certificate
- How to Replace Words with Hypertext Link But Ignore Previously Existed Links?
- Unable to install theme recommended plugins on Multisite
- Apple push notification doesn’t work
- Conditional attributes and logic per product category
- How to include this jQuery File in wordpress?
- Include a php file from another plugin
- How can I fetch data from another website to my wordpress website with mysql database
- How to translate WP Blog (search, category etc.)?
- Switch from wp-cron to a server cron job
- Is this plugin safe to run?
- Create automatic latest version link
- How to Access a file that is inside a plugin’s dir from the theme’s `functions.php` file
- get_post_meta shortcode returns empty field
- create pages automatically and dynamically in wordPress
- How to add a prefix to a WordPress post preview url?
- i can not access the post in custom template of my wordpress plugin
- How to get a specific string from a url
- How to avoid the 403 Forbidden error in a WP Plugin with Ajax and PHP
- Removing Plugin Action via Theme for Non-admins
- Change (replace) word in metabox
- Why all my wordpress sites keeps telling me that everything is up to date at /wp-admin/update-core.php?
- How can I save cookies to members
- Creating wordpress admin page panel [Theme Option]
- Better code/text editing for posts and pages?
- Saving an array to get_options
- Variable passed to each() is not an array
- How to set different users for different pages?
- Some of my php is rendered only when logged as admin
- Pulling sub-site content into specific pages
- Replace Dash (-) and Underscore ( _ ) with Space
- How use Dynamic hyperlink on each wordpress post?
- Why do I get this “peer’s certificate issuer not recognised” error when trying to install a theme?
- How to execute init or woocommerce_init only for checkout page
- how to restore wordpress backup(.rar) manually?
- wordpress jquery is not defined because the head tag is empty
- Any plugin/theme available which suits my requirement? [closed]
- How to pre-set WordPress settings for specific posts?
- cURL External API request displays content above other content on page
- Creating a Table Row by Row
- Getting 504 Gateway Timeout Error on AWS Server! [closed]
- WordPress issue – data is not showing in wp-admin, but when searching through database, all the data is there