Questions tagged as 'wordpress'

1
answer

Add Wordpress user in more than one role

I'm developing a plugin for members area in WordPress and I'm going to control this access through the roles functions. Assuming I create the functions: content1, content2, and content3. How would I be able to assign more than one role to a...
asked by 23.11.2016 / 19:12
2
answers

Add an "active" class to the link according to the page accessed?

I'm setting up a theme for WordPress , and I need to add an active class in anchors , it works as follows: I retrieve the URI from the current page and compare it to the text / value contained within the anchor that is automatically fe...
asked by 28.01.2016 / 18:48
2
answers

Get only the latest links from a sitemap

using HtmlAgilityPack; using JoeBlogs; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Xml; using System.Xml.Linq; using System.Xml.XPath; namespace ReaderXML {...
asked by 20.05.2015 / 20:17
1
answer

Search field in a table with PHP

I created a frame on the intranet through WordPress (php, MySQL) to list the extensions of company employees. Clicking the link of extensions displays a table and the scroll bar for viewing the list. I need to create a search field (field cr...
asked by 04.02.2015 / 19:00
1
answer

Convert HTML menu to WordPress

For the first time I'm working on converting an HTML template to WordPress. I have some difficulties and the one that is bothering me the most is the following: I have an HTML menu and would like to convert it to WordPress, keeping the dropdown...
asked by 11.02.2015 / 04:21
2
answers

Using multi language in Wordpress

I'm developing a website in Wordpress , and I need some content on the site (menus, photos and etc.) to be in 3 different languages. How can you do this without having to create a new Wordpress for each language?     
asked by 09.11.2015 / 18:13
2
answers

Fields in Advanced Custom Fields do not appear on the front end

I'm having a problem with the ACF (Advanced Custom Fields) plugin for WordPress, I even paid the $ 25 for the Repeater Fields add-on, but I do not know if I made a good deal. I looked at the documentation and there it says that I only need to in...
asked by 22.03.2014 / 03:54
1
answer

Add Change Author in Type Post Quick Edit

I created a type post to customize the admin of a client's wordpress, everything works perfectly, however the option to change the author of the post in "quick editing" does not appear, I know that by default it will not show for fields custom,...
asked by 11.10.2016 / 07:32
2
answers

WordPress Posts Summary

I need the post summary size on my frontpage to be different from the summary size of the page where all the posts are displayed ( home.php ). In my file functions.php I put the following code: //adiciona um novo tamanho de res...
asked by 13.10.2016 / 21:02
1
answer

Grid Skeleton Responsive with Wordpress

Next I'm building a website that needs to show posts with wordpress, however I'm using the Skeleton grid framework, it works as follows: <div class="container"> <div class="row"> <div class="three columns"></div...
asked by 12.02.2016 / 04:58