Questions tagged as 'wordpress-theme'

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
0
answers

What are the basic requirements for creating a WordPress template? [closed]

I would like to know, based on the experience of those who have worked on this topic, what are the basic requirements for creating a WordPress template. What to avoid and value when working with them? What is your relationship with Bootstrap?...
asked by 16.09.2015 / 03:05
1
answer

Click on the Link and open a player below it

I have some links, for example: Link1 Link2 Link3 Link4 and I would like that when I click on Linkx it opens an "embed" just below it and that each Link brings its corresponding video. / p> I'm working on a t...
asked by 24.09.2015 / 19:08
1
answer

How can I find out which template WordPress is using on a site page?

I'm often not sure exactly which theme file is generating a site page, for example, http://example.com/nome-da-pagina-post . What I do is put a echo inside each theme template, single.php , archive.php ... <?php...
asked by 17.05.2017 / 08:50
3
answers

wp_enqueue_script does not work

I'm creating a WordPress theme, but wp_enqueue_scripts does not work. The code that is in functions.php is: <?php function scripts_and_styles() { if ( ! is_admin() ) { wp_enqueue_script( 'jquery' ); wp_register_...
asked by 12.09.2016 / 14:23
2
answers

How to create a fixed link in wordpress?

I'm implementing a static html site for wordpress, it's not all the pages that need cms to manage the content, my problem is this! I can not create a Menu link for a static page or any other page Wordpress 4 example <a href="contato.p...
asked by 26.09.2014 / 22:22
1
answer

Grid Skeleton Responsive with Wordpress

Next I'm building a website that needs to show posts with wordpress, however I'm using the Skeleton grid framework, it works as follows: <div class="container"> <div class="row"> <div class="three columns"></div...
asked by 12.02.2016 / 04:58
1
answer

Organize capabilities and user levels wordpress (no plugin)

First I will explain the scenario, I want to make a system where you will have 4 different types of people accessing. The Administrator, "moderators", authors, and partners. I wanted to use the wordpress admin panel for everything, so I created...
asked by 19.09.2017 / 23:08
1
answer

How to apply the_content filter in function get_the_content WordPress?

I'm developing a theme for WordPress, for hobby and for studying a little PHP, JavaScript etc. and I'm having a little problem. I'm working with the controller concept where all logic will be processed and then sent to a view. To make it clea...
asked by 11.10.2016 / 23:52
0
answers

PHP from Wordpress!

Very good afternoon, I'm new here in stackoverflow and I have a question related to a wordpress theme, I have the following programming in php: if ($i == 0 || ($i % 3 == 0)){ echo '<div class="item '.esc_attr($active).'">&l...
asked by 08.02.2017 / 17:27