Questions tagged as 'wordpress'

1
answer

Loop Category on Wordpress

Does anyone know how I create a loop to display the categories and how many posts are there in each? Example:    Category-x (15)   Category-y (32)   Category-z (40) Where "category" = category and category name the number is the number...
asked by 04.10.2017 / 17:19
1
answer

This plugin generated 3 characters of unexpected output during activation

I'm creating a Zero plugin for Wordpress. All I want is to create shortcodes to print forms in php. But just put: <?php /* Plugin Name: BluePotion Form Plugin URI: http://bluepotion.com.br/ Description: Plugin teste Author: Kauê Nic...
asked by 12.10.2017 / 23:30
1
answer

How to check whether or not a rel=""

I'm setting up a function for wordpress, where the person can navigate between posts through the keyboard. With difficulties, I was able to create the following function: <script> window.onkeydown = function(event) {...
asked by 09.10.2017 / 20:42
1
answer

Put Wordpress Thumbnail as background [closed]

I need to put the Wordpress thumbnail as a background in a div Currently with img same, using Loop :: thumbnail ()     
asked by 20.09.2017 / 20:57
1
answer

Set up domain for Wordpress page structure

I have a Wordpress installation with several "sites" .. I will explain:    site-principal.com/ - > opens a blank page (index.php, with no redirection in options / reading)       site-principal.com/site-um - > Page Wordpress 'Site One',...
asked by 20.09.2017 / 20:03
0
answers

How to make a dropdown menu in wordpress?

I have an html code for a site I'm developing. <!-- mega menu --> <div class="menu"> <!-- menu start --> <nav id="menu-1" class="mega-menu dark"> <!-- menu list items container --> <section class=...
asked by 12.09.2017 / 05:17
1
answer

Exclude the return links from the wp_list_categories () function;

I'm trying to return only the list of taxomanias of a custom post type called "Portfolio". I just need the names of the categories. The code below is returning the categories with links, does anyone know how to delete those link...
asked by 11.09.2017 / 05:27
1
answer

In what table and field are the images registered by WP in the posts? [pending]

We are reformulating a system that was developed by WP, however we need to get some images that were registered inside the posts only that we are not finding these images in the tables. For example: You have a post that has an image with the...
asked by 05.09.2017 / 15:24
1
answer

Search Filter showing only 10 results

Hello, I'm developing a website in Wordpress, with a purchased template and I'm having a difficulty that I believe to be a doubt about Wordpress and not about the theme. The website shows several establishments and when I do a search, it shou...
asked by 29.08.2017 / 19:42
1
answer

Code google-analytics to monitor the number of downloads

I need to insert a google-analytics code to monitor how many times a file (a video) has been downloaded. But since it is a sidebar link that is generated dynamically, I can not insert direct into the code. onclick="ga('send', 'event', 'link','...
asked by 01.09.2017 / 19:20