polygonjedi
Forum Replies Created
-
Here’s imgur link : https://imgur.com/a/f54zX
So my doubt is that how can have two sections with only one search filter.
Hi Ryan,
Thank you for answering.
I don’t mind using the in-built search but if I do that, I’ll be seeing something like this
https://www.dropbox.com/preview/Screenshots/Screenshot%202017-08-22%2020.04.52.pngand if I do a search I see like this: https://www.dropbox.com/preview/Screenshots/Screenshot%202017-08-22%2020.05.30.png
So my doubt is how can I have just one search field(with or without the filters) and job listing arranged based on categories.
Forum: Plugins
In reply to: Recent Posts Slider – customizing CSS-
Go to the plugin editor
Select the plugin from the dropdown
Select the stylesheet and not the admin stylesheet
You should be able to find this : #rps .col p.post-title span
Edit it.Forum: Themes and Templates
In reply to: specified category for specified post<?php if (is_single(array('815','817','813','819'))) { ?> <?php global $post; $args = array( 'numberposts' => 20, 'category' => 109 ); $myposts = get_posts( $args ); foreach( $myposts as $post ) : setup_postdata($post); ?> <li> <span class="sidebar-link"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></span></li> <?php endforeach; ?> <?php } elseif (is_single(array('852','850','848','846','844','842','840','838','836','834','829'))) { ?> <?php global $post; $args = array( 'numberposts' => 20, 'category' => 108 ); $myposts = get_posts( $args ); foreach( $myposts as $post ) : setup_postdata($post); ?> <li> <span class="sidebar-link"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></span></li> <?php endforeach; ?> <?php } else { ?> <?php wp_list_categories() ?> <?php } ?>
Phew ! This is working as of now. Any good suggestions to reduce or clean up the code ?
Instead of array, Can we use a RANGE parameter ?
Forum: Themes and Templates
In reply to: How to display different categories on different pagesThis thread is continued at :
https://www.ads-software.com/support/topic/specified-category-for-specified-post?replies=4Forum: Themes and Templates
In reply to: specified category for specified postHey Alchymyth
Currently its not done. I am just finding a way to do. It can be a sidebar / widget / plugin. So let me look into your ‘category-posts’ plugin.
I will try uploading the site too so that you can get a preview of what exactly I am talking about.
And Thanx once again mate.
Forum: Themes and Templates
In reply to: How to display different categories on different pagesThe Page template worked. That was awesome and Thanks
However there is another problem.
Page-main has 4 posts from category-two as its sidebar. Now when I click on any of the post under category-two , its takes to me that post but the sidebar shows posts from other categories.
Is it possible to display category-two’s posts only while I click on any of the postin category-two.Like how the page template, is there a way for posts too ?
How about this logic on the side : If clause saying that if the post ID’s are 1,2,3.. etc then display category-two or else display none
I’m not good at coding php. But I can derive a logic as above. So guys, any help ?
Forum: Themes and Templates
In reply to: Do my Website look Bad??? I need your help and Advice!!It doesn’t look bad.
Just a bit crowded. Maybe you should filter your target audience and the content genre.
You can ask this to yourself : why will someone/anyone come to iAppneto when there are hundreds of sites that give info about Apple and its products ?
All the best