davidanielyan
Forum Replies Created
-
Forum: Plugins
In reply to: [Post Views Counter] How can I sort/order post query to most viewedDear Bartosz, can you or another specialist answer to my question please.
https://www.ads-software.com/support/topic/how-to-check-today-most-viewed-10-posts?replies=1Forum: Plugins
In reply to: [Post Views Counter] How can I sort/order post query to most viewedYeah, it’s works. Thank you Bartosz for your support !
Regards, David Danielyan
Ok thank you.
So haw can I solve this problem?
but it doesn’t show pagination on post count will be for example 16. How can I solve that?
Sorry it’s worked, Thank you Eliot.
I have last question. How can I set the maximum posts number count, with shortcode it was simple to do it useing ‘paged=10’@eliot Akira
I have taxonomy file named – taxonomy-cat_veranorokum.php and inside this file I write this code
<?php
echo ‘<div class=”container”>’;
include ‘cat-header.php’;
echo ‘</div>’;
get_header();
?><?php get_sidebar(); ?>
<?php include ‘slider.php’; ?>
<div class=”content”>
<span class=”table-title”>
<h2></h2>
</span>
<?php
if ( have_posts() ) {
while ( have_posts() ) {
the_post(); // Set up post data
start_short();
?>
<div class=”posts”>
<h2>[field title]</h2>
<div class=”part-1″>
[field image size=thumbnail]
</div>
<div class=”part-2″>
<span>[field veranorogum-3]</span>
</div>
<div class=”part-3″>
<span class=”price”>[field veranorogum-4] ????</span>
<span class=”more”>??????</span>
</div>
</div>
<?php
end_short();
}
}
else {
?>
<h3>??? ??????? ??? ??????????????? ???:</h3>
<?php
}
?>
</div><?php include ‘right-sidebar.php’; ?>
<?php
get_footer();
?>And it will display posts at this page
https://demo-test.ga/cpt_veranorokum/%D5%A7%D5%AC-%D5%B4%D5%B8%D5%B6%D5%BF%D5%A1%D5%AABut it doesn’t display one of posts.
It is intersting that in one category of taxonomy is correctly displaying posts
https://demo-test.ga/cpt_veranorokum/%d5%a1%d5%b5%d5%acbut when I try to publish post to this category it doesn’t display it too.
Forum: Plugins
In reply to: [Custom Content Shortcode] Child taxonomy page does't display posts@eliot Akira,
Ok I Understand you. In our situation it is bad idea. I can’t do it anytime for any posts which need to be in “First Child” taxonomy.
Have you any other idea that can help me for this situation?Forum: Plugins
In reply to: [Custom Content Shortcode] Child taxonomy page does't display postsI didn’t understand what you said. Can you specify this message?
“One idea – for the posts that are in First Child Taxonomy, is it possible to select both parent and child taxonomies? That might make a difference.”
I had installed your plugin a few days ago.
I don’t know how currectly it’s worked before WP 4.2.3 updateOk, but it still doesn’t work
Dear Eliot,
All those fields generated by ACF plugin.
Does it reason for this conflict?Forum: Plugins
In reply to: [Custom Content Shortcode] Shortcodes within Custom Fields No Longer Working@eliot Akira
Thank you so much. But before I saw your message I had solved the problem using
<tr onclick="window.location.href = '<?php echo '[field url]'; ?>'">
Forum: Plugins
In reply to: [Custom Content Shortcode] Shortcodes within Custom Fields No Longer WorkingDoes anyone know, why [field url] working in < a > tag, but does not worked in this code
<tr onclick=”window.location.href = ‘<?php echo do_shortcode(‘[field url]‘); ?>'”>
<td>[field title]</td>
</tr>Does this problem associated to useing shortcode via javascript?
@peter Berger can you halp me too?
Forum: Plugins
In reply to: [Custom Content Shortcode] [field url] doesn't works anymore!@julie @Niackery
Ok, I understood you.Does anyone know, why [field url] working in < a > tag, but does not worked in this code
<tr onclick=”window.location.href = ‘<?php echo do_shortcode(‘[field url]‘); ?>'”>
<td>[field title]</td>
</tr>Does this problem associated to useing shortcode via javascript?
@peter Berger can you halp me too?