Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #59989
    reese Hanifin
    Participant
    Premium Member

    https://reesehwanderwild.com/wp-admin/?wtlwp_token=d8695cf71bc0227b7324f08bd1662378

    1. please tell me how to fix the photo on my about me page. It is too low on the page
    2. Please tell me how to connect the story templates from the home page to the blog page (or do I even need a blog page). I like how the home page displays the stories in list format. But the blog page doesn’t have any of the same stories on it. I don’t know how to connect the two pages.
    3. How do I put a “sign up for my newsletter” widget on the home page on the right side. I would also like to put the categories widget there too.
    4. How do I make the newsletter signup functional on the about me page and how do I copy this to the blog and resources page?
    Thank you
    Reese

    #60002
    vako
    Keymaster
    WP Royal Team

    Hi Reese,

     

    1. Can you please describe the issue you have in more detailed? Please share a direct link to the page where the issue appears and for more clarifications, screenshots will be much appreciated.

    2. With the theme and WordPress settings, you can only have one blog page at the same time, but I can give you shortcodes to have blog posts on the home page and on the blog page too.

    To display all latest post use:

    [ashe_blog]

    To select specific categories in the blog feed shortcode, you just need to add the “categories” attribute to it. You can list multiple categories separated by a comma:

    [ashe_blog categories=”food,travel”]

    or select a single one like this:

    [ashe_blog categories=”food”]

    Also, posts per page could be limited by adding the “amount” attribute” like this:

    [ashe_blog categories=”food” amount=”5″]

    To select specific posts in the blog feed shortcode, you just need to add the “post_ids” attribute to it and list selected post ids separated by a comma like this:

    [ashe_blog post_ids=”1,23,157″]

    Hope it was helpful.

    3. https://wpforms.com/how-to-create-an-email-newsletter/

    4. After you insert widgets in the right sidebar you need to activate sidebar option for your about me page, please navigate to Dashboard > Pages > Edit Page(About me page) > Page Options > Show Sidebar

     

     

    Kind Regards

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