• Resolved chrisnet123

    (@chrisnet123)


    here is the code
    [wp_ticker category=”1″ ticker_title=”In-Stock” color=”#000″ background_color=”#2096CD” effect=”fade” fontstyle=”normal” autoplay=”true” title_color=”#000″ border=”false”].

    The issue is that it shows all category’s not just “1”

    How do I get it to show just the category that I want? I would like to have category “In Stock”, “News”, ect… and only show them in different places on the home page.
    Thanks, Chris

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,

    Please make sure you are adding proper category id in parameter because we have checked our side it’s working fine.

    Note:- Please do not copy and paste shortcode directly, try to type manually because sometimes it contains some special characters in copy paste.

    Thanks

    Thread Starter chrisnet123

    (@chrisnet123)

    As you can see in on the web-page the ticker shows 4 tickers but only two of them are category=1 the other two are category=5

    So no it is not working fine.

    here is my code
    [wp_ticker category=”1″ ticker_title=”In-Stock” color=”#000″ background_color=”#2096CD” effect=”fade” fontstyle=”normal” autoplay=”true” title_color=”#000″ border=”false”]

    I do have the category id as “1”

    Now I just retype everything under the copied code here it is:

    [wp_ticker category=”1” ticker_title=”In-Stock” color=”#000″ background_color=”#2096CD” effect=”fade” fontstyle=”normal” autoplay=”true” title_color=”#000″ border=”false”]
    
    [wp_ticker category="1" ticker_title="In-Stock" color="#000" background_color="#2096CD" effect="fade" fontstyle="normal" autoplay="true" title_color="#000" border="false"]

    The top shows all tickers and the new type in code does not show anything?

    Hello,

    Which post type you are trying to get?
    If you want to get default post type then you have to use

    [wp_ticker post_type=”post” post_cat=”category” category=”1″]

    Please edit any your category and see URL like this way
    https://prnt.sc/k6ethc (taxonomy=category&tag_ID=27&post_type=post)

    Here see how to set shortcode parameter value

    taxonomy = post_cat
    tag_ID = category
    post_type = post_type

    So my shortcode for (taxonomy=category&tag_ID=27&post_type=post) is

    [wp_ticker post_type=”post” post_cat=”category” category=”27″]

    Note: – Do not copy and past shortcode please write manually it cause the quate issue.

    Thanks.

    Thread Starter chrisnet123

    (@chrisnet123)

    oh, Thanks I was totally wrong I was adding the ticker
    https://magicartifacts.com/wp-admin/edit.php?post_type=wptu_ticker”

    On the side menu bay “Wp_Ticker” menu
    Than adding the category there with the ticker information
    Then adding the code in the page trying to show that cat.

    Now I just add a new product category “Instock” and link that to the page and it now works

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘wp_ticker category=”1″’ is closed to new replies.