If you are editing theme files use get_template_directory
to retrieve the php files. try the code below in your functions.php
file.
require get_template_directory() . '/includes/option.php';
Related Posts:
- WordPress Themes and PHP unit
- Need help setting default setting value for radio button in theme customizer
- Remove Customize Background and Header from Appearance admin menu without CSS or JS
- Dynamically change feature image in customiser
- Design view breaking on Pages
- Adjust the results quantity for Search Results page pagination
- How can I loop into two different DIVS without repeating the DIVs
- Removing unnecessary wordpress files
- WordPress loop specific thumbnail size
- Passing array in add_option()
- Is it possible to use the featured image of a page as a css background without inlining?
- How do I translate this string – PHP syntax question
- Site Health : An active PHP session was detected
- How to make thumbnail image fit into a div where image dimentions are completely different?
- Why WordPress architecture is not pure object oriented and it don’t use MVC pattern? [closed]
- How to display recent posts on home page with custom HTML
- using add_action for a header hook that has an additional parameter
- How to show a dynamic_sidebar if main content content’s height is > a set amount?
- write custom woocommerce templates and forms
- Using a `Template Parts` folder instead of an `Includes` folder in a Custom WordPress Theme
- Set the checkbox as checked by default at options page
- How do I add custom bulk actions to multiple custom post types?
- what is the best practice to add new field to an api route
- Grab posts by multiple categories
- populate form fields in a loop with ajax
- Error in custom php function doesn’t exist
- Customizer: active_callback and sanitize_callback incompatibility?
- Recent Posts Not Showing Only On A Specific Category Page [closed]
- How to disable controls in theme customizer?
- How to remove woocommerce_breadcrumb() from do_action( ‘woocommerce_before_main_content’ ); [closed]
- What does this mean in wordpress? Easy question
- Show About and Contact Us page when they’re clicked in the top menu.
- Is There A Way To Make Theme Files Accept Shortcodes?
- WordPress Customizer Default Image
- How to show an entire post content and not also the excerpt?
- Why in my theme I can’t see all the statics content under the posts?
- Why is an array created in a function hooked to customize register populated when customizer is loaded but not when the front-end is loaded?
- Theme not calling Jquery properly
- How to add the sidebar to all the pages except the home page? [closed]
- Header not properly displaying on archive.php
- Double Curly Brackets in Php
- Get post categories
- Removing “Powered by” footer using child theme PHP [closed]
- Unable to access WordPress functions from functions.php
- Output only links using wp_nav_menu()
- How to add aria role and schema markup to custom walker container
- jQuery accordion menu
- Removed jQuery script from header.php , any problems?
- How to correctly load a different version of main menu based on the user language in WordPress? Is it a good solution?
- pass html code to worpdress
- Ajax URLs without #!, how to prevent falling into single.php on load or reload?
- Commas in Tag Cloud
- Trying to change featured image from 180×180 to full width on home page
- Remove the Tag from wp_nav_menu
- security concerns if using html data-* attribute for l10n?
- WordPress redirects page query parameter in URL
- Getting text from custom field from customizer
- WordPress navigation wont appear with wp_head
- Need help for some PHP code
- How do you get the current post taxonomy so I can get the current post taxonomy? into a variable to THEN loop through all post with that taxonomy.,
- How do you create a custom category widget that you can style?
- How to change basename url for wp-admin?
- how to replace h1 entry title with h2 in category pages only
- url not using query string no longer working
- Not able to remove caption shortcode from the content
- Weird fonts showing which are coming from database
- Problem with displaying CSS Stylesheets – Am I adding them correctly in my wordpress child theme?
- require get_template_directory() . ‘path/to-my/file.php’ BREAKS customize > themes functionality
- How to have different headers.php files based on the display page
- Display post date also if the date it’s the same for each post
- Submit remote form to wordpress REST API and save data to custom post type
- alternate left – right content inside the loop
- Add a custom link to each image in WordPress gallery
- register dependency css and js inside a plugin class
- Proper use of Output Buffer for a whole php clas
- Collapsible menu on post sidebar only expands and does not collapse
- CSS loading as empty file in Custom Theme
- Woocommerce variable products are being added to the card on the homepage (ajax)
- How to get php file based on URL in WordPress
- How can I customize a WordPress theme before it’s downloaded?
- I want different post-thumbnail size depending on media size
- Create a custom theme-specific page, invisible in the admin-panel?
- Trying send mail from Theme page
- Extend the WP_Customize_Image_Control class to change its non-frame $button_labels
- A Customizer checkbox control that sets the setting to “” or to “blank” and show() or hide() a color control
- Image not displayed
- need help to arabic text in wordpress
- WordPress causing all code to be displayed on line 1. Receiving multiple errors after cleaning cookies and cache
- Adding code to the function file
- Shortcode working in page.php but not in category.php in wordpress
- Adding a Sub Menu Options Page WP Backend Menu. Whats wrong with my code?
- How can a ‘scripts’ directory be hooked into wp_head();?
- WP and Laravel integration (Updated) [closed]
- paginate_links() returns NULL instead of the pagination links, but pagination is actually happening
- PHP warning: Undefined array key 2 in feed.php
- How to customize content-video.php file in wordpress as is in html file?
- Variable ++ in query loop
- orderby property of query on pre_get_posts returns incorrect value
- Woocommerce Convert existing order to the cart
- WordPress PHP8 Critical Error in class-wp-widget.php