I’ve responded to your thread on the WP forums, see here..
http://wordpress.org/support/topic/simple-question-about-similar-posts-plugin
You can do what you want from the plugin’s settings page..
EDIT: Following the CSS suggestion, if you wanted to try this method.
- Leave the fields as they were
- Update the
<ul>
field to now read<ul id="my_special_id">
- Update your theme’s style.css file with the below.
Example CSS.
#my_special_id,
#my_special_id li { display:inline; }
#my_special_id li a { margin-right: 5px; }
Which should result in the list items displaying side by side. The margin is to push the items away from one another, else they’ll look like one long sting..
The {link}
text is basically just a placeholder for output produced by the plugin, not much different to how a shortcode works…
Related Posts:
- How do I append lists in Prolog?
- Inorder Binary Tree Traversal (using Python)
- How to have a set of sets in Python?
- Learning Haskell: How to remove an item from a List in Haskell
- How to obtain a subarray in python 3
- Reversing a List in Prolog
- List Length in Prolog
- Editing a Post, 99% CPU?
- Introductory paragraph only in list of blog posts
- List all categories in options
- WooCommerce Grid / List view
- custom walker wp menu last element
- How to divide and display categories into two columns
- To get list of bottom most or deepest or last child for specified parent category
- List first letter of categories – issue upon spcecial characters (danish letters)
- How do I create an alphabetically organized glossary of links?
- Generate a nested list of all posts, sorted first by year, then by month
- adding a #hash to each link in list_pages()?
- How correct list-style displayed in firefox? [closed]
- Output categories in something different than a list
- Wrap Meta Box with and for each new line
- get_all_category_ids for bookmark
- Add thumbnails in ‘li’ list
- List child pages alphabetically
- How to make a text string into a bullet list [closed]
- Python – TypeError: ‘int’ object is not iterable
- IndexError: list index out of range and python
- Python – TypeError: ‘int’ object is not iterable
- Finding the index of an item in a list
- Convert list to array in Java [duplicate]
- What does the list() function do in Python?
- How to avoid “RuntimeError: dictionary changed size during iteration” error?
- Writing a list to a file with Python
- How do I concatenate two lists in Python?
- if else in a list comprehension
- How can I randomly select an item from a list?
- Fastest way to check if a value exists in a list
- How can I count the occurrences of a list item?
- Get list from pandas dataframe column or row?
- How can I compare two lists in python and return matches
- Get unique values from a list in python
- ‘list’ object has no attribute ‘shape’
- How do I check if a list is empty?
- TypeError: list indices must be integers, not float
- Python Sets vs Lists
- AttributeError: ‘list’ object has no attribute ‘replace’ when trying to remove character
- Python: create a pandas data frame from a list
- Python return list from function
- Whats the difference between ‘for x in list:’ and ‘for x in list[:]:’
- Python (2.x) list / sublist selection -1 weirdness
- lists and arrays in VBA
- How to read a text file into a list or an array with Python
- Map to List error: Series object not callable
- how to create a list of lists
- Python assigning multiple variables to same value? list behavior
- How can I remove all instances of an element from a list in Python?
- Create an empty list in Python with certain size
- What’s the difference between lists enclosed by square brackets and parentheses in Python?
- Appending to a list gives ‘int’ object has no attribute ‘append’
- How to split() a delimited string to a List
- In Python, is there an elegant way to print a list in a custom format without explicit looping?
- Writing Python lists to columns in csv
- How to show a hierarchical terms list?
- Listing pages which uses specific template [duplicate]
- List latest posts in WP-Admin
- Changing a function in function.php to a shortcode – for listing categories of only a certain post type
- List posts under meta_value heading
- Display only one result from “get_the_category_list”
- Show template loaded
- TinyMCE – Add class to OL – selector doesn’t seem to get parent OL,UL, just LI’s (4.6.3)
- how to change appearence of the content of default post list columns?
- How to create A-Z index listing for custom post types?
- How do I apply a class to custom menu items based on user roles
- Excluding Pages not working
- Remove Order List Row Link in WooCommerce Admin?
- List pages by custom field?
- Can I wrap an unordered list inside a shortcode?
- How to link the whole list item in Gutenberg’s latest posts block?
- How do you List all Sidebars in a Metabox
- Conditionals if tags exist?
- How do you change the comment count in the back end posts list, to reflect unapproved comments, rather than all comments?
- show posts under subcategory only when in that subcategory
- get listed category’s id?
- Convert UL to dropdown list not working
- Output custom text field as unordered list
- Pagination in html table is not working
- List all posts, pages and custom post types in admin
- Divide the list into two columns (get_posts)
- display the months of a specific category
- Return All Tags from Search Result in Separate List
- get taxonomy list in a page in the wordpress
- How Can Hide Define Category in Post Contents?
- List a custom post type’s posts ordered by nested custom taxonomy
- Listing category
- List products from current category
- How to add a box for list items?
- How to create a page that lists custom taxonomies with links?
- Display all posts from selected month
- How to display my categories in a list (to a post, not the sidebar)?
- How to save the results of a query as a php file for an autocomplete search bar