• I want my friends in my home I have a blue box of 200 *200 show that show a content

    Did not code blue box in my index.php file to see her at home?

    I’ve designed my own little theme exactly the same to me in the index.php that I was shown into the first page

    But I try to keep up the theme does not show me anything (I tried this theme twenty eleven – pinboard)

    I even deleted the index.php that I still have no chance the site with the same layout before going up

    But if I delete a theme I can not do anything above and white screen was shown

    I’m really confused
    Friends can anyone help me how I should do something to change into the first page of my site?

    if it may describe me as soon as possible in simple english text
    im not profession and help google to translate this text
    Thank y’all

Viewing 14 replies - 1 through 14 (of 14 total)
  • Can I suggest that you try using a WP support forum in your language?

    Thread Starter The Gladiator

    (@the-gladiator)

    thanks but i think in english part we have got more profession peopele to help? and i need to get the answre asap
    is’nt it?

    Thread Starter The Gladiator

    (@the-gladiator)

    dear esmi…
    excuse me has it any problem that against the forums law?
    Im afraid of breaking the law

    Against what forum rules? I think you would better off using a forum in your own language as it’s very difficult to understand what your issue is.

    Thread Starter The Gladiator

    (@the-gladiator)

    as i understand my language part is not enable …
    im asking in two local wordpress site that are in persian language but
    i get no answer up to now 🙁

    Thread Starter The Gladiator

    (@the-gladiator)

    in a very short question

    i need to make a blue box in main page of twenty twelve them
    in which page i must write this code?

    i think this page is index.php but it is not…
    thanks

    Are you already using a child theme?

    Thread Starter The Gladiator

    (@the-gladiator)

    yes as i read i think “twenty twelve theme” that used by me is a child them..
    but the text was a little difficult to understand

    i only want to add a box in main page
    but ican not understand what should i do
    🙁

    Are you using a static front page or a posts page?

    Thread Starter The Gladiator

    (@the-gladiator)

    it is static page my freind

    [Moderator Note: No bumping. If it’s that urgent, please consider hiring someone instead.]

    Site url? And please remember that other people on the forums may not be in the same time zone as you and that they also have to eat & sleep.

    Thread Starter The Gladiator

    (@the-gladiator)

    thanks a lot ….
    i know that i request more than my limitation in this time
    but im so sorry
    beacause its only for my force
    thanks for your patient

    http://www.lumix-light.com
    this is my real url

    twenty twelve is in my local

    i added two blue box in a post code ..
    but i cant find a place to insert their code for showing in first page

    i must do this work beacause i need to write some php code inside them
    thanks

    I think you want to run some php code in a page. You can do this by making your own shortcode. Your page text should have a shortcode like this:

    [my-function]

    Next, make a child theme.

    In functions.php of your child theme, you can put some php code that will run in place of the shortcode. Your php will look like this:

    <?php
    function my-function() {
      $html = '<p>Here is some html</p>'; // can be many lines of code
      return $html;
    }
    add_shortcode('my-function', 'my-function');

    Thread Starter The Gladiator

    (@the-gladiator)

    thanks sir….
    i must try it…

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘how to make change in first page of my wordpress site’ is closed to new replies.