rizwanzpc
Forum Replies Created
-
If term_id == category id
then,
How can I use it in the shortcode like:
[pgaf_post_filter cat_order=”term_id1,term_id3,term_id2,term_id4” ]
So that the output looks in the expected result order:
[Completed][Special][Ongoing][Upcoming]I renamed them from the database and the problem solved.
Thank you.
My problem is solved. The problem was due to another plugin which is used to alter the Excerpt Text ( i.e Read More) of the content.
By the way, how to alter the “Read More” text to “Detail …”?
Please, help.
Hi,
I am using the version 1.7.8 of https://ww.wp.xz.cn/plugins/content-views-query-and-display-post-page/ in thenatunprovat website. I am using three shortcodes on the landing page of the site which are created by this plugin.Code looks like
———————————————————————-
<div style=”width: auto; padding: 3px 10px; border-bottom: 3px solid #080; background-color: #559600; color: white; margin: 0px 0px 10px; font-size: 120%; font-weight: bold;”>লিড নিউজ</div>
[pt_view id=”298287a8a4″]
<div style=”width: auto; padding: 5px; border-bottom: 5px solid #080; background-color: #559600; color: white; margin: 10px 0px;”>সর্বশেষ খবর</div>
[pt_view id=”795a685875″]
<div style=”width: auto; padding: 5px; border-bottom: 5px solid #080; background-color: #559600; color: white; margin: 10px 0px;”>প্রচ্ছদ</div>
[pt_view id=”37a83bffde”]
———————————————————————-Please, help.