People would like to know if you have to force the user to mark at least one custom taxonomy in WordPress?
Ex: In a post I have custom taxonomies, I would like to oblige the user when entering the post to mark at least one category.
In the page for a custom type, in administration , it lists the project title and date, so the search works only in these two fields.
How to make it look at custom fields at the time of the search?
Which files do I need to modify?
Which func...
I need to display the last post posted WordPress blog in a CakePHP application and I'm doing it as follows:
$post = $this->Post->query(
"SELECT
posts.id,
posts.post_title AS title,
posts.post_date,
pos...
I have a sidebar and I need to list the terms of the 'Category' taxonomy.
So far so good, what I can not do is: When you click on a term, you must list its children terms in a submenu containing a link to the listing of the child's products...
How to do this in WooCommerce?
Register a customer linked to the representative account, there everything the customer buys the representative can see. And with that the company will pay a commission to the rep.
So the rep will know everyt...
Inside WordPress I wanted to create a field, which when I post a featured image it would leave the image there, simple thing (I think).
Example is the Orbit Slider, where the featured images saw sliders.
Does anyone know a simple way to do this...
I have to make a website, those with a page with only automatic scrolling, but in Wordpress. What is the function that I can use that does this? I mean, just the ones that bring the menu items.
How can I put a hit counter on my site Wordpress so that with every access I get +1 ?
I tried to search for plugins, but I did not find any that only showed the number of accesses in text form, which I found was only what coun...
Problem:
The side menu appears on all pages.
I would like to be able to use a different side menu for each page.
I know this has to do with the Wordpress theme. I'm kind of new to Wordpress. I'm using a default theme of those already insta...