Shaooxz
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: customizing rss category feedBump
Forum: Fixing WordPress
In reply to: 3.2 – facebook like and google plus one doesn't workHow come its not a knows issue??? Every blog i go to and try to Like a page i’m getting the same error so i know for sure it’s not just on my blog
Forum: Fixing WordPress
In reply to: 3.2 – facebook like and google plus one doesn't workbump
Forum: Plugins
In reply to: Facebook Like Button 5.9.3.1. hardly works^ you are right, if i lint a post , after that the Like will work
This is really f*%&# up
Forum: Plugins
In reply to: Facebook Like Button 5.9.3.1. hardly workssame problem here :<
Sure: https://tinyurl.com/5t3fl53
I tried 3 plugins all ready , most of them pointing to image warningsHey Aaron, how can crawling my site can help me? If i fix the warnings it will fix this issue?
I’m facing it too. You can’t like something with 0 likes.
Waiting for a fix
Forum: Fixing WordPress
In reply to: How can i change my sidebar to replace my footer?anyone?
Forum: Fixing WordPress
In reply to: So I got hacked, 3 hours ago….I would also advise changing hosting company
Forum: Fixing WordPress
In reply to: Hide the first post in my blogWorks like a charm! Thanks all!!!! ??
Forum: Fixing WordPress
In reply to: Hide the first post in my blogNop, still getting an error.
Here is my original index.php without any changes made from this thread
https://dl.dropbox.com/u/17838/index.phpThanks guys ??
Forum: Fixing WordPress
In reply to: Hide the first post in my blogfew lines from my index.php:
<?php if ((!function_exists("check_theme_footer") || !function_exists("check_theme_header"))) { ?><?php { /* nothing */ } ?><?php } else { ?> <?php get_header(); ?> <?php include (TEMPLATEPATH . '/sidebar-left.php'); ?> <div id="content"> <div id="content-inner"> <?php $featured_slider_activate = get_option('rk_ecobox_featured_slider_activate'); if(($featured_slider_activate == '') || ($featured_slider_activate == 'No')) { ?> <?php { /* nothing */ } ?> <?php } else { ?> <?php if(is_home()) { ?> <?php include (TEMPLATEPATH . '/featured.php'); ?> <?php } ?> <?php } ?> <div id="post-entry"> <?php $paged = (get_query_var('paged')) ? get_query_var('paged') : 1; $posts_per_page = 4; $offset = $posts_per_page * ($paged - 1) + 1; $args = array( 'posts_per_page' => $posts_per_page, 'paged' => $paged, 'offset' => $offset, ); query_posts($args); ?> <div class="post-meta" id="post-<?php the_ID(); ?>"> <div class="image"> <h1><a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a></h1> </div>
I don’t want to hide the first post on each page…. i’ll try to explain my self better. In my homepage and on every main page i got a summary of my 4 latest posts. Above that i got a slideshow of posts of my choosing. When i post something new i’m putting it in the slideshow and doesn’t want it to be shown again in the summary. (the slide show is on every main page) so what i want to accomplish is:
First post will be hidden from the summary but will still be public,
main page: 2,3,4,5
2 page: 6,7,8,9
3 page: 10,11,12,13Forum: Fixing WordPress
In reply to: Hide the first post in my blogParse error: syntax error, unexpected T_ENDWHILE
Forum: Fixing WordPress
In reply to: Hide the first post in my blogI’ve configured word press to show me 5 posts at the main page (because i’m hiding the first) and after changing the code to your last offer i do get only posts 2,3,4,5 in the main page but in page number 2 i see 6,7,8,9,10 where i want to continue to see just 4 posts. Any idea?