Questions tagged as 'wordpress'

1
answer

Text editor table is not writing to the database [closed]

I have a text editor in a project, but when someone uses the table tool in the editor it does not write to the table in the database, it only writes the contents of the table. And when it is downloaded the text comes without the table, getting u...
asked by 18.09.2017 / 18:47
2
answers

View post after the last 6

Hello, I have a question in the condition of the constructor of the wordpress class WP_query () At the top of the blog I have a loop showing in a slider jquery the last 6 blog posts $query1 = new WP_Query( "showposts=6" ); while ( $quer...
asked by 19.12.2016 / 21:36
1
answer

How to migrate a local wordpress site to a commercial server?

I've done a project for a site (basically bought a template and customized it) in Wordpress locally on my machine, now I need to migrate this project to a commercial web server. How do I do this without having to redo everything I've done?     
asked by 09.09.2016 / 23:40
2
answers

Access an element of a JSON dynamically

I have the following JSON: [{ "posts": { "ID": 452, "post_date": "01\/01\/2016 15:30:00", "post_title": "Titulo do post" }, "postmeta": { "anexo": { "size": { "value":...
asked by 20.07.2016 / 16:24
1
answer

Why is the Wordpress Importer so slow to error?

Exactly ... Because the WordPress Importer plugin is so slow to import xml and why it is not updated at times being a relatively important function of it for content generation? And ... is there a feature and / or plugin that plays...
asked by 10.03.2015 / 02:15
2
answers

Anti-adblock replacing div [duplicate]

I need a plugin for wordpress or script in which I get a message for the user who has adblock. However, I want this message to appear instead of a div. I've tried Plugins: JGC AdBlocker Detector - This does not accept style (shows s...
asked by 25.04.2018 / 16:16
1
answer

How to link categories of a post in a WordPress site

I have a site in WordPress . I want to display the categories in the post , that is, in my theme. I tried the code below, but only the name of the categories of the post appears, but only text, you can not click and go in the category .. Can y...
asked by 06.03.2018 / 03:57
1
answer

single.php on wordpress

If I have a post my single.php will display this my full post on the site. Correct? But if I also have a page of view of developments, real estate, cars, etc ... Where each of these views have different styles, how can I distinguish th...
asked by 11.01.2018 / 12:19
1
answer

Call a wordpress page in PHP page [closed]

I tried using the following command to go to a wordpress page, but it did not work. echo '<meta HTTP-EQUIV='Refresh' CONTENT='0;URL=$buscahttp>'; <script>location.href = 'http://www.xxx/¨'.$buscahttp</script>'); header('Loca...
asked by 12.07.2016 / 20:25
1
answer

Collect data from the wordpress database [closed]

Can you connect to the Wordpress database, and get data from some tables of it and transfer it to a Site?     
asked by 27.08.2015 / 14:05