Forum Replies Created

Viewing 15 replies - 1 through 15 (of 23 total)
  • Thread Starter leekaidragon

    (@leekaidragon)

    it isnt working and also showing posts inside a page is causing a lotta problems for my theme. Anyways thnks a lot for your help!!!

    Im gonna stick with the page template redirection method even though it increases the page load time, theres no other option. thnks!

    Thread Starter leekaidragon

    (@leekaidragon)

    But where am i suppose to put that excerpt tag? ive no idea, which is the template file it is using to display the posts when i use that php tag in a page.
    when i use the php template in a page the posts are displayed in a different style, without the author name , just the title and content(not excerpt), there are no such templates in my theme. Do you know which is that template?

    Thread Starter leekaidragon

    (@leekaidragon)

    but that will only show posts from a particular category.
    Actually i’m using the wp-post ratings plugin, and i want to show the top rated posts in a wordpress page using the index.php template style.
    This is the php tag:

    <?php query_posts($query_string.'&r_sortby=most_rated&r_orderby=desc') ?>

    I made a new page template copying the index.php, but that didnt work, it still displayed the full posts instead of excerpts.
    The link : https://www.mywebsite.com/&r_sortby=most_rated&r_orderby=desc is displaying posts in the proper way.

    How can i assign the index.php template to that particualr wordpress page?

    Thread Starter leekaidragon

    (@leekaidragon)

    how can i show that query result in a wordpress page?
    I cannot use the php query tag, cause that displays the posts in a different template style with no excerpts and all.
    So right now am using a different page template with redirection to
    this url – https://www.mywebsite.com/&r_orderby=desc
    but this increases the page load time a lot.

    pls tell me how to display the post query result in a wordpress page with the index.php template style?

    Thread Starter leekaidragon

    (@leekaidragon)

    when i use

    https://www.mywebsite.com/&r_orderby=desc

    the posts are displayed in the same way as the index.php with excerpts.
    but when i use

    <?php query_posts($query_string.'&r_orderby=desc') ?>

    the template used is different…
    why is it so?

    Thread Starter leekaidragon

    (@leekaidragon)

    thnks for the helpful links!!!
    so to show the posts using the query tag in the index.php template style , ive to create a new template with the name query.php?

    Thread Starter leekaidragon

    (@leekaidragon)

    I’m using WP 2.7.1, it looks like the_author_meta() tag came after wp2.8 version. The author_meta() tag isnt defined in Wp2.7.1 author_template.php file.
    Is there any problem if i replace the Wp2.7 author template file with wp2.8, so that i can use the_author_meta() tag?
    pls help! thnks!

    Thread Starter leekaidragon

    (@leekaidragon)

    any idea anyone???

    Thread Starter leekaidragon

    (@leekaidragon)

    These are the main code lines of the stylesheet file. any idea ???any one?

    *{margin:0;padding:0;}
    body{  background:url(images/content-bg.jpg) left top;font-size:12px;color:#afb4a9;font-family:Verdana, Arial, Helvetica, sans-serif;}
    
    .right-bg{position:relative;width:100%;background:url(images/right-bg2.jpg) right top repeat-y;min-width:980px;}
    .left-bg2{position:relative;width:100%;background:url(images/left-bg-2.jpg) repeat-y;}
    .left-bg1{position:relative;width:100%;background:url(images/left-bg1.jpg) 40px 0 repeat-y;}
    .foot-bg{position:relative;width:100%;background:url(images/foot-bg.gif) left bottom repeat-x;}
    .top-bg{position:relative;width:100%;background:url(images/top-bg.jpg) 1px 0 repeat-x;}
    #head{position:relative;width:100%;height:77px;background:url(images/top-left.jpg) no-repeat;}
    .logo{position:absolute;left:120px;top:27px;}
    .logo h1{font:italic 34px/120% Georgia;color:#ca7a1d;}
    .searchbox{position:absolute;right:29px;top:36px;width:211px;height:28px;font-size:11px;color:#a7a093;}
    .search-field{width:153px;height:28px;background:url(images/search-field.jpg) 0 0 no-repeat;float:left;}
    #s{border:none;background:transparent;color:#fafae0;font-weight:bold;width:140px;float:left;margin:6px 0 0 5px;}
    .search-but input{border:none;background:transparent url(images/search-but.jpg) center top no-repeat;width:56px;height:28px;float:right;}
    #content{position:relative;width:100%;text-align:left;}
    #main{position:relative;float:left;width:100%;}
    .content{position:relative;margin:5px 0 20px 96px;}
    .content h1{font:24px Trebuchet MS;color:#ca7a1d;letter-spacing:-1px;padding-left:98px;}
    .content h2{font:bold 22px Trebuchet MS;color:#ca7a1d;padding:10px 0 2px 20px;}
    .content h3{font:bold 18px Trebuchet MS;color:#ca7a1d;padding:10px 0 2px 20px;}
    .content h4{font:bold 16px Trebuchet MS;color:#ca7a1d;padding:7px 0 2px 15px;}
    .content h5{font:bold 14px Trebuchet MS;color:#ca7a1d;padding:5px 0 2px 10px;}
    .content h6{font:bold 12px Verdana;color:#602600;padding:5px 0 2px;}
    .content h2.pagetitle{position:absolute!important;top:-44px;left:10px;width:0;font-size:12px;border:1px dashed #9ca697;padding:5px;}
    .content h2.center{text-align:center;padding:25px 0;}
    .post{position:relative;padding:5px 14px 0 0;}
    .content .title{position:relative;padding-bottom:12px;background:url(images/hr-line.jpg) left bottom repeat-x;}
    .title .date{position:absolute;left:-58px;top:0;font:italic 12px/120% Georgia;color:#fafae0;width:125px;height:38px;text-align:center;background:url(images/post-date-bg.jpg) no-repeat;padding:5px 22px 0 0;}
    .title .meta{position:relative;font-size:11px;font-weight:bold;color:#958e71;margin:-2px 0 0 98px;}

    Thread Starter leekaidragon

    (@leekaidragon)

    figured it out!!!..too many plugins were active and it took a lot of memory….that was the reason for the error.
    Deactivated some unwanted plugins…and now evrythngs working fine!!!.

    Thread Starter leekaidragon

    (@leekaidragon)

    im using about 30 plugins in total…..is that the reason???

    Forum: Plugins
    In reply to: Photo and video gallery

    for photo gallery i would recommend “nextgen gallery plugin” and for video – “tubepress” these r d best plugins out there for photo and video blogging.
    These are the plugins that i used to create the wallpapers and videos page in my wbesite. – i-Core

    Forum: Your WordPress
    In reply to: New Website
    Thread Starter leekaidragon

    (@leekaidragon)

    thats because the domain name was out of order when u visited. But everythings fine now!!!

    Forum: Your WordPress
    In reply to: www.nuntaonline.ro

    nice job…..looks kinda professional…keep it up buddy!!!

    Forum: Your WordPress
    In reply to: New Website
    Thread Starter leekaidragon

    (@leekaidragon)

    @ Anthony T.
    Anyway….Thank u 4 ur comment !!!

Viewing 15 replies - 1 through 15 (of 23 total)