Questions tagged as 'wordpress'

5
answers

Error passing URL as parameter ... JoeBlogs & HtmlAgilityPack

Main namespace ReaderXML { class Program { static void Main(string[] args) { var website = LeitorDeXML("http://SITE ORIGEM/").ToArray(); var total = website.Count(); for (int i = 1; i...
asked by 20.05.2015 / 22:15
2
answers

How to put a link to download the application when the user enters my site through the mobile phone

Well, I have a website and the application for IOS and Android. And I wanted every time the user entered the smartphone he had the option to download the application, and already recognized which operating system it is. As in link But I do not...
asked by 22.01.2016 / 15:58
1
answer

Malicious code not found.

I have a site that has been hacked (WordPress) and all the .php pages have added the following code: <?php $ahwwxolsc = '>> x22:ftmbg39*56A:>:8:|:7#6#)tutjyf'439277~6<Cw6<pd%w6Z6<.5'hAtcvt-#w#)ldbqov>*ofmy%)utjm!|!*5!...
asked by 11.05.2016 / 17:27
6
answers

Copy of WordPress database without using PHPMyAdmin

I need to migrate a WordPress site from one server to another. One of the necessary steps is to export the database used in the current site, edit some data if necessary (such as the site address and URLs of the files) and import the database to...
asked by 27.02.2014 / 23:01
3
answers

Upload post without refresh of page with AJAX and JQUERY

I need help with Wordpress because I would like to load posts without refresh or reload of the page. I have a menu that returns posts of a certain category in a <div> to the left and I would like to be able to l...
asked by 18.02.2014 / 16:09
3
answers

Firefox and IE can not find source

I have a wordpress site where I installed two fonts: Calibri and Castlet. Chrome works properly, but in Firefox it recognizes only Calibri. This is the site: link In Css: @font-face { font-family: Calibri; src: url("wp-includes\fonts\cali...
asked by 17.01.2015 / 16:55
1
answer

Custom post url structure with tags and tag listing

Hello, I'm trying to reach the following url structure for post personalizado portifolio : website.com/portifolio - Displays all posts - OK website.com/portifolio/slug - Displays the portlet item with slug slug - OK webs...
asked by 17.11.2015 / 19:22
1
answer

Comment form does not appear in topic

I'm creating a new WordPress theme and I can not seem to get the feedback form from the comments.php file. The other related elements (comments already saved, number of comments, etc.) appear normally, but the form itself does not appear...
asked by 28.11.2014 / 19:54
3
answers

Create custom page for user registration

I need to create a custom page for user registration in wordpress. In addition to the traditional form, is there a way to create a custom page by calling the form ?     
asked by 13.08.2014 / 04:49
2
answers

Theme only on one Wordpress page. It's possible?

You have a Wordpress site that has a specific theme. That is, all posts and pages look like this theme. It turns out that I need to create a new page, and that page must have the theme different from the entire site. Is it possible, just o...
asked by 15.05.2014 / 00:37