Questions tagged as 'wordpress'

1
answer

Make a query of the wp_postmeta table using wodpress wpdb

How do I print to the page a query of the wp_postmeta table by filtering by meta_key using wpdb of wordpress ? Already with the right structure. Can anyone help me?     
asked by 20.05.2015 / 23:16
1
answer

Carousel with Wordpress posts

Hello, I'm trying to apply OWL-CAROUSEL to a custom post page. When I do in normal HTML, without PHP tags, it works super well, but if I play in the wp_query loop it does not take the plugin and lists the posts one underneath the other. See t...
asked by 19.03.2015 / 01:12
1
answer

Excerpt post wordpress

What's wrong? I did the function to give excerpt in the posts of wordpress and import to another site, however it is not cutting with what I defined. Can anyone give a light? <?php while (have_posts()): the_post(); ?>...
asked by 10.02.2015 / 20:49
1
answer

How to integrate post from one site to others in WordPress Multisite?

I started using WordPress's Multisite. I'm having trouble calling a few posts from one site to another. How can I do this within Multisite? Searching, I found some codes to put in functions.php but they did not work ...     
asked by 14.10.2014 / 00:12
3
answers

Translate specific part of the woocommerce template

Hello, I can not find the file to translate the text "Product successfully added to your cart." Along with the "Continue Shopping" button. ps: I have already tried to open several language files in poedit but still unsuccessful.     
asked by 15.04.2015 / 20:43
1
answer

Error of "headers already sent" when creating tables in the activation of plugin

I am developing a plugin for WordPress, in which during activation, two tables that relate must be created. My code looks like this: function create_tables(){ global $wpdb; require_once(ABSPATH . 'wp-admin/includes/upgrade.php');...
asked by 08.11.2014 / 18:42
1
answer

Customize permanent link directly in post does not work

When I make a post in Wordpress, you have the option at the top of customizing the permanent link, when I try to change that permanent link is not allowed, I work with some blogs in Wordpress and only one in particular is giving this error. Coul...
asked by 07.05.2014 / 17:32
1
answer

Do not load style.css into wordpress

I'm studying Wordpress, but I could not use the functions.php to load the stylesheet These are the files style.css /* Theme Name: Tema Estudo Author: A Version: 1.0.0 */ body{ color: #4d5a6c !important; } header.php <!DOCTY...
asked by 31.12.2018 / 06:07
1
answer

Wordpress friendly URL in album /? album_id = {id} for album / {id} [duplicate]

I developed a website in Wordpress and to make it faster, I decided to use the wp fastest cache module However, the site has a gallery of images that you import from Picasa through another Picasa Album Viewer The Picasa module loads...
asked by 31.03.2014 / 17:05