Questions tagged as 'wordpress-theme'

0
answers

Change Tittle Section [closed]

Good evening, I need help so that a text accompanies the title of the page. Here should show "test" instead of "blog"     
asked by 11.07.2016 / 04:17
1
answer

Remove spaces between pages

<?php /* Template Name: Index Page */ ?> <?php get_header(); ?> <?php $about = new WP_Query( 'pagename=home' ); ?> <?php if( $about->have_posts() ) : $about->the_post(); ?> <?php the_content(); ?> <?php endi...
asked by 27.03.2015 / 21:41
1
answer

How to add a dynamic footer in WordPress?

I'm making a website in WordPress and wanted to know if there is a plugin that makes a footer to run, and I can change the footer content in backoffice . I do not have code because I do not know how to do it. I would like to have type in...
asked by 16.11.2015 / 15:18
1
answer

ERROR syntax error, unexpected T_VARIABLE

I'm having a problem and I'm a beginner in PHP, I do not know if it's easy to fix this error.    (Parse error: syntax error, unexpected T_VARIABLE in   /home/u611580299/public_html/wp-content/themes/simplicityantigo/includes/google-fonts.php...
asked by 18.12.2014 / 01:45
2
answers

List POSTS in WordPress by views

I need to make sure that: <?php while ( have_posts() ) : the_post(); ?> lists according to the amount of views ( post_views_count ), it's like listing popular posts only that it will enter the% , and list according to which...
asked by 22.12.2015 / 21:00
3
answers

How to translate wordpress error message

Hello, good morning! I am having a problem and I am not finding the variable to solve it, I have a site in WP and when I try to login and neither the password nor the email exists, I get the error message: ERROR: The username or password you en...
asked by 05.12.2017 / 11:53
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

Using the awesome Font icons in Woocommerce?

How to use the Awesome Font icons on woocommerce pages?     
asked by 18.12.2017 / 21:46
2
answers

problem while showing category wordpress

I'm developing a theme for Wordpress my menu is generated as follows in header.php <li><a href="<?php echo get_option('home');?>">Início</a></li> <?php wp_list_categories('title_li=&order...
asked by 29.05.2015 / 18:27
1
answer

WordPress WP_Query - How to show just post parent?

Good night everyone, I have a CPT where each post has its child, when listing this with WP_Query, the page shows all the posts (father and son), however I want to show only the 'parent' posts, like Can I do this? Thank you very much! follo...
asked by 13.05.2018 / 01:52