rezabarca
Forum Replies Created
-
Forum: Plugins
In reply to: [MP3-jPlayer] playlist doesnt workThank you . that’s great . work perfect
Forum: Themes and Templates
In reply to: template problem[Moderator note: Due to your constant bumping and disregard to moderators’ advice, your posts will now need to be reviewed by a Moderator before being made visible to this forum]
Forum: Themes and Templates
In reply to: showing posts issue[No bumping]
Forum: Themes and Templates
In reply to: showing posts issueForum: Themes and Templates
In reply to: showing posts issueForum: Themes and Templates
In reply to: showing posts issuei work on localhost
Forum: Themes and Templates
In reply to: showing posts issueI tested all of them but nothig happened
Forum: Themes and Templates
In reply to: showing posts issue#main { padding:0px; margin:0px; overflow:hidden; background-image:url(https://localhost:8080/wordpress/wp-content/themes/project1/images/background3.jpg); width:1100px; margin:auto; border:solid 1px #0000FF; }
Forum: Fixing WordPress
In reply to: the_excerpt code issuefinally i find a plugin who work like the_excerpt code. but i must find where is the problem?
Forum: Fixing WordPress
In reply to: the_excerpt code issueand i dont have home.php or front-page.php . and i added this code in index.php
Forum: Fixing WordPress
In reply to: the_excerpt code issueI make a theme by myself and used it now
Forum: Fixing WordPress
In reply to: the_excerpt code issue<div id="main"> <?php get_header() ?> <div id="container"> <div id="rw"> <iframe src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fmp3box.co&width=292&height=290&show_faces=true&colorscheme=dark&stream=false&border_color=%230000ff&header=true" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:292px; height:290px;" allowTransparency="true"></iframe> </div> <?php if(have_posts()):?> <?php while(have_posts()):the_post();?> <div id="content"> <div id="content-title" > <h3> <a href="<?php the_permalink();?>"><?php the_title();?></a></h3> </div> <div id="content-text"> <?php the_post_thumbnail();?> <?php the_excerpt(); ?> <-----this code replaced with the_content </div> </div> <?php endwhile;?> <?php endif;?> <div style="text-align:center;"> <?php posts_nav_link(' · ', '<--newest' ,'older-->'); ?> </div> </div> <?php get_sidebar() ?> <?php get_footer() ?> </div>
Forum: Fixing WordPress
In reply to: the_excerpt code issuein the index.php for the post’s i remove the
<?php the_content();?>
and add the<?php the_excerpt();?>
for cutting my post content . but the code dont work and my post’s shows to long yet in home pageForum: Fixing WordPress
In reply to: how to find style.css file in wordpress folderForum: Fixing WordPress
In reply to: how to find style.css file in wordpress folderi use localhost and i can post the codes to pastebin