I need to hide a custom field created by a theme only in a specific page. I am using a code that works perfect in another site but in wordpress seems to not wor
I have created two custom post types in my wordpress project: city and property using the below query. register_post_type('city', array(
I have added two variations at product page in woocommerce. Size Color Color image is moving and appearing at the front, once i am selecting the size also. But
I have a Word Press site that is using the Avada Website Builder plugin, but with a custom template and a custom CSS file. I have bootstrap 4.6 loaded onto the
I have created a custom theme and downloaded woocommerce plugin, the shop page is working fine however when I view a product only the content appears. The produ
I am on functions.php and I want to add this filter: function graphene_alter_the_query( $request ) { $dummy_query = new WP_Query(); $dummy_query->pa
I have a WordPress sidebar that I want to only display the children of the parent category. My structure is as follows All Products > Parent Category > Ch
I have WordPress kanews theme. I want to list posts by update date. but unfortunately I couldn't. sorts by creation date. how can i solve this problem? List pos
I have a plugin that is creating a custom template via add_filter: // Create a template view for the new CPT add_filter('single_template', [$this, 'setTemplateA
Please I need to delete and repost my old posts on WordPress so that they can be reindexed by search engines like new content. I don't want to manually do it. P
I have a WP site with the Gutenberg editor styled (the place where you are writing the entry). It worked perfectly until this 5.9 update, where there have been
I want to create a page using wp_insert_post but set the page to have Elementor content. Here is the code I have: // Create post object $my_post = array( 'p
Now it's showing like this: now it's showing like this I want it to look like this: I want it to look like this
I’m using Elessi Theme Version: 4.2.4 By NasaTheme. I’m not able to update any theme options. only text is written and I'm unable to click any optio
I have created two custom archive pages: archive-one.php and archive-two.php. Archive pages are placed inside main catalog of my theme. Now what I trying to do
I really don't know what's the issue. I think my code is OK but the output is wrong. I don't know anything about WordPress, please help me. elseif ($_GET['searc
I am running a query loop and want that 'if' the post has a featured image, it needs to be inside a <figure> tag. But the featured image's <img> tag
I just installed the Flatsome theme on my SSL protected site. I was going to use the UX builder to edit the pages but it was not loaded what should I do? Some s
How to show in the archive page TITLE, the number of products, in WooCommerce? Thanks!
How to show in the archive page TITLE, the number of products, in WooCommerce? Thanks!