• Hi, it’s my first post on this forum, sorry for language mistakes πŸ˜‰

    So, question I:
    How can I create/add a field to my theme like ‘Copyrights in footer’ or option to change colour of text etc. If it in WP Codex please link, i couldn’t search anything in google/wp codex.

    Question II:
    How can i create/add a field to ‘Add Post’ (or Page), it can by anything (i want only method): “image” or “reply to”.

    Thanks for replies πŸ˜‰

Viewing 3 replies - 1 through 3 (of 3 total)
  • Question 1:
    a) Just add the code to your theme template and/or to style.css. You’ll need to be familiar with HTML, CSS, and PHP but you needn’t be a ‘pro’ to pull off most stuff.
    b) If you want admin interfaces to do the above you’ll need to be much better at HTML, CSS, and PHP, or maybe you can find a plugin.

    Question 2:
    Use custom meta fields.

    Thread Starter Nero12

    (@nero12)

    Question 2:
    Yeah, I havent specify well.
    I want for example upload field for image. Uploading functions etc. i can do it myself but only where it should be in wordpress.

    hmmm… maybe what you want is the add_meta_box hook?

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Two questions about advanced wordpress’ is closed to new replies.