Questions tagged as 'wordpress'

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

I can not download plugins through the panel

Hello, I have an error in my wordpress I can not install plugins directly by the panel I was installing by the same plugins directory, so yesterday when I installed a plugin called jetpack I got this error: "register_http_request_failed" Ca...
asked by 19.07.2015 / 13:20
1
answer

Error after WordPress update

Yesterday I did Update to all Plugins and WordPress core (4.0) of my site. I even did some posts, so everything was ok. Today, give me this error:    Fatal error: Call to undefined function get_category_id () in   /home/vertical/public_...
asked by 21.11.2014 / 11:40
2
answers

Setting up permalink on Wordpress

I have the following link: link What leads to a post, this post is in the videos category I created, would you like to know how to include the category in the link? For example: link videos/ saiu-new-teaser-of-better-cal...
asked by 01.12.2014 / 00:15
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

Doubt with wp types

I'm using WP Types for a product catalog site. I've created categories, subcategories, and lines, all as custom post types and one daughter from the other, so in the product registry, I select each of these items for it. But on the product page...
asked by 12.01.2015 / 14:54
2
answers

How to hide empty query post?

I created a Query post for a certain category <div class="querypost-home" id="conteudo-home4"> <?php $args = array( 'category_name'=>'oportunidades', 'numberposts'=>1, 'offset'=>3 ); $my_posts = get_posts($args); if( $my_p...
asked by 05.11.2014 / 22:40
1
answer

Is there a WordPress function for controlling child pages?

I'm looking for a small function in WordPress that does the following: Se (esta página for filha desta outra) { mostre este menu } Mas (caso esta página seja filha desta outra) { mostre este outro menu } The page hierarchy is as follows:...
asked by 06.11.2014 / 14:59
1
answer

Approve wordpress comments via email

I'm developing a Wordpress website and I need the approval of the comments in the posts to be made through email. I searched for plugins and tutorials on the subject but found nothing. The intention is that the customer receives the comment v...
asked by 02.03.2015 / 19:54
1
answer

How to insert Wordpress own icons in the administrative area menu?

How do I set icons for Wordpress itself, which is located on the 10 line of this function? add_action('admin_menu', 'pagina_gerencia'); function pagina_gerencia() { add_menu_page ( 'Gerência de dados', 'Gerência', '...
asked by 02.10.2014 / 02:08