Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Andrew Misplon

    (@misplon)

    Hi Sara

    Thanks for reaching out.

    As an alternative, have you considered using SiteOrigin Page Builder, on a given page you could insert the Post Loop (PB) widget twice and build the query you require to list the posts you want to show.

    Thread Starter sara kuntumalla

    (@sara-kuntumalla)

    I have installed SiteOrigin Page Builder. I don’t see the options for my custom queries.

    I need to display latest content(posts,documents, pages) for a specific tag order by modified date. I am using conditional statement to get the modified date(if available) otherwise date to display date.

    On the same page, I need to display all latest posts also in another div or table.

    Any ideas?

    Theme Author Andrew Misplon

    (@misplon)

    No problem, I’ll try to assist with what you’ve already started.

    When you say you’re unsure which template file is being used here:

    https://www.sarawebdesigns.com/tejastudios/archives/

    You’ve already edited this template file. In the markup are your comments, for example:

    <!-- end of left div ---------------------- -->

    archive.php handles the archive display. archive.php then loads the blog loop you’ve selected in theme settings:

    <?php get_template_part( 'loops/loop', siteorigin_setting( 'blog_archive_layout' ) ); ?>

    Say you’ve selected the default blog loop, that file can be found in /loops/loop-blog.php. That file in turn loads:

    get_template_part( 'content', get_post_format() );

    In most cases that will load /content.php.

    In your child theme you can, if you’d like, copy each part and combine them in one file.

    Theme Author Andrew Misplon

    (@misplon)

    For this page here: https://www.sarawebdesigns.com/tejastudios/archives/, it looks like you might have created a page template in your child theme.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Blog page customization in Ultra theme’ is closed to new replies.