breathelifein
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How do I remove "Leave a reply"?You’ve removed
<?php comments_template(); ?>
from you single.php and page.php and there’s still a comments section?Forum: Themes and Templates
In reply to: How do I remove "Leave a reply"?You don’t want any kind of comment on your blog? If not, got to Settings > Discussion and uncheck “Allow people to post comments on new articles”.
You can also go to your single.php file, and remove the<?php comments_template(); ?>
.Forum: Themes and Templates
In reply to: Making an image full post widthOh yeah. Stupid me, completely ignored the title of the post…
Sorry then. No clue how you could do that. But if you want just this kind of image like a title, and not an actually picture, you could try making it into a text tho. That’d be much easier.Forum: Themes and Templates
In reply to: Making an image full post widthNot sure if this is the right way, but the css would go like this:
.headers { padding: 5px 25px; margin: 0 -25px; background: #f0aac6; color: #fff; }
And then on the post:
<div class="headers">Your text</div>
If anyone knows of better way, please correct me.
That did the trick. Thanks!
Forum: Plugins
In reply to: [Tabbed Widgets Reloaded] widgets do not appear in tabsSame problem here. Did the WordPress fix the author recommended here, but stills doesn’t work – and messes with the next widget.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Mobile theme not workingWorked like a charm. Thank you so much. =)
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Mobile theme not workingSorry, my bad.
When I access a single page, it works [e.g.: https://stanakaticbrasil.com/2013/06/07/nova-newsletter-com-alex-gross], but not with the main page [https://stanakaticbrasil.com] or the recent updates page [https://stanakaticbrasil.com/noticias].
Forum: Fixing WordPress
In reply to: Visual editor won't workThanks.
Forum: Fixing WordPress
In reply to: "Parse error: syntax error, unexpected T_ENDWHILE"Resolved.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Youtube shortcode malfuctionThanks for clarifying, WebKJGor. I noticed it seemed like it depended on the browser you are using, but hadn’t noticed it also had something to with with the mode.
Forum: Plugins
In reply to: [Advanced Random Post Thumbnails Widget] Post title?Nevermind!
$post->post_excerpt
worked just fine. =)Forum: Plugins
In reply to: [Advanced Random Post Thumbnails Widget] Post title?Grazie, Maurizio.
Any chance you’d know how to add the post excerpt too? I’v tried everything from" . $excerpt . "
tothe_excerpt()
to$excerpt = get_the_excerpt();
, with no luck.brokenflipside,
I’m using the exact code you posted, and my theme does support featured images, bust still no luck. I’m using WordPress 3.5.1.Forum: Plugins
In reply to: [Related Posts via Taxonomies] Further customizingNevermind, found another plugin that allows me this kind of customization.