Map Press Pro and Themes

Home Forums MapPress Support Map Press Pro and Themes

Tagged: , ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #16330
    rdfly
    Participant

    Hi Chris,

    Is there a way that I can tie Map Press Pro into a wordpress theme. In other words, I want Map Press Pro to show up on the home page and list all of the markers I have enter in individual MPP maps.

    #16331
    Chris
    Keymaster

    Hi,

    Usually the easiest way is to just use a particular post/page for the front page:
    https://codex.wordpress.org/Creating_a_Static_Front_Page

    On that page, use a mashup shortcode, for example:
    [mashup query="all" width="100%" height="500px"]

    If you want to actually modify the theme files, you can use the same shortcode but call it from PHP with the do_shortcode function. There are some examples in the documentation that show how to do that.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.