exortis
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Search is not working properlythose códex dont help in anything…once I’ve told you i downloaded it for free, how i will visit their page and ask for something? they request a login and password i have not to get any support!
Forum: Fixing WordPress
In reply to: Search is not working properlyi mean…i downloaded it for free…
Forum: Fixing WordPress
In reply to: Search is not working properlyAvenue 1.2.1
and please…no message like (visit the place you got the theme)…i downloaded it…there is no way to visit anywhere but here and ask for help…
i got it for free so there is no way to go themeforest and ask for help!
Forum: Fixing WordPress
In reply to: Search is not working properlybut we didnt have any plugin installed …we tried installing the wordpress on other folder and even without any plugin installed,it remains the same
Forum: Fixing WordPress
In reply to: Search is not working properlybut search itself isnt a plugin..it comes with the wordpress…but its not working the pages!
Forum: Fixing WordPress
In reply to: Search is not working properlyhow long take til someone answer me?
Forum: Fixing WordPress
In reply to: Search is not working properlyi mean…MY INDEX please…any solution?
Forum: Fixing WordPress
In reply to: Search is not working properlythis is my pastebin
Forum: Plugins
In reply to: sidebarTabs Most Commented getting erroranyone?
Forum: Plugins
In reply to: sidebarTabs Most Commented getting erroranyone?
Forum: Plugins
In reply to: sidebarTabs Most Commented getting errorMOST COMMENT WIDGET got a line like this
$options = array('title' => __('Most Comments', 'most-comments'), 'limit' => 5, 'duration' => 5);MOST COMMENT got a like like this
$most_comments_options['limit'] = 5; $most_comments_options['duration'] = 5;THEY ARE DIFFERENT WIDGETS, CODE ARE DIFFERENT BUT IT ONLY WORKS ON Sidebartabs if both are activated!
Forum: Fixing WordPress
In reply to: my slider is not slidinghow if someone give this theme to me? ¬_¬ that is why i’m here bnecause I have nothing…I just got it as birthday gift!
Forum: Plugins
In reply to: Double related post…how to unstall the main one?for those who have AVENUE 1.1 …I found the solution…go to single.php located on wp-content/themes/Avenue_v1.1/Avenue/
remove this line
<?php function get_related_posts($post_id, $tags = array()) { $query = new WP_Query(); $post_types = get_post_types(); unset($post_types['page'], $post_types['attachment'], $post_types['revision'], $post_types['nav_menu_item']); if($tags) { foreach($tags as $tag) { $tagsA[] = $tag->term_id; } } $args = wp_parse_args($args, array( 'showposts' => 4, 'post_type' => $post_types, 'post__not_in' => array($post_id), 'tag__in' => $tagsA, 'ignore_sticky_posts' => 1, )); $query = new WP_Query($args); return $query; } function kriesi_pagination($pages = '', $range = 2) { $showitems = ($range * 2)+1; global $paged; if(empty($paged)) $paged = 1; if($pages == '') { global $wp_query; $pages = $wp_query->max_num_pages; if(!$pages) { $pages = 1; } } if(1 != $pages) { echo "<div class='pagination'>"; if($paged > 2 && $paged > $range+1 && $showitems < $pages) echo "<a href='".get_pagenum_link(1)."'><span class='arrows'>«</span> First</a>"; if($paged > 1 && $showitems < $pages) echo "<a href='".get_pagenum_link($paged - 1)."'><span class='arrows'>‹</span> Previous</a>"; for ($i=1; $i <= $pages; $i++) { if (1 != $pages &&( !($i >= $paged+$range+1 || $i <= $paged-$range-1) || $pages <= $showitems )) { echo ($paged == $i)? "<span class='current'>".$i."</span>":"<a href='".get_pagenum_link($i)."'>".$i."</a>"; } } if ($paged < $pages && $showitems < $pages) echo "<a href='".get_pagenum_link($paged + 1)."'>Next <span class='arrows'>›</span></a>"; if ($paged < $pages-1 && $paged+$range-1 < $pages && $showitems < $pages) echo "<a href='".get_pagenum_link($pages)."'>Last <span class='arrows'>»</span></a>"; echo "</div>\n"; } } function string_limit_words($string, $word_limit) { $words = explode(' ', $string, ($word_limit + 1)); if(count($words) > $word_limit) { array_pop($words); } return implode(' ', $words); }[Moderator Note: Please post code or markup snippets between backticks or use the code button. Or better still – use the pastebin. As it stands, your code may now have been permanently damaged/corrupted by the forum’s parser.]
Forum: Plugins
In reply to: Double related post…how to unstall the main one?the main one that comes with wordpress is giving me error…its not working properly!
Forum: Plugins
In reply to: Double related post…how to unstall the main one?anyone?