Questions tagged [blogs]

A hip and trendy journal for the web. Should be used for rare questions about blogs, not questions on specific blogging software. Don't mix with blogging software tags like wordpress, blogger, medium, etc

Blogs are journals made of dated entries and published on the web. Their name derives from the term web log. It should be used for the rare questions about blogs, not questions on specific blogging software. See:

2854 questions
0
votes
2 answers

PHP/MySQL: Limit foreach loop when more than one occurance is found

I'm new to PHP and MySQL and I'm currently making a blog portal. On the index page, all recent posts are shown with the title, author, date, the first 150 characters of the post plus an image from the post. I have two tables in MySQL: "post" and…
Inori
  • 33
  • 4
0
votes
1 answer

Django template: Displaying parent and child from the same model

I am creating a django blog and I have a Comments model that looks like this: class Comment(models.Model): content = models.TextField('Comment', blank=False, help_text='Comment * Required', max_length=500) post = models.ForeignKey('Post',…
0
votes
1 answer

Wordpress /support/ slug emulates /blog/

I have a wordpress website that I am developing, and I cannot for the life of me figure out why this is happening. I have tried to troubleshoot this prior to submitting this query. What I have tried: - I do not have any page, post, cpt, category,…
Aliqua
  • 723
  • 7
  • 21
0
votes
0 answers

How to show all related post from same author in multi author on blogger blogspot blog

I have a multi author blogger blogspot blog. I have multiple author on blog. i want to know that How to show all related post from same author in multi author on blogger blogspot blog when anyone click one author name show on every post footer.
Niranjan
  • 1
  • 1
0
votes
1 answer

Django Blog comment author reference

I built a small Django Blog application with a comment section. Users are required to login before making a post or comment. I want to return the full name of my CustomUser in both the Blog posts and comments in my templates. After a Blog post, the…
0
votes
0 answers

Wordpress site down on AWS after changing to elastic IP

My wordpress site was working perfectly through internal ec2 public ip just then i changed to elactic ip in order to point it to a DNS. Currently its down, first page comes up and when i try to customize the site its not showing proper content and…
harry
  • 535
  • 2
  • 6
  • 16
0
votes
1 answer

How to fix size of button for mobile view

I want that the size of my button should get fixed for the mobile view but it should be auto for window. how can I do it, please help? Or it should be auto placed in the center. I am using this code. I am using CSS like this. .button1 { border:…
Joohu Kumari
  • 27
  • 1
  • 8
0
votes
2 answers

How to change this All post list code to list specific labels?

I am using this script to show all posts on my website. But now I want to change this code to show specific labeled posts. But I don't know how to do that. I tried my best. And I am new to coding. Any help would be much appreciated. var startIndex…
0
votes
1 answer

is there an efficient way to insert blog entry containing code snippets into MySQL database?

I am building a blog engine for practice. The design is supposed to be fairly simple I guess..Here is how i want it to work: I have index.html, a CSS sheet, some javascript, and one PHP file i named pullContent.php. Index.html is the main page…
Benny Tjia
  • 4,853
  • 10
  • 39
  • 48
0
votes
1 answer

Why is everything in my sidebar displaced, how do I fix this?

So I've been trying to make my sidebar smaller so that I can make the article bigger, but when I did so it seemed to have displaced everything in the sidebar but I really don't see how. I'm relatively new to html and css so I'm not as experienced…
0
votes
2 answers

want to customise tooltip for mobile view

I had created tooltip code for all directions popup but I want to popup only to top in mobile device please help me. I can't able to code @media screen code please anyone help me. Write a code for mobile devices where the only popup of (tooltip.top)…
Joohu Kumari
  • 27
  • 1
  • 8
0
votes
1 answer

How to open a modal dialog based on its item key using Reactjs

Here I am facing some issue to open the modal dialog based on its item key. I am creating a bog page where i want to display my blogs and open/ close the modal according to its key. and I want to use pagination as well to display 10 blogs per page. …
Tammy
  • 1,122
  • 5
  • 19
  • 50
0
votes
1 answer

how to make size of speech box auto

I had created A speech box but I face problems in it I can't able to make a speech box change its size(height and width) automatically according to need. It should acquire space according to its content. If the content in it is large box size should…
Joohu Kumari
  • 27
  • 1
  • 8
0
votes
1 answer

Why does my entire article spill out of it's border when it's in a flex container?

So I've been trying to use flexbox to make a sidebar for my blog, however, when I zoomed out, all the contents of my article spilled out of the border like this: messed up webpage I've tried to use this piece of code: word-wrap: break-word; to fix…
0
votes
0 answers

How to show blog post components on click without importing all components

I am planning to create a blog using react js. My blog posts are going to be components. Now, suppose someone clicked on a post, now onclick I want to show that post component. I know routing but for that I have to import that post but that is not…
Maisha Maliha
  • 69
  • 1
  • 1
  • 8
1 2 3
99
100