Displaying content of div from the posts to the homepage on WordPress -


i have div in posts on wordpress:

[div class="price"] $123 [/div] 

i display price within these divs on homepage, beside post titles. how possible?

this shortcode using in wordpress theme. direct can't use beside post title. need programming tricks.

alternate option apply css trick.

[div class="price alternate_opt"] $123 [/div] 

note: not sure mightbe class="price alternate_opt" generate new class alternate_opt, apply css on class.


Comments

Popular posts from this blog

how to proxy from https to http with lighttpd -

android - Automated my builds -

python - Flask migration error -