Questions tagged as 'wordpress-theme'

0
answers

I need to put an excel table in wordpress

I have a small table in Excel, where you have some calculations, formulas, actually this table is a simulator of my client's fees and he wants to put it on the site :(. Is there any plugin for this? Some way? Thank you, and thank you all for you...
asked by 10.10.2016 / 17:20
2
answers

Integrate a jQuery plugin into a WordPress theme

I'm using Nivo Slider on my site from the basic example offered by the plugin. In the file header.php of theme I put the scripts and <div> with the images pointing to a theme directory. And in%% of slider initialization...
asked by 17.03.2014 / 15:33
1
answer

How do you call these instructions in Wordpress?

How do you call the specific PHP instructions for Wordpress? Of type: bloginfo("url"); bloginfo("template_url"); get_bloginfo("description", "display"); I tried searching for features but that's not it!     
asked by 22.02.2015 / 15:55
1
answer

Change the meta robots WP

Colleagues. I took a project that was developed in WP. Unfortunately I do not know how to play WP, but I would like to change the line: <meta name='robots' content='noindex,nofollow' /> Inside the header.php file has the line: wp...
asked by 15.01.2017 / 20:04
2
answers

How to deploy with Wordpress

I want to increase the agility of my projects with Wordpress . I usually use git only in themes. When everything is ready, I upload the theme in the traditional way, via FTP. Of course, I know it's wrong and that's not the way to go...
asked by 28.06.2015 / 15:00
2
answers

Keep Settings When Changing URL - Wordpress - Theme: Adventure - Organic Theme

I'm having problems theme settings when changing the URL of a wordpress site using the Organic Theme's Adventure theme. I made some scripts to change the functions in the database, which is ok! And it works with other themes perfectly. H...
asked by 11.09.2015 / 21:09
1
answer

Photos and custom attachments in Wordpress

I need to put gallery of photos and attachments in the posts and pages of Wordpress, but with a custom style in the view inside the post. How do I just upload the images and files in the edit, linked them with the post , and then view to see...
asked by 31.03.2015 / 13:08
1
answer

In a Wordpress gallery, use the Alt attribute of the images as html comment

I'm developing a Wordpress theme and I have a problem. In my functions.php, I use the following code that changes the composition of [gallery] so I can customize the posts gallery. The code is as follows: function __my_gallery_shortcode( $a...
asked by 22.09.2014 / 23:07
0
answers

New WordPress Menu

Good morning. I created a new table in the wordpress database called wp_newsletter, where I saved only the email that the user places when they are browsing the site. I would like to know if you can create a new menu in the admin panel just t...
asked by 11.01.2018 / 11:29
1
answer

How to modify the list in the wordpress code?

Good afternoon, I have development problems. I want to know how I modify the appearance of the menu I'm making. In function.php is the following code: <?php //menu function register_my_menus() { register_nav_menus( array(...
asked by 20.08.2017 / 20:46