Questions tagged as 'wordpress-theme'

1
answer

How to add more fields to Wordpress user registry wp-login

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...
asked by 23.06.2015 / 21:34
1
answer

Modifying image size within wordpress content

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...
asked by 23.07.2015 / 20:40
1
answer

Calling from 2 post in the wordpress loop

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...
asked by 22.07.2015 / 19:39
1
answer

Problem with Wp Query

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...
asked by 22.02.2015 / 15:30
1
answer

How to activate in my Panel the Header / Header - Wordpress

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...
asked by 18.12.2014 / 20:34
1
answer

Developing Theme in Wordpress - Widgets do not appear

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...
asked by 02.12.2014 / 18:55
1
answer

Creating a WordPress ad insertion area

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...
asked by 15.10.2014 / 17:29
1
answer

A menu for each page

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...
asked by 17.04.2014 / 19:52
1
answer

WP Custom Post Type

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...
asked by 07.05.2014 / 16:38
0
answers

Wordpres get the modified post

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...
asked by 04.01.2019 / 21:26