Questions tagged as 'wordpress'

1
answer

Remove space between menu and content

Hello, I'm having a little problem ... Let's say that between the menu and the contents of the pages are with this huge hole ... And I would really like to remove it ... the worst that has nothing in the code to increase this space ......
asked by 24.10.2017 / 14:58
1
answer

Change / Edit word already translated in WordPress

I'm setting up a WooCommerce (WordPress) virtual store and recently installed a pt_BR translation. Everything is translated correctly, except the term:    QUICK VIEW that is translated as - VISUALIZA RÁPIDA and the correct o...
asked by 25.10.2015 / 08:13
1
answer

How do I reposition the menu bar below the header?

I'm editing a WordPress theme and would like to reposition the menu just below the header image, but how do I do this in CSS? The site is not yet hosted on the web. I'm modifying the theme before installing everything. The code for the menu...
asked by 13.10.2015 / 03:12
2
answers

How to change the / wp-admin / directory of WordPress? and how do I change the WordPress admin URLs?

I would like to change the name of the /wp-admin/ directory to eg /admin/ in WordPress, but I have no idea how to do it in the right way. I see that this kind of change is not very common. I would also like to change some WordPr...
asked by 02.08.2014 / 17:56
1
answer

Querying on specific WordPress table?

How do I query a WordPress in a specific table, which is: wp_dd_spg_galleries ? I already have the gallery ID, I tried to make this query, but it does not return anything: $query = "SELECT * FROM wp_dd_spg_galleries WHERE id = ".$idGa...
asked by 17.04.2014 / 22:52
2
answers

Image URL with the_post_thumbnail () function

How can I extract only the URL (attribute value src ) from an image generated by the the_post_thumbnail function and assign it to an image? The result I'm looking for would look something like: <img src="<?php the_post_th...
asked by 18.03.2014 / 16:32
2
answers

Trash, Draft and Pending review in wordpress, how do they work?

Good afternoon, I would like your help, I need to take a post from the air, but I would like to reactivate it regardless of the time it takes, if a year from now I want to publish it again how should I proceed, time all the posts in the recycle...
asked by 05.12.2016 / 17:35
2
answers

Auto Publishing Wordpress c #

I want a C # application to post to a WordPress blog. The title of the post would be the value of the variable title and the article would be the variable html . How do I get this? Obs: Console project.     
asked by 08.05.2015 / 21:11
2
answers

How to create a fixed link in wordpress?

I'm implementing a static html site for wordpress, it's not all the pages that need cms to manage the content, my problem is this! I can not create a Menu link for a static page or any other page Wordpress 4 example <a href="contato.p...
asked by 26.09.2014 / 22:22
1
answer

Where is the path of the images of posts in Wordpress stored?

I'm putting together a custom cakephp plugin, because the plugin of the wordpress itself does not work, until then, I was able to use everything from the wordpress posts table, the problem is that I do not know where the path of the images of th...
asked by 17.11.2015 / 17:20