Most voted "blog" questions
18 questions
Sort by count of
-
2
votes1
answer81
viewsIs there a generic Css code to turn my website into "mobile friendly"?
I would like to turn my site into mobile friendly. I know you can do it for css because I don’t want to change the web page template.
-
2
votes1
answer422
viewsCreate blog from scratch without using wordpress
I need to create a blog without using Wordpres or any other ready-made structure, which language I can use and which is the fastest way to do it, the blog has a form that will save the e-mail, nome…
-
2
votes0
answers56
viewsHow to create a dynamic website like normal blogs on the web
I need help with a question I’ve been having. The URL of blogs in general on the web are by directories for example: www.qualquercoisa/post/example-do-post. I am creating a blog that is dynamic and…
-
1
votes1
answer1340
viewsHow to create a folder for each user in PHP?
I would like an example of how to create a folder to store each user’s data in php, for example www.facebook.com/nomedeusuario I imagine that in the sequence an index is saved inside this folder and…
-
1
votes0
answers58
viewsImplement Nesbox in Blog
I wanted to use the nesbox browser emulator in a blog using an external address. According to the HTML code provided by the developer the code only takes a chunk of the address. Follow the example…
-
1
votes0
answers13
viewsGhost Blog custom routes returning error "err_too_many_redirects"
I’m working on a study site using Ghost. The idea is to classify the study contents in reading plans, using as filter specific tags. In this way I group several articles within the same plan and the…
blogasked 5 years, 4 months ago Jamil Filho 99 -
1
votes1
answer52
viewsTreat req.files as null
Good night. I’m starting now with studies in web development and would like to know how to treat the following:What I developed was a blog, and in the area of creating posts, there is a form for you…
-
0
votes1
answer29
viewsWordpress - Share the social network pulls wrong photo
When someone will share a news on my site (wordpress), it pulls the wrong image, you know why, or how to fix?
-
0
votes2
answers102
viewsProblems with css email registration box
Hello, I have a little problem adding an email box on my blog, the ones that sign up for the user to receive email updates. I put the color of the white font but nn makes effect even adding "!…
-
0
votes0
answers99
viewsIdentify if it is blog and hide div - Wordpress
I put a div called "imagem_top" and I want it to have the property display: none when it’s the blog page, Woocommerce product or post. I’ve tried to put in functions.php, header.php, page.php and…
-
0
votes0
answers36
viewsWhat’s the difference between an SSG blog and an October CMS blog?
Perhaps the title of this question is not the best, so I will try to explain below. Would you like to know how a blog from an SSG (Static site Generator) works? More specifically, I would like to…
-
0
votes1
answer233
viewsPost types by taxonomy
I’m doing it this way and yet, it’s not pulling taxonomy that I want. It’s pulling standard WP posts and not mine specifically. My post type is the 'post_type' => 'posts_blog', as below and the…
-
0
votes1
answer37
views -
0
votes1
answer21
viewsJekyll - Errors with paths
I’m developing a blog in Jekyll and is making some mistakes with the URL’s. When I use {{ site.url }} and I don’t put the bar after this variable, the paths are as follows: localhost:4000assets,…
-
0
votes0
answers92
viewsWordpress post thumbnail does not appear on Facebook
Guys I’m having the following problem: I’m creating a Wordpress site and I want when I publish his posts on Facebook to appear that thumbnail of the image of the post, but in its place is appearing…
-
0
votes0
answers13
viewsWordpress: paginate_links() does not work on the page Category.php
I am creating a new page to list only posts from a specific category using the "Category.php" template, but when using the pagination that is being generated through Function paginate_links(),…
-
-2
votes1
answer53
viewsError creating routes dynamically in Django
of good? Next, taking my first steps with Framework Django and having some difficulties, some managed to overcome "alone", this bone. I have a basic blog project with some views, in which shows the…
-
-4
votes1
answer114
viewsURL redirection script by country
I wonder if there is a script like this for example: <script type="text/javascript"> / / Javascript URL redirection window.location.replace("Site de destino"); </script> But that had the…