Support Forum

How to place ads in 5.0?

18 Answers

New Answer

MP Mr Papa
Mr Papa
Member

yup. the theme is really just php code which generates html… so including it directly in the theme is perfectly fine and simple…

of course, that does require you to make the theme your own and potentially miss some updates, but no different than a wp theme…

RO rocklandusa
rocklandusa
Member

Mr Papa said

yup. the theme is really just php code which generates html… so including it directly in the theme is perfectly fine and simple…

of course, that does require you to make the theme your own and potentially miss some updates, but no different than a wp theme…

Yeah, if there are any updates to the theme I have to remind myself to go add this code in later. Hopefully when more documentation comes out using Functions, etc I can do something more direct. 

MP Mr Papa
Mr Papa
Member

understand. lots of actions and filters for you to use, but you are right documentation is just beginning to be populated on our code at http://codex.simple-press.com

could always use a hand populating it! wink

RO rocklandusa
rocklandusa
Member

Mr Papa said

understand. lots of actions and filters for you to use, but you are right documentation is just beginning to be populated on our code at http://codex.simple-press.com

could always use a hand populating it! wink

I would help if I knew more of what I was doing. Not a php programmer at all. I do lots of trial and error. Sorry.