Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter che2p

    (@che2p)

    you are my hero fahad mahmood
    thanks for helping me
    you fix this error
    Fatal error: Call to undefined function ap_where() in E:\xampp\htdocs\DesainArchitects\architects\wp-content\themes\Arch-New\page-produkcat.php on line 49

    thank you faahad ?? ** good and nice person

    Thread Starter che2p

    (@che2p)

    i was sent to your contact.

    thanks

    Thread Starter che2p

    (@che2p)

    yes correct

    Thread Starter che2p

    (@che2p)

    this is page iwant to use alphabetic pagination, but ive not install the plugin
    https://www.indo-architectsplus.com/product-categories/
    option “Display on all lists?” to yes. **yes i’d.
    alphabetic pagination work well and show in this pages. but if i click A or B nothing article show there… **article is on website a and b

    thanks che2p

    Thread Starter che2p

    (@che2p)

    this is work in categories page but nothing show in my custom page

    <?php
    /*
    Template Name: Architects Tools
    */
    ?>
    <?php get_header(); ?>
    <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
    <div id="main-area-wrap" >
    	<div id="wrapper">
    		<div id="main" class="noborder">
                <div id="post-top">
                    <div class="breadcrumb">
                        <?php if(function_exists('bcn_display')) { bcn_display(); }
                        else { ?>
                            <?php esc_html_e('You are currently viewing','eNews') ?>: <em><?php the_title() ?></em>
                        <?php }; ?>
                    </div> <!-- end breadcrumb -->
                </div> <!-- end post-top -->	
    
    			<h1 class="page-title"><?php the_title() ?></h1>
    			<div class="breadcrumb_dua">Design tools, Computer, laptop, design tools, notebook, sketchbook, CAD/CAAD software, Modeling and rendering software, Interior design CAD software: 2D/3D, Joinery software, , Staircase software, Visualization software, conversion software , CAE software, Building energy analysis software,  Mapping and surveying software, HVAC, plumbing, electricalworks software, Site management software, cost estimate software, Project management software, BIM software, CAM software, Object libraries for architecture software.</div>
    			<div id="post-content"> 
    
    				<?php the_content(); ?>
    				<?php edit_post_link(esc_html__('Edit this page','eNews')); ?>
    				<?php endwhile; endif; ?>
    
    			<br class="clearfix"/>
    
    <!-- + Women who launch -->
    			<div id="foto-content">
                <h4>New Catalogues</h4>
    
    **** i want to put here and show only categori "architectural-tools-hardware-and-software"
    
    				<div id="ap-spot"></div>
    
                    <div class="clear"></div>
    
    					<div id="et_pt_blog">
    
                    <h2>Select by company name</h2>
    				<?php if (have_posts()) :?>
    				<?php
    					$args=array(
    					   'category_name'=>'architectural-tools-hardware-and-software',
    					   'ignore_sticky_posts'=>1,
    					   'paged'=>$paged,
    					   //'showposts' => 16,
    					   //'orderby' => 'rand',
    					   );
    					query_posts($args);
    				?>
    
    				<?php while (have_posts()) : the_post(); ?>
    
    	<?php 	  //$width = 160;
    		  $height = 170;
    		  $titletext = get_the_title();
    		  $thumbnail = get_thumbnail($width,$height,'',$titletext,$titletext);
    		  $thumb = $thumbnail["thumb"]; ?>
    
    						<div class="mainpost-wrap">
    
    							<h2><a href="<?php the_permalink() ?>" title="<?php printf(esc_attr__('Permanent Link to %s','eNews'), get_the_title()) ?>"><?php truncate_title(45); ?></a></h2>							<?php if ( $thumb <> '' ) { ?>
    								<a href="<?php the_permalink() ?>" title="<?php printf(esc_attr__('Permanent Link to %s','eNews'), get_the_title()) ?>">
    									<?php print_thumbnail($thumb, $thumbnail["use_timthumb"], $titletext, $width, $height); ?>
    								</a>
    							<?php }; ?>	
    
    							<!-- <p><?php //truncate_post(360); ?></p>-->
    
    						</div> <!-- end mainpost-wrap -->
    
    						<?php endwhile; ?>
    						<?php endif; wp_reset_query(); ?>
    
    					</div> <!-- end #et_pt_blog -->
    
    			</div> <!-- end post-content -->
    
    <!-- - Women who launch -->
    
    		<div id="partner-dua">
    		<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Product Cat') ) : ?>
    		 <?php endif; ?>
    		</div>  
    
    </div> <!-- end post-content -->
    		</div> <!-- end main -->
    <?php if (!$fullwidth) get_sidebar(); ?>
    <?php get_footer(); ?>

    thanks

    Thread Starter che2p

    (@che2p)

    i mean maybe like code to call function alphabetic pagination to our script themes like this

    <?php if (function_exists(‘alphabetic pagination’)) { echo alphabetic pagination(); } ?>

    or i dont know – im blind

    thanks

    che2p

    Thread Starter che2p

    (@che2p)

    i just try in local not online website..
    this is litle code
    <div id=”foto-content”>
    <h4>New Catalogues</h4>

    <div id=”et_pt_blog”>

    <h2>Select by Alphabetic </h2>
    **** i want put Alphabetic Pagination in here ***

    <?php if (have_posts()) :?>
    <?php
    $args=array(
    ‘category_name’=>’architectural-tools-hardware-and-software’,
    ‘ignore_sticky_posts’=>1,
    ‘paged’=>$paged,
    //’showposts’ => 16,
    //’orderby’ => ‘rand’,
    );
    query_posts($args);
    ?>
    <div class=”clear”></div>

    <?php while (have_posts()) : the_post(); ?>

    thanks

Viewing 7 replies - 1 through 7 (of 7 total)