Posts by Giancarlo Silva • 197 points
5 posts
-
9
votes0
answers898
viewsQ: Comment form does not appear in theme
I am creating a new theme for Wordpress and can not make appear the file comments form comments.php. The other related elements (already saved comments, amount of comments, etc.) usually appear, but…
-
2
votes1
answer609
viewsQ: Search returns only the home of the site
I created the files search.php and searchform.php for a Wordpress theme that I am developing. However when testing the search it does not return anything, showing only the home page. I had written a…
wordpressasked Giancarlo Silva 197 -
2
votes1
answer107
viewsQ: Wordpress: Wrong thumbnail and permalink being displayed
I’m having trouble getting thumbnail (highlighted image) and permalink from the most recent post to be displayed on my blog home. I made the following code: <?php $posts_noticias =…
wordpressasked Giancarlo Silva 197 -
1
votes1
answer1650
viewsQ: Page pagination Category.php in Wordpress
I am trying to activate Wordpress pagination in a theme’s Category.php file, but the pagination links do not appear. From the little I researched, it would have something to do with the use of…
wordpressasked Giancarlo Silva 197 -
4
votes2
answers666
viewsQ: View in Django does not return Httpresponse object
I am doing a simple CRUD in Django for learning purposes. However, I am having a problem. When creating a view to add data to a schedule, the server returns the following error: The view…