Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #544548

    Hi!

    I’d like that my single post page looks like the other pages of my site. Actually the header looks different (white and with no background photos). Is it possible to do that by default? I will not the only one that write post and for some people is not easy to use the builder.

    Thank you,
    Valentina

    #544570

    By the way I tried to use the builder but header alway looks white and no photo as background.

    #546044

    Hey!

    I’m sorry but I’m not sure I understand. Can you take a screenshot and highlight what your trying to do so we can get a better idea?

    Cheers!
    Elliott

    #547883

    Hi!

    All my article page looks like the first link that you can see below, with a different header compared to others page of my site (second link below). I know that all the pages are built with your layout editor so it’s possible to have a title page over a background image.

    My question: I want to know if it’s possible to set by default an article page that looks like that one (third link) that i built with your editor, without using the editor, this because other people have to write article and they are not familiar with all this thing to do. I’d like that they could just write the article without having to put the background image for the header, with the title automatically over the image.

    Also, when i use the editor builder my featured image doesn’t appear in the article page.

    Thank you,

    Valentina

    #548510

    Hi Valentina,

    I think the easiest way to achieve that would be to save your layout as a template and then ask the content writers to load that template when ever they write an article. Your featured image won’t display by default when using the builder for posts, you will have to add that manually.

    Regards,
    Rikard

    #548632

    I know that, I want if there is away to do this by default, maybe replacing single.php with something, I don’t know.

    At least there is a way to make featured image automatic visible when using the builder?

    Thank you,

    Valentina

    #550364

    Hi,

    Open template-builder.php and look for line:

    	echo $content;
    

    Replace it by this:

    	the_post_thumbnail();
    	echo $content;

    Regards,
    Josue

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.