When it comes to developing your own stuff, it is always the best to make the code yours too, not just the copyright and such.
As @Rarst already pointed out, the first thing to check if the theme’s folder. I faced the same issue before and changing the theme’s folder fixed the issue for me.
But for future goods, you should start prefixing your code. It means that you should prefix your theme’s name, functions, classes, etc … by your or your company’s name. It’s less likely if someone ever will publish a theme named burgi-professional, but a general name such as professional may exist anytime.
This also applies to class names and functions to. Prefix your functions like this:
function burgi_get_theme_options( ){ ... }
So there is a lower chance of running into such issues. Same goes for CSS classes, and HTML ID attributes.
Related Posts:
- Making update notification functionality for my themes
- Best practices for monitoring the need for future updates on a theme that I developed?
- Custom theme/plugin update checks
- Automatic Updates For Private And Commercial Themes?
- Pushing updates to your premium theme
- Prevent update check for specific theme
- Prevent WordPress updates from overriding custom language translations?
- How can one update a theme on a live site without interruption?
- WordPress 5.8 update problem custom theme styles are overridden by core styles common.min.css
- If I build a custom theme, will it update?
- Show warning if plugin is missing
- Execute upgrade-theme with coding
- How to change database values on theme update
- How can I ping update-core.php with a script?
- Custom theme updater – random string in new theme name
- Updating a live theme safely?
- Wordpres core-update theme renames theme folder name
- How to make updatable custom WordPress theme?
- Updatable theme developing
- Looking to create an “update theme” functionality for a custom front-end dashboard
- Update modified Shopify third-party theme [closed]
- Any way to permanently translate themes?
- How to throw the “We need ftp info” at a user
- How do I send out an update for my custom wordpress theme?
- How can I add a URL field to the attachments window?
- How can I display a menu on certain pages only?
- WP 3.4 – what action/hook is called when theme customisation is saved?
- Is the theme customizer slowing down my site?
- Enqueue scripts inside a class
- How can I get wp_head() as a string instead of echoing it?
- How to access certain WP functions inside custom class, in theme folder
- A two column loop with one lead post
- How to Modify a Widgets UL and/or LI Classes
- How to remove menus section from WordPress theme customizer
- new theme permissions don’t allow me to edit
- Getting Permalink within the loop
- Allow users to add custom functions to wordpress theme
- What page should I use for a contact form?
- Get attachments by user
- Appending a value to metabox before and after saving
- wordpress custom theme import and export options for sample data [closed]
- How to hook CSS file according to theme selection in the customizer section
- I made a my own theme to WordPress and Admin Menu missing from frontend
- Link won’t show using the_permalink();
- What program can I use to preview my wordpress site?
- How exactly *does* unit testing work for themes?
- How to remove a file included in parent theme with locate_template() via child theme?
- Can’t override template file in child theme
- wp_nav_menu add something before closing container and after last list item
- qTranslate with my own theme and settings
- Make logo dynamic in wordpress
- Create a new page in WordPress theme
- where to split off footer.php
- What is the correct way of getting parent styles from child theme?
- WordPress Filtering Custom Post Type by Metadata and Search Heirachy
- What is the meaning of WordPress’s recommended css classes and where are they applied?
- Website pagespeed problem
- Theme support title tag – how to replace the default WP separator (with a filter)?
- Why are some of my menu items not displaying on my menu?
- Why would changing a child theme to a normal theme pass a Template is missing. error
- ajax response -1 in wordpress theme
- How to change footer credit text in Twenty Twenty One theme with a hook?
- How to Update an old theme for the latest wordpress version
- How to override template files in parent theme?
- LESS not working in WordPress [closed]
- How to call a widget in a loop at a specific iteration value?
- Remove div element generated automatically from theme [closed]
- What is the structure for a one-page layout?
- AJAX call fails when sending JSON but works with URL style string
- How to make excerpt image be full size instead of thumbnail?
- How to get a random single category name in get_posts()?
- Why nav_menu_css_class doesn’t work with apply_filters?
- WordPress theme files Organization
- Text widget is placing everything side by side. I want to post it above
- the_content() not displaying description correctly
- How to display latest posts with authors image
- Menu names not getting translated
- How can I convert a list of title-posts into a sequence of comma separated text? [closed]
- Get property of non-object on theme activation
- wp_editor some functionality not working on custom theme
- Malformed RSS feed
- How to prevent XSS attack in wordpress theme?
- Featured Image Module Randomly Disappears
- How to add custom field option with menu?
- enqueue script if page is not equal to
- Unable to convert all css and js features to WP theme
- Theme Option’s Save Button is not working
- WPeC – Adding conditional logic to purchases [closed]
- Header is not showing full width
- Custom contact info in user profile not displaying
- How to defeat “Blog pages show at most __ posts” setting in the loop?
- pagination/prev and next page links not showing
- Admin bar is showing up to non logged in users
- on click load images on the same page [closed]
- themeforce (happytables framework) implementation
- Custom background not showing
- Is there a way to prevent wp_head from outputting self-closing tags?
- Multiple content areas with Gutenberg – Transparent areas mid content
- Is it possible to have two templates in an article hirearchy?
- Adding copyright notice to page bottom in full site editing template