Hi I'm trying to create custom field in the menu admin page in wordpress.
I find that ACF doing it,
https://www.advancedcustomfields.com/resources/adding-fields-menus/
But I don't want to do it with plugin.
Thanks
Related
I'm new to wordpress and I just created a website for online store using wordpress. I want to apply the customized page of woocommerce shop to the default woocommerce shop page, and I'm using Elementor theme builder. I already created the page and customize page as I want. Then I saved and applied the customization to shop page
The problem is after I applied the theme to the default woocommerce shop page, the shop page still redirect to the same old default woocommerce shop page not the one that I already customized before. I watched some YT tutorials but in the video their customized shop page looked perfectly fine after they applied the theme. Is there any way to solve this?
In your WordPress admin page click WooCommerce under Menu. Click Settings sub-menu and choose Products tab. Under Products, in Shop Page field choose the shop page you want and save the changes. Now your shop page displayed will be the one you chose in the admin page. You will be no longer redirected to the default one. Please refer to the screenshot below
I'm looking for a way to Edit a custom Wordpress Admin Page with a page builder, like Divi.
To create custom Admin Pages I used the Plugin 'Custom Admin Page' and it seems like it's not a custom Post type, so the way to enable Divi via custom post types doesn't work.
Is there maybe a way to make the plugin page as a custom post type and then enable Divi through that?
You can read how to use divi to create templates for custom post types in this
I'm trying to add custom field on checkout page programmatically.
Any idea how I can do it (WP e-commerce plugin)?
It appears WP e-Commerce handles this out of the box:
http://docs.wpecommerce.org/checkout/
Scroll to the very bottom -- It mentions being able to add your own unique fields on checkout, from a tab in the admin settings.
I have my custom post type "soto_property" and a custom admin page with URL "/edit.php?post_type=soto_property&page=properties.php" in my wordpress site backend.
I have used "qtranslate-x" plugin to make my site multilingual.
Now I want to show qtranslate language switcher buttons on my custom admin page also as these buttons are showing up already in custom post type page, post and pages.
I have set its url "edit.php?post_type=soto_property&page=properties.php" in the field Custom Admin Pages on settings page of qtranslate-x plugin .
But still language buttons are missing from my custom admin page.
What can I do to show these buttons on my custom admin page.
I think now (after many years of updates) you can see language switcher buttons in all WP admin pages ;)
I have a wordpress plugin and i want to create a dynamic page when the user activates the plugin. Page creation is already done. But i want to hide it from the pages menu. No matter how wordpress is configured i want to hide the page.
Page can be only accessed using the url.
Can anyone provide me a solution for this.
You can do it by assign a different value to post_type like dy_page
for more info see: Post_type and How to use Custom Post Types in WordPress 3.0