Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
0 answers
50 views

I want to get latest posts on WordPress to below special HTML

I want to get the latest posts on WordPress to below HTML. Can anyone tell me how to code? Thanks! <div class="cols"> <div class="col1"> <ul class="...
Jane's user avatar
  • 9
-2 votes
2 answers
1k views

NEED HELP - how to make an excerpt of the post clickable?

I am working in Wordpress, and I am using Elementor. Elementor has a native feature for the title of the posts and images to link to the post. But if I add an excerpt text, it doesn't link to the post....
NotAnapple7953's user avatar
1 vote
1 answer
116 views

How can I create a new line after a flex element?

I am trying to add a list of different posts on my website. So I have created different divs and added an image and some text to it. But here is the Problem: I want the Heading to be on top, then the ...
Named Daniel's user avatar
0 votes
0 answers
53 views

Wordpress post background image bleeds through on Category Page

I am using the twentytwenty theme and all my post titles show a strip of the background image behind the title that stretches across the page. Here is a snippet. this is the title of the post and the ...
markanthony's user avatar
-1 votes
1 answer
1k views

How to format post title text in 2 lines using css

I have babynames website and my post titles are very large. Post Title: Abdal-lafif – عبد الطیف Meaning in English and Urdu I want Meaning in English and Urdu will display with line break i.e 2nd ...
Iqbal's user avatar
  • 9
0 votes
1 answer
104 views

How to customize posts in WordPress by using HTML and CSS?

I've tried to find the information on the Internet and stackoverflow, but there is nothing about it. So I've migrated my website(html,css,js) to WordPress(index.php,header.php,footer.php etc) and I ...
Nik's user avatar
  • 13
0 votes
1 answer
92 views

Edit post pages with PHP and CSS in Wordpress?

I would edit the pages of posts (eg: http://example.com/author/wordpress_post) with PHP and CSS. How can I do it? Is there already a default PHP file for posts that I can modify?
user avatar
0 votes
1 answer
433 views

Change paddings only on Blogger post pages

How can I change the paddings of the post body section in Blogger, but only on the post page, not on the home page of the blog. This is the code where I am changing the paddings: .post-body { ...
bodyrock's user avatar
0 votes
1 answer
468 views

Direction Arrow over my popup

do you know, why does the direction arrow from my posts slider show over my pop up advert at this website? http://skkelti.cz/
ragulin's user avatar
  • 204
0 votes
4 answers
3k views

How to apply CSS changes in every posts (every posts ID)

I want to hide the side bar and stretch the content box to full width to all posts from my WP blog. To individual posts that's what I'm doing, and it's working fine: .postid-72 #main-sidebar { ...
Alessandro J's user avatar
1 vote
2 answers
96 views

How to display WordPress blog posts with multiple equal columns under image?

I am trying to display all blog posts like a magazine article. Please see link below for the exact format. https://i.sstatic.net/E9mir.jpg Single.php <div class="container-fluid"> <...
Michael Stokes's user avatar
0 votes
2 answers
87 views

How to give css for posts in a wordpress theme

I new to wordpress development , I have developed a custom wordpress theme but i am not able to give css to the posts.Posts are rendering in very normal way but i want to give some css , please ...
Arpit Gupta's user avatar
1 vote
0 answers
32 views

Layout of the page messes up when creating more than one post dynamically(using bootstrap)

I am using Bootstrap for my front-end and Laravel 5.2 for backend. When I create more than one post on my profile page , the layout of the page messes up . Panels on the right side come left side , ...
Kiran Saxena's user avatar
0 votes
2 answers
3k views

Increase number of posts in a label page?

According to many websites, it appears blogger will only allow us to post 20 unique labels to a page. This is the URL: www.BLOG.com/search/label/This-is-the-label-page-that-displays-only-20-posts/ ...
tman091's user avatar
  • 493
0 votes
2 answers
2k views

Display featured image only on hover of post title

Hi I am building a wordpress as per requirement of my client I need to show posts featured image only when hovering on post's title.So far I tried doing this by simple css in this way li.wpp-...
dh47's user avatar
  • 164
0 votes
1 answer
105 views

Wordpress column-count sort

I have a div.content with posts and I use column-count to show 2 columns but my posts are display like this http://i.imgur.com/kaX6Zol.png but I want display this http://i.imgur.com/8pIorvC.png . From ...
Krystian's user avatar
1 vote
1 answer
368 views

How do I display four category posts that align next to each other? - Wordpress

I'm trying to pull the 4 most recent posts from category "3" to be displayed within a 1000px div, but have each single post display in a 280px div and have them displayed inline. Right now, my code ...
Dylan Polniak's user avatar
0 votes
1 answer
1k views

How to split a wordpress blog page into a 2 column responsive layout?

I'm curious to know how you'd go about creating a 2 column layout for posts on a wordpress loop. 1 | 2 3 | 4 5 | 6 above is an example of how the blog page should look - however the posts ...
user2075625's user avatar
8 votes
6 answers
29k views

Wordpress Loop posts in Bootstrap 3 grid layout

I am using Bootstrap 3 within Wordpess and have an issue getting my archive posts to display across the page in a grid format. My wordpress loop code is... <?php if ( have_posts() ) : ?> <?...
lowercase's user avatar
  • 1,220
-2 votes
2 answers
70 views

How can I add categories-authors-members area for commenting on my website? [closed]

I have designed my own template on dreamweaver using HTML and CSS. I don't know much about php which i assume its what i need. but i still want to know how to make something has similar idea like http:...
Omar Emara's user avatar
-1 votes
1 answer
2k views

Jquery Infinite Scroll, Masonry and Tumblr! What am I doing wrong?

Forgive me, I'm new to stackoverflow, however I have been working on this tumblr theme for a client for a week now and I can't figure out what I'm doing wrong I can not get posts to infinite scroll! ...
user1995865's user avatar
0 votes
1 answer
491 views

Sticky posts are only displayed correctly on first page

I have 2 loops to display the sticky posts (loop 1) and all posts (loop 2). The sticky posts are styled differently than the posts of loop 2. Now I added posts_nav_link(); to my code to show only 6 of ...
Katy's user avatar
  • 199
1 vote
1 answer
7k views

creating a tumblr theme - audio posts don't show on blog

I'm creating a new tumblr theme (I'm almost finished actually). The only problem I'm running into (and I ran into the same problem on the last theme I made) is that no matter how I format an audio ...
Smash Howard's user avatar