I developed a site that contains a user registration, then the administrator of the site releases this register, but I need to add some more fields and by default Wordpress only asks for username and email, as I add for example name and phone in...
For friends who understand wordpress, could you give me a hand?
I need to modify the size of the images within my content, image within the posts.
I took a resize function here and it works fine, my difficulty is to use this function within...
I am looping in wordpress using WP_query and need to list me only from 2 post, ignore the first 1 post.
Previously I used the query_posts (offset) to do this, but using wp_query I'm not getting it.
Could someone give me this help to see if...
I have a problem with the loop when I make a wp_query. See my code:
$query_video = new WP_Query( $args );
$args = array(
'post_type' => 'post',
'category_name' => 'videos',
'posts_per_page' => '4',
'orderby' => 'ran...
I need to enable my header so that I can customize my header through the features that the wordpress panel itself offers.
In this image the option I want to activate is highlighted.
The fact that it is not appearing is because I'm crea...
I'm trying to develop a theme from scratch in Wordpress by following video lessons. The problem did not just happen to me, there are people commenting on the same problem that is the fact that after all the PHP, HTML and CSS coding aimed at crea...
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...
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...
The correct one would be to have the same behavior as "Category" of post type "post" of wordpress, but this does not happen.
For example when I access http://localhost/projeto/anunciantes/ I have how to make my queries no...
I need a help with a query post:
How do I view the posts that have been modified I say updated example:
a post was added if it was modified today I need to display and what was modified look for a one query post a sort of query_post of rev...