Questions tagged as 'wordpress'

1
answer

Translating wordpress plugin

I'm trying to translate a sentence in the Plugin UT Portfolio, I went to the folder of the file and has only a .txt file warning that the translation should be made pleo plugin codestyling localization, however when opening it presents this perm...
asked by 01.03.2017 / 18:20
1
answer

Customized page for each term

I have a taxonomy called Staff and a term called Professores , I created the taxonomy-staff.php page to display all the teachers contained in the staff and taxonomy-staff-professor.php taxonomy to display the te...
asked by 15.02.2017 / 22:49
1
answer

Gallery of random images when opening the page (wp)

I need to put a gallery of specific images on a page and that the order of them changes every time I open the page (or update). The site is in Wordpress, and I did not find any plugins, or even code for that.     
asked by 06.03.2017 / 17:07
0
answers

How to loop inside the foreach

I'm having trouble making the code roll. I have the variable $posts_metas that can be empty or have an array, it depends on what the user has already registered in the DB. I also have the $uls containing urls of the images th...
asked by 02.02.2017 / 18:18
1
answer

Create tab using images in button

I need to create a TAB block for my site in wordpress, there are several plugins that help in this, but I do not discover any that I can use images on the button. Usually they are icones, but my client created some images, that complicated and m...
asked by 23.02.2017 / 21:24
0
answers

How to debug a MySQL query?

Is there any way to know what's wrong with this QUERY? When you perform a query, it displays it on the screen but nothing appears, var_dump returns NULL , what steps does a professional perform to find out what is wrong with a qu...
asked by 10.02.2017 / 16:12
0
answers

WordPress - Pagination does not work in taxonomy

I have a custom post type "news" and a "subject" taxonomy that has its terms, to do the pagination I am using the following code (page-news.php): $custom_query_args['paged'] = get_query_var( 'paged' ) ? get_query_var( 'paged' ) : 1; $args = ar...
asked by 25.01.2017 / 17:25
3
answers

align image to center over another image

I'm developing a website as a portifolio, I'm using wordpress and bootstrap, I created a div and inside it I put an img tag with the background image of this div, but now I want to put an image of my logo superimposed on the background, using so...
asked by 11.02.2017 / 00:08
0
answers

Archive Problem - Wordpress

Alright? I'm using a premium template called Beta Design. But on the blog, the Sidebar Archive does not work. That is, if I click to filter by month / year, it does not filter ... Someone to help? Here is a print to illustrate the problem:...
asked by 09.01.2017 / 17:13
1
answer

Shortcodes do not work on my wordpress theme

I'm creating my theme and everything is ok, But I installed a plugin and it does not work properly when adding shortcodes to the theme. In the page it appears in the console the html tags of the plugin, but it gets a big white space without t...
asked by 28.01.2017 / 16:13