{"id":1257,"date":"2021-09-14T14:26:08","date_gmt":"2021-09-14T13:26:08","guid":{"rendered":"https:\/\/brandandbuildtemplates.me\/themekits\/journal\/?page_id=1257"},"modified":"2021-09-23T11:48:54","modified_gmt":"2021-09-23T10:48:54","slug":"fullwidth-with-sidebar","status":"publish","type":"page","link":"https:\/\/brandandbuildtemplates.me\/themekits\/journal\/fullwidth-with-sidebar\/","title":{"rendered":"Fullwidth with Sidebar"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; fullwidth=&#8221;on&#8221; _builder_version=&#8221;4.10.7&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_fullwidth_code admin_label=&#8221;jQuery&#8221; _builder_version=&#8221;4.10.7&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<script><!-- [et_pb_line_break_holder] -->\/\/Journal Blogger Theme Kit for Divi - By Brand & Build<!-- [et_pb_line_break_holder] -->(function ($) {<!-- [et_pb_line_break_holder] -->    $(document).on('ready ajaxComplete', function () {<!-- [et_pb_line_break_holder] -->        \/\/Remove pipes, commas and 'by' from the meta<!-- [et_pb_line_break_holder] -->        $(<!-- [et_pb_line_break_holder] -->            '.bb-journal-blog .et_pb_post .post-meta, .bb-journal-post-slider .et_pb_slide_content .post-meta, .bb-journal-post-title .et_pb_title_meta_container'<!-- [et_pb_line_break_holder] -->        ).html(function () {<!-- [et_pb_line_break_holder] -->            return $(this)<!-- [et_pb_line_break_holder] -->                .html()<!-- [et_pb_line_break_holder] -->                .replace(\/\\|\/g, '')<!-- [et_pb_line_break_holder] -->                .replace('by', '')<!-- [et_pb_line_break_holder] -->                .replace(\/,\/g, '');<!-- [et_pb_line_break_holder] -->        });<!-- [et_pb_line_break_holder] -->        \/\/Replace blog module pagination next<!-- [et_pb_line_break_holder] -->        $('.bb-journal-blog .pagination a').html(function () {<!-- [et_pb_line_break_holder] -->            return $(this)<!-- [et_pb_line_break_holder] -->                .html()<!-- [et_pb_line_break_holder] -->                .replace('\u00ab', '')<!-- [et_pb_line_break_holder] -->                .replace('\u00bb', '')<!-- [et_pb_line_break_holder] -->                .replace('Older Entries', 'Next')<!-- [et_pb_line_break_holder] -->                .replace('Next Entries', 'Prev');<!-- [et_pb_line_break_holder] -->        });<!-- [et_pb_line_break_holder] -->        \/\/Wrap the post content in a container<!-- [et_pb_line_break_holder] -->        $(<!-- [et_pb_line_break_holder] -->            '.bb-journal-blog .et_pb_post, .bb-journal-post-slider .et_pb_slide_content'<!-- [et_pb_line_break_holder] -->        ).each(function () {<!-- [et_pb_line_break_holder] -->            $(this)<!-- [et_pb_line_break_holder] -->                .find('.entry-title, .post-meta, .post-content')<!-- [et_pb_line_break_holder] -->                .wrapAll('<\/p>\n<div class=\"bb-journal-blog-content\"><\/div>\n<p>');<!-- [et_pb_line_break_holder] -->        });<!-- [et_pb_line_break_holder] -->        \/\/Wrap the post categories in a container<!-- [et_pb_line_break_holder] -->        $(<!-- [et_pb_line_break_holder] -->            '.bb-journal-blog .et_pb_post, .bb-journal-post-slider .et_pb_slide_content'<!-- [et_pb_line_break_holder] -->        ).each(function () {<!-- [et_pb_line_break_holder] -->            $(this)<!-- [et_pb_line_break_holder] -->                .find('[rel~=\"tag\"]')<!-- [et_pb_line_break_holder] -->                .wrapAll('<\/p>\n<div class=\"bb-journal-post-cat\"><\/div>\n<p>');<!-- [et_pb_line_break_holder] -->        });<!-- [et_pb_line_break_holder] -->        \/\/Move the newly created categories container above the slide title<!-- [et_pb_line_break_holder] -->        $('.bb-journal-post-slider .et_pb_slide_description').each(function () {<!-- [et_pb_line_break_holder] -->            $(this)<!-- [et_pb_line_break_holder] -->                .find('.bb-journal-post-cat')<!-- [et_pb_line_break_holder] -->                .detach()<!-- [et_pb_line_break_holder] -->                .insertBefore($('.et_pb_slide_title', this));<!-- [et_pb_line_break_holder] -->        });<!-- [et_pb_line_break_holder] -->        \/\/Move the newly created categories container above the post title<!-- [et_pb_line_break_holder] -->        $('.bb-journal-blog .et_pb_post').each(function () {<!-- [et_pb_line_break_holder] -->            $(this)<!-- [et_pb_line_break_holder] -->                .find('.bb-journal-post-cat')<!-- [et_pb_line_break_holder] -->                .detach()<!-- [et_pb_line_break_holder] -->                .insertBefore($('.entry-title', this));<!-- [et_pb_line_break_holder] -->        });<!-- [et_pb_line_break_holder] -->        \/\/Wrap text nodes in comments container and remove all but last<!-- [et_pb_line_break_holder] -->        $(<!-- [et_pb_line_break_holder] -->            '.bb-journal-blog .post-meta, .bb-journal-post-slider .et_pb_slide_content .post-meta'<!-- [et_pb_line_break_holder] -->        )<!-- [et_pb_line_break_holder] -->            .contents()<!-- [et_pb_line_break_holder] -->            .filter(function () {<!-- [et_pb_line_break_holder] -->                return this.nodeType === 3;<!-- [et_pb_line_break_holder] -->            })<!-- [et_pb_line_break_holder] -->            .wrap('<span class=\"bb-journal-blog-comments\"><\/span>')<!-- [et_pb_line_break_holder] -->            .end();<!-- [et_pb_line_break_holder] -->        $(<!-- [et_pb_line_break_holder] -->            '.bb-journal-blog .post-meta span.bb-journal-blog-comments:not(:last-child)'<!-- [et_pb_line_break_holder] -->        ).remove();<!-- [et_pb_line_break_holder] -->        \/\/If comments are switched off, remove the container<!-- [et_pb_line_break_holder] -->        $('span.bb-journal-blog-comments').each(function () {<!-- [et_pb_line_break_holder] -->            if (!$(this).text().trim().length) {<!-- [et_pb_line_break_holder] -->                $(this).remove();<!-- [et_pb_line_break_holder] -->            }<!-- [et_pb_line_break_holder] -->        });<!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] -->})(jQuery);<!-- [et_pb_line_break_holder] -->\/\/End Journal Blogger Theme Kit for Divi - By Brand & Build<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><\/script>[\/et_pb_fullwidth_code][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.10.7&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;27px||0px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.10.7&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;||0px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.10.7&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.10.7&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;|700||on|||||&#8221; header_text_color=&#8221;#000000&#8243; header_font_size=&#8221;60px&#8221; header_2_font=&#8221;|||on|||||&#8221; header_2_text_color=&#8221;#919191&#8243; header_2_font_size=&#8221;18px&#8221; header_2_letter_spacing=&#8221;2px&#8221; text_orientation=&#8221;center&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h1>Journal<\/h1>\n<h2>Blogger Theme Kit for Divi<\/h2>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.10.7&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;27px||27px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.10.7&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.10.7&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_post_slider posts_number=&#8221;3&#8243; more_text=&#8221;View Post&#8221; excerpt_length=&#8221;150&#8243; _builder_version=&#8221;4.10.7&#8243; _module_preset=&#8221;d0da3675-b166-4ba1-b43e-6cd286f6d075&#8243; global_colors_info=&#8221;{}&#8221;][\/et_pb_post_slider][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_6,1_6,1_6,1_6,1_6,1_6&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;2&#8243; make_equal=&#8221;on&#8221; _builder_version=&#8221;4.10.7&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;||||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.10.7&#8243; _module_preset=&#8221;default&#8221; background_image=&#8221;https:\/\/brandandbuildtemplates.me\/themekits\/journal\/wp-content\/uploads\/category-fashion.jpg&#8221; custom_padding=&#8221;50px||50px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_button button_url=&#8221;\/themekits\/journal\/category\/fashion\/&#8221; button_text=&#8221;Fashion&#8221; _builder_version=&#8221;4.10.7&#8243; _module_preset=&#8221;5e9d011f-5e47-4f8b-bb1a-ff946f74fff0&#8243; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.10.7&#8243; _module_preset=&#8221;default&#8221; background_image=&#8221;https:\/\/brandandbuildtemplates.me\/themekits\/journal\/wp-content\/uploads\/category-beauty.jpg&#8221; custom_padding=&#8221;50px||50px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_button button_url=&#8221;\/themekits\/journal\/category\/beauty&#8221; button_text=&#8221;Beauty&#8221; _builder_version=&#8221;4.10.7&#8243; _module_preset=&#8221;5e9d011f-5e47-4f8b-bb1a-ff946f74fff0&#8243; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.10.7&#8243; _module_preset=&#8221;default&#8221; background_image=&#8221;https:\/\/brandandbuildtemplates.me\/themekits\/journal\/wp-content\/uploads\/category-health.jpg&#8221; custom_padding=&#8221;50px||50px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_button button_url=&#8221;\/themekits\/journal\/category\/health&#8221; button_text=&#8221;Health&#8221; _builder_version=&#8221;4.10.7&#8243; _module_preset=&#8221;5e9d011f-5e47-4f8b-bb1a-ff946f74fff0&#8243; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.10.7&#8243; _module_preset=&#8221;default&#8221; background_image=&#8221;https:\/\/brandandbuildtemplates.me\/themekits\/journal\/wp-content\/uploads\/category-travel.jpg&#8221; custom_padding=&#8221;50px||50px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_button button_url=&#8221;\/themekits\/journal\/category\/travel&#8221; button_text=&#8221;Travel&#8221; _builder_version=&#8221;4.10.7&#8243; _module_preset=&#8221;5e9d011f-5e47-4f8b-bb1a-ff946f74fff0&#8243; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.10.7&#8243; _module_preset=&#8221;default&#8221; background_image=&#8221;https:\/\/brandandbuildtemplates.me\/themekits\/journal\/wp-content\/uploads\/category-food.jpg&#8221; custom_padding=&#8221;50px||50px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_button button_url=&#8221;\/themekits\/journal\/category\/food&#8221; button_text=&#8221;Food&#8221; _builder_version=&#8221;4.10.7&#8243; _module_preset=&#8221;5e9d011f-5e47-4f8b-bb1a-ff946f74fff0&#8243; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.10.7&#8243; _module_preset=&#8221;default&#8221; background_image=&#8221;https:\/\/brandandbuildtemplates.me\/themekits\/journal\/wp-content\/uploads\/category-family.jpg&#8221; custom_padding=&#8221;50px||50px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_button button_url=&#8221;\/themekits\/journal\/category\/family&#8221; button_text=&#8221;Family&#8221; _builder_version=&#8221;4.10.7&#8243; _module_preset=&#8221;5e9d011f-5e47-4f8b-bb1a-ff946f74fff0&#8243; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.10.7&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#f5f5f5&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;2_3,1_3&#8243; _builder_version=&#8221;4.10.7&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;0px||||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;2_3&#8243; _builder_version=&#8221;4.10.7&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;||||false|false&#8221; global_colors_info=&#8221;{}&#8221; custom_css_main_element_last_edited=&#8221;on|tablet&#8221; custom_css_main_element_tablet=&#8221;margin-bottom: 50px;&#8221;][et_pb_blog posts_number=&#8221;3&#8243; offset_number=&#8221;3&#8243; _builder_version=&#8221;4.10.7&#8243; _module_preset=&#8221;fd3ab837-99be-4cb3-b295-4befacc7dafd&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_blog][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.10.7&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;20px|20px|20px|20px|true|true&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.10.7&#8243; _module_preset=&#8221;b9a5c2b3-2f55-4632-b911-df07adbbf875&#8243; custom_margin=&#8221;||10px||false|false&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h4>About Me<\/h4>\n<p>[\/et_pb_text][et_pb_image src=&#8221;https:\/\/brandandbuildtemplates.me\/themekits\/journal\/wp-content\/uploads\/sidebar-about.jpg&#8221; title_text=&#8221;sidebar-about&#8221; force_fullwidth=&#8221;on&#8221; _builder_version=&#8221;4.10.7&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.10.7&#8243; _module_preset=&#8221;default&#8221; text_text_color=&#8221;#333333&#8243; header_4_font=&#8221;|600||on|||||&#8221; header_4_text_color=&#8221;#333333&#8243; header_4_letter_spacing=&#8221;2px&#8221; header_4_line_height=&#8221;1.2em&#8221; text_orientation=&#8221;center&#8221; custom_margin=&#8221;||50px||false|false&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h4>Travel &amp; Lifestyle Blogger<\/h4>\n<p>Quisque velit nisi, pretium ut lacinia in, elementum id enim curabitur arcu erat.<\/p>\n<p>[\/et_pb_text][et_pb_social_media_follow _builder_version=&#8221;4.10.7&#8243; _module_preset=&#8221;ec54bf2d-5488-4ada-ad76-c750f5c5ca37&#8243; hover_enabled=&#8221;0&#8243; sticky_enabled=&#8221;0&#8243; locked=&#8221;off&#8221;][et_pb_social_media_follow_network social_network=&#8221;facebook&#8221; background_color=&#8221;#3b5998&#8243; _builder_version=&#8221;4.10.7&#8243; _module_preset=&#8221;03038813-111c-4277-aa63-4bfcfabc25a6&#8243; follow_button=&#8221;off&#8221; url_new_window=&#8221;on&#8221; hover_enabled=&#8221;0&#8243; sticky_enabled=&#8221;0&#8243;]facebook[\/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=&#8221;twitter&#8221; background_color=&#8221;#00aced&#8221; _builder_version=&#8221;4.10.7&#8243; _module_preset=&#8221;03038813-111c-4277-aa63-4bfcfabc25a6&#8243; follow_button=&#8221;off&#8221; url_new_window=&#8221;on&#8221; hover_enabled=&#8221;0&#8243; sticky_enabled=&#8221;0&#8243;]twitter[\/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=&#8221;pinterest&#8221; background_color=&#8221;#cb2027&#8243; _builder_version=&#8221;4.10.7&#8243; _module_preset=&#8221;03038813-111c-4277-aa63-4bfcfabc25a6&#8243; follow_button=&#8221;off&#8221; url_new_window=&#8221;on&#8221; hover_enabled=&#8221;0&#8243; sticky_enabled=&#8221;0&#8243;]pinterest[\/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=&#8221;instagram&#8221; background_color=&#8221;#ea2c59&#8243; _builder_version=&#8221;4.10.7&#8243; _module_preset=&#8221;03038813-111c-4277-aa63-4bfcfabc25a6&#8243; follow_button=&#8221;off&#8221; url_new_window=&#8221;on&#8221; hover_enabled=&#8221;0&#8243; sticky_enabled=&#8221;0&#8243;]instagram[\/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=&#8221;flikr&#8221; background_color=&#8221;#ff0084&#8243; _builder_version=&#8221;4.10.7&#8243; _module_preset=&#8221;03038813-111c-4277-aa63-4bfcfabc25a6&#8243; follow_button=&#8221;off&#8221; url_new_window=&#8221;on&#8221; hover_enabled=&#8221;0&#8243; sticky_enabled=&#8221;0&#8243;]flikr[\/et_pb_social_media_follow_network][\/et_pb_social_media_follow][et_pb_signup provider=&#8221;activecampaign&#8221; activecampaign_list=&#8221;divisoup|30&#8243; last_name_field=&#8221;off&#8221; title=&#8221;Newsletter&#8221; description=&#8221;<\/p>\n<p>Quisque velit nisi, pretium ut lacinia in, elementum id enim curabitur arcu erat.<\/p>\n<p>&#8221; _builder_version=&#8221;4.10.7&#8243; _module_preset=&#8221;48a5cd35-8cb5-4d37-af1e-330733af308a&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_signup][et_pb_text _builder_version=&#8221;4.10.7&#8243; _module_preset=&#8221;b9a5c2b3-2f55-4632-b911-df07adbbf875&#8243; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h4>Search<\/h4>\n<p>[\/et_pb_text][et_pb_search exclude_pages=&#8221;on&#8221; placeholder=&#8221;Enter search terms&#8221; _builder_version=&#8221;4.10.7&#8243; _module_preset=&#8221;d65995a3-7426-4ec4-b5f5-f41f109185db&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_search][et_pb_sidebar _builder_version=&#8221;4.10.7&#8243; _module_preset=&#8221;cb0f3955-1778-47f2-ba35-2a85fb685bf8&#8243; global_colors_info=&#8221;{}&#8221; custom_css_title_last_edited=&#8221;off|desktop&#8221;][\/et_pb_sidebar][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Journal Blogger Theme Kit for DiviAbout MeTravel &amp; Lifestyle Blogger Quisque velit nisi, pretium ut lacinia in, elementum id enim curabitur arcu erat.facebooktwitterpinterestinstagramflikrSearch<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_et_pb_use_builder":"on","_et_pb_old_content":"<!-- wp:paragraph -->\r\n<p>This is an example page. It's different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:<\/p>\r\n<!-- \/wp:paragraph --><!-- wp:quote -->\r\n<blockquote class=\"wp-block-quote\">\r\n<p>Hi there! I'm a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi\u00f1a coladas. (And gettin' caught in the rain.)<\/p>\r\n<\/blockquote>\r\n<!-- \/wp:quote --><!-- wp:paragraph -->\r\n<p>...or something like this:<\/p>\r\n<!-- \/wp:paragraph --><!-- wp:quote -->\r\n<blockquote class=\"wp-block-quote\">\r\n<p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.<\/p>\r\n<\/blockquote>\r\n<!-- \/wp:quote --><!-- wp:paragraph -->\r\n<p>As a new WordPress user, you should go to <a href=\"https:\/\/brandandbuildtemplates.me\/themekits\/journal\/wp-admin\/\">your dashboard<\/a> to delete this page and create new pages for your content. Have fun!<\/p>\r\n<!-- \/wp:paragraph -->","_et_gb_content_width":"","footnotes":""},"class_list":["post-1257","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/brandandbuildtemplates.me\/themekits\/journal\/wp-json\/wp\/v2\/pages\/1257","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/brandandbuildtemplates.me\/themekits\/journal\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/brandandbuildtemplates.me\/themekits\/journal\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/brandandbuildtemplates.me\/themekits\/journal\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/brandandbuildtemplates.me\/themekits\/journal\/wp-json\/wp\/v2\/comments?post=1257"}],"version-history":[{"count":25,"href":"https:\/\/brandandbuildtemplates.me\/themekits\/journal\/wp-json\/wp\/v2\/pages\/1257\/revisions"}],"predecessor-version":[{"id":2406,"href":"https:\/\/brandandbuildtemplates.me\/themekits\/journal\/wp-json\/wp\/v2\/pages\/1257\/revisions\/2406"}],"wp:attachment":[{"href":"https:\/\/brandandbuildtemplates.me\/themekits\/journal\/wp-json\/wp\/v2\/media?parent=1257"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}