Questions tagged as 'wordpress'

0
answers

Wordpress Plugin does not display html

I'm trying to make a simple plugin that shows via shortcode a small map of google maps with the current location of the user, but when I put the shortcode the map does not appear, follow the code: function GetMyLocation(){ ?> <div id="...
asked by 08.11.2016 / 11:35
1
answer

Is it possible to sell a Wordpress post?

I'm developing a digital magazine, with flipbook viewing, zoom and everything. But I have the following doubt, currently I have a post_type that is called Magazines, where I mount my magazine and publish as a normal post. However, cert...
asked by 12.10.2016 / 23:43
1
answer

email for password reset woocommerce

Good afternoon, recently I created a wordpress website with eStore theme and installed the Woocommerce plugin. I registered the products I realized some configurations, when I went to realize tests realizes that the plugin does not send emails t...
asked by 11.10.2016 / 21:59
2
answers

Change the font in wordpress.com through css

I'm trying to change the font of a website hosted on WordPress.com. In the file css , I make the source in the first line of the code: @import "//fonts.googleapis.com/css?family=Lekton"; Then, I determine the font that will be used:...
asked by 07.10.2016 / 17:26
0
answers

Show / hide button appears only for the initial post

In the first post, it appears normally, but when I click on the others, only the content of the first post appears. <?php get_header(); ?> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <div id="caixapos...
asked by 06.10.2016 / 01:33
1
answer

WordPress - Backup / clone help [closed]

I've been doing a job that the client has required that your site stay online and in the same way until all changes are made. How can I do this ?? Would I have to use another domain ?? I would like to change the theme but I'm afraid the site wil...
asked by 20.09.2016 / 22:41
0
answers

Wordpress: How to "pull" conditional taxonomy in a selection field?

To optimize loading and improve understanding for the user, I need to get the location hierarchically, eg: In Wordpress the order is: Brazil  -Santa Catarina   --Florianópolis In the post editing page I want to: Select a Country...
asked by 22.10.2016 / 15:14
1
answer

Customizing post presentation in wordpress looping

I want to customize the looping of my posts to display the posts as follows, the first to the left and the second to the right, and so on. It went wrong (and I knew I would), but I ran a test like this: <?php if ( have_posts() ) : while ( h...
asked by 09.09.2016 / 03:10
0
answers

Change date format in Wordpress

I'm posting on a website developed in Wordpress, what happens is that the date format is American: <span class="published">set 29th, 2016</span> I tried changing Wordpress options by going to Settings > General and puttin...
asked by 02.10.2016 / 02:24
0
answers

Is it possible to convert an HTML template into WordPress?

Recently I bought a template on a certain website, and I did not realize it was HTML, not what I need, which is theme for Wordpress. They do not trade. Is it possible to convert?     
asked by 04.09.2016 / 00:03