Post title marquee scroll is a simple WordPress plugin to create the marquee scroll in the website with your post title. In the administration section we have option to choose the category and display order of the posts. We can add this plugin directly in the theme files. Also we have widget and short code option.
Plugin Live demo available below. if you want to use your own content on the scroll; use horizontal scrolling announcement WordPress plugin.
In the admin we have separate text box to update the marquee style. also you can create the separate CSS with the name “ptms_marquee” in your theme CSS file. it reflect in this marquee plugin.
Method 1
Method 2
Method 3
Drag and drop the widget: Go to widget page under Appearance tab, Drag and drop Post title marquee scroll widget into your side bar.
Short code for posts and pages: Copy and paste the given short code into pages or posts.
Short code till version 6.0 :[POST-MARQUEE*]
Short code from version 7.0 onwards :[post-marguee*]
Note: Remove (*)
Add directly in the theme: Use this code <?php if (function_exists (ptmsshow)) ptmsshow(); ?> to add this plugin in to your theme files. Or
WordPress has a very easy function called do_shortcode() that lets you add shortcodes in your themes. Simply add the code like this <?php echo do_shortcode(“[post-marguee*]”); ?>
Note: Remove (*)
In your WordPress administrator section go to Settings menu and select Post title marquee scroll menu to configure this plugin.
Scroll amount: Scroll amount, together with Scroll delay, sets the speed of the scrolling. Marquee moves the content by displaying the content, then delaying for some short period of time, then displaying the content again in a new position. Scroll amount sets the size in pixels of each jump. A higher value for Scroll amount makes the marquee scroll faster.
Scroll delay: Scroll delay, together with Scroll amount , sets the speed of the scrolling. Marquee moves the content by displaying the content, then delaying for some short period of time, then displaying the content again in a new position. Scroll delay sets the amount of delay in milliseconds (a millisecond is 1/1000th of a second).
Scroll direction: direction of the scroll (left/right).
Scroll style: Css style for the scroller.
Splitter: Give the splitter between two post title in the scroll.
Number of post: No of items to display.
Post categories: Give the category id you wish to select the post. Multiple categories can be separated by coma.
Post orderbys: Field to sort.
Post order: Sorting order.
Jan 20, 2021 | No Comments | 22 Views
Jan 20, 2021 | No Comments | 10 Views
Jan 19, 2021 | No Comments | 49 Views
Oct 17, 2020 | 1 Comment | 18 Views