fzishk
Forum Replies Created
-
Forum: Themes and Templates
In reply to: link post tittle to post detaili m making single.php page, can you please tell me why the title is not showing in my list ??
Forum: Themes and Templates
In reply to: link post tittle to post detailits showing nothing in my colum ! just showing blank list :
https://newsonline.com.pk/
look at the bottom of “Addmision cell” for this posts result,i dnt have single.php page,
yah i dnt use thumbnail in this column so i just want to link by title:
any idea why its not showing result ?
Forum: Themes and Templates
In reply to: link post tittle to post detail<?php //The Query $query = new WP_Query( 'category_name=small eham khabreen&posts_per_page=12' ); echo '<ul>'; //The Loop while ( $query->have_posts() ) : $query->the_post(); echo '<li>'; $queried_post = get_post($cat_id); echo '<a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a>'; echo '</li>'; endwhile; echo '</ul>'; ?><code></code>
can anyone tell what i m missing in my code …
Forum: Themes and Templates
In reply to: how to call post limited by category//The Query
$query = new WP_Query( ‘category_name=Eham khabren&posts_per_page=1’ );
echo ‘- ‘;
- ‘;
$queried_post = get_post($cat_id);
echo $queried_post->post_thumbnail;
echo $queried_post->post_content;
echo ‘
//The Loop
while ( $query->have_posts() ) : $query->the_post();
echo ‘‘;
endwhile;
echo ‘‘;
Forum: Themes and Templates
In reply to: how to call post limited by categorythnx solved ??
now another thing which i wish to add in may post ! i m calling title,img and paragraph in my post, but the paragraph showing fully, i want to show just 2 or 3 line with img and then “More” button should be display dynamically so the user can see full post in next page… ?? any idea ?
Forum: Fixing WordPress
In reply to: How the keep my all videos on my own server ?Problem Solved ?? i found the shortcode for JW Player Plugin
[jwplayer config=”myplayer” file=”https://www.mywebsite.com/myvideo.flv” image=”https://www.mywebsite.com/myimage.jpg”]thanks ESMI ??
Forum: Fixing WordPress
In reply to: How the keep my all videos on my own server ?yah ! i just install JW Player Plugin but i dnt know how to call it on my page ? i have also make playlist…
can you tell me ?Forum: Fixing WordPress
In reply to: How to Increase upload image/video size limitoh Thnx Esmi ! i have solved it , it just upload my php.ini file in wp-admin folder…
we need to change these changes in php.ini file ,
php.ini:
post_max_size = 64M
upload_max_filesize = 64M:)))))))
Forum: Fixing WordPress
In reply to: change "Categories" to my own Menu name like "Our Products"no actually i used the different way to solve my problem temporary,
here is the link where you can check my Issue :
https://orangejewelers.pk/z-test/in this page you can see top Menu 1st item called category with underline,
this category name i want to change with my menu name “our Products”this is my code:
<li id=”menu-item-21″ class=”menu-item menu-item-type-post_type menu-item-object-page menu-item-21″><?php wp_list_categories(‘orderby=id&use_desc_for_title=Our Products&child_of=4’); ?><span class=”sf-sub-indicator”></span>Forum: Plugins
In reply to: [Cool Video Gallery] How do I instal Cool Video Gallery into template?i have tried this code in template
<?php echo do_shortcode( ‘[cvg-gallery galleryId=’1′ mode=’showcase’ limit=’5′ /]’ ); ?>but its not working… i found this error :
Parse error: syntax error, unexpected T_LNUMBER in C:\Websites\ceetv.tv\ceetv.tv\wwwroot\wp-content\themes\videozoom30\index.php on line 18 - ‘;