Title: Style sheet and PHP ECHO
Last modified: August 22, 2016

---

# Style sheet and PHP ECHO

 *  [mostcla](https://wordpress.org/support/users/mostcla/)
 * (@mostcla)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/style-sheet-and-php-echo/)
 * Hello there,
    Here is my website [http://encoregfx.com/brushes/](http://encoregfx.com/brushes/)
   I did made style in style.css and add php echo in download’s subpage (brushes,
   fonts, filters … etc) But nothing happened it must show like this [http://im76.gulfup.com/l7Z00S.jpg](http://im76.gulfup.com/l7Z00S.jpg)
 * I would like know what is the problem do I have to add something to function 
   file?
    Or any other way to solve the problem? Also I do need php for this style
   if anyone knows check it in this website
 * [http://www.whitedots.net/portfolio-category/templates/](http://www.whitedots.net/portfolio-category/templates/)
 * The style and when you click on the image it pop up.

Viewing 15 replies - 1 through 15 (of 32 total)

1 [2](https://wordpress.org/support/topic/style-sheet-and-php-echo/page/2/?output_format=md)
[3](https://wordpress.org/support/topic/style-sheet-and-php-echo/page/3/?output_format=md)
[→](https://wordpress.org/support/topic/style-sheet-and-php-echo/page/2/?output_format=md)

 *  [stephencottontail](https://wordpress.org/support/users/stephencottontail/)
 * (@stephencottontail)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/style-sheet-and-php-echo/#post-5226789)
 * What PHP code did you add? If it’s too long, you can post it to [Pastebin](http://pastebin.com/)
   and post the link here.
 * Also, when I look at the first link you provided, the only thing I see is the
   menu, your logo, and a piece of text that says “Brushes” with an orange underline
   underneath it. I don’t see any images other than your logo.
 *  Thread Starter [mostcla](https://wordpress.org/support/users/mostcla/)
 * (@mostcla)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/style-sheet-and-php-echo/#post-5226798)
 * Hello dear,
    here is the php post [http://pastebin.com/wSAD5fPg](http://pastebin.com/wSAD5fPg)
 * this php code most show like this image check the link here
    [http://im76.gulfup.com/l7Z00S.jpg](http://im76.gulfup.com/l7Z00S.jpg)
 *  [stephencottontail](https://wordpress.org/support/users/stephencottontail/)
 * (@stephencottontail)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/style-sheet-and-php-echo/#post-5226799)
 * Is this what you’re trying to do:
 * You have a page called “Brushes”. You have other pages which are child pages 
   of the page called “Brushes”. When someone visits the page “Brushes”, they should
   see the featured images of the child pages, with text overlaid over each featured
   image.
 * Is that correct?
 *  Thread Starter [mostcla](https://wordpress.org/support/users/mostcla/)
 * (@mostcla)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/style-sheet-and-php-echo/#post-5226825)
 * Yes correct.
    So what is the problem that it does show anything…
 * Also i have few pages like brushes in same page (download page) with child pages
   but it’s fine if i fix the problem in brushes so i do same for other pages.
 *  [stephencottontail](https://wordpress.org/support/users/stephencottontail/)
 * (@stephencottontail)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/style-sheet-and-php-echo/#post-5226830)
 * I noticed you have a function called `get_child_pages_by_parent_title()`, which
   isn’t a standard WordPress function. Can you post the contents of that function
   to [Pastebin](http://pastebin.com/) as well? I have a suspicion about what might
   be wrong, but I need to see the function text to confirm it.
 *  Thread Starter [mostcla](https://wordpress.org/support/users/mostcla/)
 * (@mostcla)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/style-sheet-and-php-echo/#post-5226836)
 * You mean content function of the style css?
    here is the content of the style
   [http://pastebin.com/LCdudh8m](http://pastebin.com/LCdudh8m)
 *  [stephencottontail](https://wordpress.org/support/users/stephencottontail/)
 * (@stephencottontail)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/style-sheet-and-php-echo/#post-5226837)
 * No, I mean the text of the function I mentioned: `get_child_pages_by_parent_title()`.
   That isn’t a standard WordPress function, and I need to see the text to confirm
   something. That function should be defined somewhere in your theme’s files.
 *  Thread Starter [mostcla](https://wordpress.org/support/users/mostcla/)
 * (@mostcla)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/style-sheet-and-php-echo/#post-5226838)
 * Yes This is the style and I posted PHP code inside the page and nothing appear
   there is something missing …
 *  Thread Starter [mostcla](https://wordpress.org/support/users/mostcla/)
 * (@mostcla)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/style-sheet-and-php-echo/#post-5226843)
 * Yes the function must be defined in files of the theme…
    Style sheet or function
   file
 *  [stephencottontail](https://wordpress.org/support/users/stephencottontail/)
 * (@stephencottontail)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/style-sheet-and-php-echo/#post-5226854)
 * I understand that the function must be defined somewhere in your theme files.
   I need to see the text of the actual function. Your `functions.php` should have
   a line that starts with `function get_child_pages_by_parent_title()`. Can you
   post that line and everything that follows it to [Pastebin](http://pastebin.com/)?
 *  Thread Starter [mostcla](https://wordpress.org/support/users/mostcla/)
 * (@mostcla)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/style-sheet-and-php-echo/#post-5226856)
 * I post function.php text to Pastebin?
 *  Thread Starter [mostcla](https://wordpress.org/support/users/mostcla/)
 * (@mostcla)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/style-sheet-and-php-echo/#post-5226857)
 * Here is link [http://pastebin.com/XuCBF7sm](http://pastebin.com/XuCBF7sm)
    I 
   did copy text in function.php file.
 *  Thread Starter [mostcla](https://wordpress.org/support/users/mostcla/)
 * (@mostcla)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/style-sheet-and-php-echo/#post-5226858)
 * This is function text of the theme
 *  [stephencottontail](https://wordpress.org/support/users/stephencottontail/)
 * (@stephencottontail)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/style-sheet-and-php-echo/#post-5226859)
 * I’m sorry, but I still can’t find the definition for that function. Can you post
   the contents of `tesla_framework/tesla.php`? Also, you may wish to speak to whomever
   designed your theme for more information, as well.
 *  Thread Starter [mostcla](https://wordpress.org/support/users/mostcla/)
 * (@mostcla)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/style-sheet-and-php-echo/#post-5226860)
 * here is the link of tesla.php
    [http://pastebin.com/hrPfpWsv](http://pastebin.com/hrPfpWsv)
 * I did downloade the theme from internet and uploaded it to my host, I made it
   myself, and tried to make the php echo..

Viewing 15 replies - 1 through 15 (of 32 total)

1 [2](https://wordpress.org/support/topic/style-sheet-and-php-echo/page/2/?output_format=md)
[3](https://wordpress.org/support/topic/style-sheet-and-php-echo/page/3/?output_format=md)
[→](https://wordpress.org/support/topic/style-sheet-and-php-echo/page/2/?output_format=md)

The topic ‘Style sheet and PHP ECHO’ is closed to new replies.

 * 32 replies
 * 2 participants
 * Last reply from: [mostcla](https://wordpress.org/support/users/mostcla/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/style-sheet-and-php-echo/page/3/#post-5226899)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
