s2pidkaspr
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-PageNavi] Where to put on WordPress 3.6?Forum: Plugins
In reply to: [WP-PageNavi] Where to put on WordPress 3.6?Tried that since before, didn’t work.
Forum: Plugins
In reply to: [WP-PageNavi] Where to put on WordPress 3.6?I want to put it on pages, but like i said, this
<div class="navigation"> <div class="nav-previous"><?php next_posts_link( __( '<span class="meta-nav">←</span> Older posts', 'twentyten' ) ); ?></div> <div class="nav-next"><?php previous_posts_link( __( 'Newer posts <span class="meta-nav">→</span>', 'twentyten' ) ); ?></div> </div>
is nowhere on page. or any files in 3.6
Forum: Plugins
In reply to: [WP-PageNavi] Where to put on WordPress 3.6?say what?! no loop-single.php on my files ??
Forum: Plugins
In reply to: [Latest Tweets Widget] Twitter Thumbnails?Ok, so i removed the code in the functions. O_o and it won’t revert back to original design i have. It stays.
<p class="my-tweet"><img src="https://si0.twimg.com/profile_images/378800000352407938/888cf959fa90408c8595cf6eada1f0ce_normal.png"/>Looks like we have our first bandit.</p><p class="my-date">About 3 hours ago</p>
Like that. Even after removing your code on my functions.
Forum: Plugins
In reply to: [Latest Tweets Widget] Twitter Thumbnails?It works without errors. However, instead of returning an image. It’s returning a url instead.
On my live website, it displays like this.
<p class="my-tweet"><img src="https://si0.twimg.com/profile_images/378800000352407938/888cf959fa90408c8595cf6eada1f0ce_normal.png"/>Looks like we have our first bandit.</p><p class="my-date">About 3 hours ago</p>
Instead of really displaying an image. Any ideas?
Forum: Plugins
In reply to: [WP-PageNavi] Can't add WP PAGENAVI on Twenty Twelve theme.So WP PAGENAVI do not work on PAGES and ONLY for posts? Is that what you are saying? Hmm..
Anyway, links, i mean you asked for my link, i wanted to give it but i do not want to show it publicly.
Forum: Plugins
In reply to: [WP-PageNavi] Can't add WP PAGENAVI on Twenty Twelve theme.1. Installed and actived (tested uninstalled, do the method first, then install, and activated) both ways, not work.
2. Well, my wordpress do not have post, i’m using PAGES to navigate and that’s where i’m planning to use this wp-page
3. i wanted to show my link, but i do not want to share it publicly for a moment, anyway to send links privately?
thanks
Forum: Plugins
In reply to: [Latest Tweets Widget] Twitter Thumbnails?And how to apply this?
I tried adding this line on my functions.phpadd_filter('latest_tweets_render_tweet', function( $html, $date, $link, array $tweet ){ return '<p class="my-tweet">'.$html.'</p><p class="my-date"><a href="'.$link.'">'.$date.'</a></p>'; }, 10, 4 );
But its giving me
Parse error: syntax error, unexpected T_FUNCTIONDo i need to put <?php ?> on it?
Can i show my link privately?
I did tried sending an email to you, not sure if you received it.Forum: Plugins
In reply to: [Latest Tweets Widget] Twitter Thumbnails?But is it possible to do so?
I really wish this is something we can be done on this good plugin, everything looks great and functional the way us users want it to, it just really needs the twitter thumbnail and it’ll be complete.Forum: Plugins
In reply to: [Latest Tweets Widget] func_get_args(): Can't be used as a function parameterwell that fixed it, thanks phluxor ??
Forum: Plugins
In reply to: [Latest Tweets Widget] func_get_args(): Can't be used as a function parametersame problem, thanks for the update geez
Forum: Fixing WordPress
In reply to: Current Menu Highlight?LOL. I guess you misunderstood my question.
This is a WordPress question. I am using this custom menu on my wordpress.I’m basically asking for this
https://codex.www.ads-software.com/Dynamic_Menu_HighlightingI’m asking if that is possible to achieve if i am using a custom menu, and not the default menu
<?php wp_nav_menu(); ?>