Site logo

blog

Content wraps around blog image

The landing blog page is currently on the masonry setting. However, the first few words of the blog content wraps around the featured image whether I have it on left, right, or center justified. I also tried enlarging the featured image setting in the masonry settings. That did not solve it. Not sure what to … Read more

Blog Header

My blog header photo won’t resize and I don’t know where it’s sourcing from. Idk if something changed after this last update but I can’t even find the “image” section in the customize options. The fact that the blog page is formatted differently than the rest of the pages is so confusing.

Editing the Blog or Post Pages

Hey all, I am VERY new so I apologize if what I am asking may have been answered or is incredibly obvious to everyone else. I”m using Elementor Pro and GeneratePress Premium as my first attempt. I have used the post widget (from Elementor Pro) to create cards for my posts and they are displaying … Read more

Alternative background colors for masonry blog layout

Hello there, Apologies if this has been asked before (I did a search but nothing returned). Is there a way we can alternate background colors of post excerpts on blog page? Ideally something we can achieve through CSS or hooks, as opposed to changing jQuery file. Many thanks in advance. Pradeep

What is a good Facebook like/comment plugin for blog/posts

hello all, i was going to use jetpac like buttons but i do not think they work with this them… best use facebook like buttons on blog posts andother pages … along wiht its comments it is suppose to boost your blogs social awareness … do any of you know of any good safe pluggins … Read more

Sending Certain Emails Received Direct to WP Blog

Greetings Question of a general nature please: Is it possible please, to auto feed emails, received from a particular sender, automatically to my WP Blog? If so, can anyone suggest a tool for doing so? Thank you.

Change the order of elements in the detail post page

Hello, how can I change the order of elements in the detail post page? Now I have the title first, the author, then the image, the content and at the end categories and links to previous and next posts. And I want, as in the capture attached, first image, then title, author and categories, then … Read more

just got GP prememium stuck at add on

It will not let me do add ons . Newbie I am. i just have a button that says next to add one Learn More you click it goes to buying the theme. i have no idea I did down load the plug in can you help please

Question Regarding Documentation on Adjusting Featured Images

In the documentation on Adjusting Featured Images, there is a section entitled “Removing The Outside Padding/Spacing” Link. The code, as written, works great for the Blog Index page, but does not affect the Single Post Featured Image. I would like my Single Post Featured Images to have the same style. How would I achieve this? … Read more

All-in-One Event Calendar & Blog Layout

Trying to include events within the loop by using the following code in functions.php: /*—————————————————–*/ /** Add calendar events to loop **/ /*—————————————————–*/ function add_post_types_to_loop($query) { if ($query->is_main_query() && $query->is_front_page()) { $query->set('post_type', array('post', 'ai1ec_event')); } } add_action('pre_get_posts', 'add_post_types_to_loop'); This works, but breaks the front page, which displays the Blog, with the first post as the … Read more