Tommyfoxy2
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hueman] Hide “By” and “Updated” from single post<?php /* Print the post author. Compatible with Google Structured data. Must be used in the WordPress loop * @php return html string /* ------------------------------------ */ $published_date = get_the_date( get_option('date_format') ); ?> <p class="post-byline"><?php _e('by','hueman'); ?> <span class="vcard author"> <span class="fn"><?php the_author_posts_link(); ?></span> </span> · <?php if ( hu_is_checked('structured-data') ) : ?> <?php if( get_the_modified_date() != get_the_date() || get_the_modified_time() != get_the_time() ) : ?> <?php _e('Published', 'hueman'); ?> <time class="published" datetime="<?php echo $published_date; ?>"><?php echo $published_date; ?></time> · <?php _e('Updated', 'hueman'); ?> <time class="updated" datetime="<?php the_modified_date( get_option('date_format') ); ?>"><?php the_modified_date( get_option('date_format') ); ?></time> <?php else : ?> <time class="published" datetime="<?php echo $published_date; ?>"><?php echo $published_date; ?></time> <?php endif; ?> <?php else : ?> <span class="published"><?php echo $published_date; ?></span> <?php endif ?> </p>
Forum: Themes and Templates
In reply to: [Hueman] Hide “By” and “Updated” from single postDoesn’t work, just breaks the site and makes all my posts white
Forum: Themes and Templates
In reply to: [Hueman] Hide “By” and “Updated” from single postYou can add this styles to hide author
span.by-author {
display: none;
}That hides the author and the date which is not what I want to do
@bdbrown yes id prefer to keep the published date
- This reply was modified 8 years, 2 months ago by Tommyfoxy2.
Forum: Themes and Templates
In reply to: [Enamag] Post feed not appearing on homepage templateAlright so i got it to work but there’s no pagination on the post loop.
How can i get that on there again?
(Using the Ena – Posts in rows widget)
Forum: Themes and Templates
In reply to: [Enamag] Post feed not appearing on homepage templateAlright so i got it to work but there’s no pagination on the post loop.
How can i get that on there again?
(Using the Ena – Posts in rows widget)
Forum: Themes and Templates
In reply to: [Enamag] Remove featured image from post pageFor an example you can check this post:
https://robocrafthq.com/274/The thumbnail is above the post.
I’ve fixed the issue where i use external images from url so it shows nicely above the orange line and on the homepage but having my old posts still have tiny thumbnail in the corner is annoying.
Forum: Plugins
In reply to: [Asgaros Forum] New thread weird output?Forum: Plugins
In reply to: [Asgaros Forum] RolesAwesome, thanks
Forum: Plugins
In reply to: [Asgaros Forum] Change Forum ColorThanks so much it worked!
Forum: Plugins
In reply to: [Asgaros Forum] How do you display on the front end?Snip
Forum: Plugins
In reply to: [Knowledge Base] Full width article pageTried and it didn’t work
Forum: Plugins
In reply to: [Knowledge Base] Full width article pageYes
Forum: Plugins
In reply to: [Knowledge Base] Full width article pageMy theme is smartline lite.
Id like to remove the sidebar somehow even if i needed another plugin.
Or at least be able to change what sidebar is displayed/used.
If there any php/ccs i can use to remove the sidebar and make it full width you think?