templates4all
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Omega] Adding author's name to postohh glad you made it, i really didn’t notice this. good job ??
Forum: Themes and Templates
In reply to: no widgets showing up in twenty twelvedid you install a plugin or something !? if yes try to deactivate it then try to add any test widget !?
hello there,
open the folder : templates then open : content.php and find :
For the date find :
<?php echo get_the_date('M Y');?>
and remove it!
—
and for the Comments Numbers : on the same file find :<?php comments_number( '0', '1', '%' ); ?>
and remove it !
Goodluck
Forum: Themes and Templates
In reply to: no widgets showing up in twenty twelvehello there,
all the widgets appear for me … maybe you have to delete the Cache of your browser and check again or check with another browser because all the widgets : about castle / upcoming adventures …
Forum: Themes and Templates
In reply to: [Omega] Adding author's name to posthello there,
i just did a look to the theme you use and the author appear without any problem. the theme use a shortcode on the file :
omega/partials/entry-byline.php :
echo apply_atomic_shortcode( 'entry_author', __( 'Posted by [entry-author] ', 'omega' ) );
So just leave it this way and remove what you add to single.php
If you want to add the author on another place just insert : [entry-author] where you need !
Forum: Themes and Templates
In reply to: [Customizr] Breadcrumbs trail missing pageshello there,
normally it’s not the logic of breadcrumbs and how it’s work.. you will have to style the wp_liste_pages .. here is the guide : Link
otherwise you can try a plugin like Full Breadcrumb or Breadcrumb NavXT
Hope that help!
Forum: Hacks
In reply to: Exclude Widget from showing on certain templates – Conditional Tags Syntaxthe best way is to use widget context : https://www.ads-software.com/plugins/widget-context/ maybe that will suit your needs, otherwise you can use widget-logic with Widget Logic by Path i used this on my blog and it’s working like a charm!
Goodluck