Tagged: x
-
AuthorPosts
-
November 10, 2016 at 3:17 am #1251392
sandra.iParticipantAh ok thanks, I was using text edit.
That still hasn’t fixed the issue though.
The Categories on the blog page should be below the end of the post (below ‘continue reading). At the moment they’re not showing up at all..?
Instead a Tag area is showing, which I don’t want to have.
November 10, 2016 at 3:20 am #1251398
sandra.iParticipantThis reply has been marked as private.November 10, 2016 at 5:23 am #1251518
LelyModeratorHi There,
Please copy this file _content.php from \wp-content\themes\x\framework\views\renew to this folder \wp-content\themes\x-child\framework\views\renew. Open the copied file and then look for this line:
<?php x_get_view( 'global', '_content' ); ?>
Add the following line below that code:
<?php x_get_view( 'renew', '_content', 'post-footer' ); ?>Hope this helps.
November 10, 2016 at 5:42 am #1251529
sandra.iParticipantHi
I don’t have an ‘_content’ file in \wp-content\themes\x\framework\views\renew ?
There is only a ‘content’ file
November 10, 2016 at 3:20 pm #1252303
RadModeratorHi there,
Yes, please try the content.php, sorry for the confusion.
Thanks!
November 11, 2016 at 3:21 am #1253034
sandra.iParticipantHi
There is no change. I can’t see what i’m doing wrong.
November 11, 2016 at 3:26 am #1253039
sandra.iParticipantActually there is a change:
The image is now in the wrong place, it’s below the title .
http://www.rochesterclinic.co.uk/news/
I’d like it to look like this:
> IMAGE
> DATE
> TITLE
> POST CONTENT
> CATEGORIES
November 11, 2016 at 3:39 am #1253052
sandra.iParticipantOk now its showing the tags twice at the bottom of the post
this is getting very confusing, please help!
November 11, 2016 at 5:30 am #1253188
Rue NelModeratorHello There,
Please make the contents of your renew/content.php like this:
<?php // ============================================================================= // VIEWS/RENEW/CONTENT.PHP // ----------------------------------------------------------------------------- // Standard post output for Renew. // ============================================================================= ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <div class="entry-wrap"> <?php x_get_view( 'renew', '_content', 'post-header' ); ?> <?php if ( has_post_thumbnail() ) : ?> <div class="entry-featured"> <?php x_featured_image(); ?> </div> <?php endif; ?> <?php x_get_view( 'renew', '_content', 'post-header' ); ?> <?php x_get_view( 'global', '_content' ); ?> </div> </article>Hope this helps. Kindly let us know.
November 11, 2016 at 6:09 am #1253223
sandra.iParticipantHi
Now there are 2 headers in each post and the categories metadata is still on top
It should be like this:
> IMAGE
> METADATA: DATE
> TITLE
> CONTENT
> METADATA: CATEGORIES
November 11, 2016 at 6:10 am #1253225
sandra.iParticipantThe DATE and CATEGORIES have to be split to above and below the post
November 11, 2016 at 11:00 am #1253501
JadeModeratorHi Sandra,
The entries in the news page seem to follow what you have indicated above. See screenshots below.

Were you able to get it sorted?
Thanks!
November 11, 2016 at 11:35 am #1253545
sandra.iParticipantNo worries, I’ve done it now, thanks for your help.
November 11, 2016 at 5:36 pm #1253862
JadeModeratorYou’re most welcome, Sandra.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1246981 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
