Questions tagged as 'wordpress'

1
answer

When I log in to WordPress, the layout of the template breaks

I'm developing a WordPress template for a client, but when I log into wp-admin, then the slide show does not work and the layout breaks, everything looks as if it had a CSS error. p> But if I open an anonymous tab in the browser, it opens no...
asked by 16.09.2015 / 17:37
1
answer

How to create a temporary publication that automatically turns itself off after a while

I use the Wordpress platform and so far I have not been able to find a plugin to create temporary posts. Does anyone know of a plugin or code that can do this?     
asked by 17.07.2015 / 00:39
1
answer

Wordpress - change folder to root

I'm about to set up a wordpress site for a friend's agency. For now, when accessing the site, we have an html file informing that the site is under construction. But now that we develop the site in wordpress , I thought of installing in...
asked by 19.08.2015 / 14:28
1
answer

Placing explanatory boxes inside WordPress administration?

I would like to help system users by putting a box with explanatory text inside every part of WordPress admin, for example posts , pages and even custom post types . Does anyone know of a plugin or function solution that can help me?...
asked by 31.10.2014 / 13:18
1
answer

CSS bug in WordPress plugins

I have the following problem, my theme in WordPress does not recognize the CSS of the plugins installed on the internal pages, home works normally, but on the other pages, no plugin I install recognizes CSS. Can anyone help?     
asked by 06.11.2014 / 21:22
1
answer

How to make a conditional loop in WordPress depending on the category?

I need to formulate this code to respond to the requirements of a specific category where within it the posts will be presented in a random way. For this I made this code in category.php of the Storyline template. if(is_category(48)){...
asked by 24.09.2014 / 20:34
1
answer

WordPress user registration with custom form

I have a user registration form within my shortcode. Complete code <?php $user_login_RU = $_POST['username_RU']; $user_email_RU= $_POST['email_RU']; if(isset($user_login_RU, $user_email_RU)){...
asked by 09.10.2014 / 17:01
3
answers

Paste last WordPress post in CakePHP

When loading: define('WP_USE_THEMES', false); require(ROOT.'\blog\wp-blog-header.php'); I'm having the following error:    Fatal error: Can not redeclare __() How can I load the last blog post into a project in CakePHP?     
asked by 14.08.2014 / 03:59
2
answers

Doubt on Custom Post Type

I made a custom post type for WordPress, but at the time of showing the posts in the category does not work. If I enter the URL example.com/category/mensagem-02/ , nothing appears. Can anyone help me? The code I used. // Register Cust...
asked by 18.04.2014 / 03:16
3
answers

Show post_types linked to a taxonomy

How to return all post_type linked to a taxonomy?     
asked by 25.02.2014 / 19:32