custom

Image border on custom post type

Hi I’d like to add an Image border on a custom post type for the following News Slug is newspost Just for the images inside the post not the feature images. Thanks Scott

custom text instead of menu

On one of my landing page I want to remove the menu and add a text with a phone number instead. See example: https://gyazo.com/e77b30cb5d6cfbfbe69ad7ca897bd071 I disabled menu with generatepress on my landing page: https://gyazo.com/7f87a796d0847b078d0a749d843b69d8 How do I add a text to replace menu? Let me know if you have any ideas. Thanks, Simon

Custum Post Title in sidebar and home

Hello! I’ve created a section in the homepage with the latest articles with “wp show posts” and I added a widget in the sidebar for other page. Maybe this is a super easy answer, but how can I customize colour, font and size of titles of the posts (hover) in the home and widget and … Read more

Insert Blog Posts into Homepage (shortcode available?)

Hi Tom first let me thank you for creating this theme I have just purchased it and I am looking forward to using it and being a supporter, like many others, of GP. On my home page I would like to know the best course of action to take to insert one of my blog … Read more

Imported font not displaying

Hello. I’ve imported the font Moonglow and am using CSS and PHP you pointed to in a another question to get it to appear as an option in the customizer. The good news is I found it in the customizer. The bad news is it’s not showing up in the browser after I make the … Read more

Removing Blog page widget

I built this Blog template using Anywhere Elementor and I have the two columns circled in Red manually built. This is to replace the default WordPress blog template. As you can see the built in WordPress widget (circled in green) with the search bar and the archives is still showing. I have everywhere I can … Read more

Switching to Child Theme Deletes Custom "Additional CSS"

Hello, I’d reviewed this page under the section, “Will I lose my changes when I add a child theme?” https://docs.generatepress.com/article/using-child-theme/ For me, when activating the child theme (based on your GP starter) I’d also lost the custom Additional CSS I’d added via the Customizer. Perhaps I didn’t understand the statement, “If you’ve only used the … Read more

Custom Excerpt Function Help?

I am using a custom function to grab text from the content, so that I don’t have to fill in the excerpt field. I am mainly using this for custom post types. It is working, but I can’t seem to overwrite GP’s read more link. Function below: function get_excerpt(){ $excerpt = get_the_content(); $excerpt = preg_replace(” … Read more