maciek773
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Posts_nav_link doesn’t work in categoriesany1? plz it’s important 4 me..
and can you look at this topic?:
https://www.ads-software.com/support/topic/113704?replies=1#post-544647thanks
Forum: Fixing WordPress
In reply to: Posts_nav_link doesn’t work in categoriesi forgot:
https://ram.org.pl/?cat=4Forum: Plugins
In reply to: Email plugin?!anyone ?
Forum: Fixing WordPress
In reply to: change mail when user registeredthanks
Forum: Installing WordPress
In reply to: wp-config.phphey, i know that’s not a bbpress support forum, but i will ask one question: it doesn’t work in my bbpress ??
Forum: Installing WordPress
In reply to: wp-config.phpthank you
Forum: Installing WordPress
In reply to: wp-config.phpok it works now. i did a mistake, sorry then. i have one question:
i want to copy my blog to another server.
to do that, should i: export my database, install new wordpress, copy theme and plugins, import database?Forum: Fixing WordPress
In reply to: List post titles in a certain categoryany1?
Forum: Fixing WordPress
In reply to: List post titles in a certain category$cat doesnt work for me. when i add id works well. code (category.php):
<ul> <?php $photog_posts = get_posts("category=24&numberposts=-1"); foreach($photog_posts as $post) : setup_postdata($post); ?> <li> <h1><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a></h1> <?php the_excerpt_reloaded(60, '<a><img><p/>', 'excerpt', TRUE, 'Czytaj dalej... ', FALSE, 1, TRUE); ?> </li> <?php endforeach; ?> </ul>
Forum: Fixing WordPress
In reply to: comments pageForum: Fixing WordPress
In reply to: how to show posts only from one catany1?
Forum: Fixing WordPress
In reply to: how to show posts only from one catnothing changed
Forum: Fixing WordPress
In reply to: how to show posts only from one cati wrote:
<?php get_header(); ?> <ul> <?php $posts = get_posts( "category_name=24" ); ?> <?php if( $posts ) : ?> <?php foreach( $posts as $post ) : setup_postdata( $post ); ?> <li id="post-<?php the_ID(); ?>"> <h1><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a></h1> <?php the_excerpt_reloaded(60, '<p><a><img><p/>', 'excerpt', TRUE, '<p>Czytaj dalej...</p>', FALSE, 1, TRUE); ?> </li> <?php endforeach; ?> <?php endif; ?> </ul> <?php get_sidebar(); ?> <?php get_footer(); ?>
and doesn’t work properly. look at this: https://cs.elomza.pl/archas/ram/wordpress/?cat=24
should show nothing, cuz i didn’t add anything in cat 24.