Questions tagged as 'wordpress'

1
answer

Shortcode for Wordpress

I'm using the IP API for geolocation in a wordpress plugin, the plugin is ready and works normally! I want to add the following: In one of the fields of the plugin, the user can insert a text and at the end of this text, only this field does...
asked by 14.11.2016 / 17:30
0
answers

Adapt Web.Config to .htaccess

I need to keep two sites in the same hosting (one I've developed, let's call site 01) and another one which is a Wordpress created by the old company that served the client (We call site 02). The directory structure looks like this: / com...
asked by 19.12.2016 / 20:06
0
answers

How to expose wordpress for external access in Azure / IIS?

I have a site made in wordpress it is hosted on a cloud server with the following path: C:\xampp\htdocs\site.com.br To access it locally with the external IP I use this way: link If I access this address from outside the server the sit...
asked by 22.11.2016 / 19:29
1
answer

Static Page Paging is not working

The last posts and the link paging are appearing, but when I click the link , the URL changes to /page/2/ but stays with the same content on the first page . Does anyone know how I can resolve? <?php $paged = (get_query_var...
asked by 21.01.2017 / 20:44
0
answers

Insert new custom field in Wordpress [closed]

I'm customizing a website that was made in Wordpress. In a specific part of the site, in the TEAM, there is a photo of a person and next to it is to be added a text field. What happens, is that in the theme where the site was developed there is...
asked by 17.10.2016 / 20:50
2
answers

Wordpress reads logo only on localhost

In the site that I made the logo works when I'm testing at home with localhost, but on the site it does not read. <img id="logo_topo" class="img-responsive" src="<?php bloginfo('template_url'); ?>/imagens/logo.png" alt="Logo" />...
asked by 17.10.2016 / 21:21
0
answers

Two sites in one domain [closed]

Hello, I would like to develop two sites, one of them institutional and the other a virtual store. But I'd like to use the same domain. I think it will look like this: When someone writes www.mysite.com , it will automatically be redirected to...
asked by 15.09.2016 / 23:10
0
answers

How do I change the wordpress loop category via ajax

I'm going to have a select with 3 categories, every time I change the value of select it changes the result of lop Example: <select> <option value="Noticias">Noticias</option> <option value="Shopping">Saab</optio...
asked by 28.10.2016 / 17:43
0
answers

Create select to filter content from a web page [closed]

I'm creating a website in Wordpress and I'm making some modifications to the theme I bought, I'm using the Agera theme and I would like it in the location of that bar, where the buttons to filter the content below are a select, because when view...
asked by 23.09.2016 / 00:16
1
answer

List categories of a custom post

I have a Custom post called 'projects'. On certain pages I only need to display projects that have the category 'apps'. So far so good, it displays on a good. However, when I add tags to this project, I can not list just the tags of that particu...
asked by 15.07.2016 / 08:19