Dear Friends: in the First, Second, and Third Feature Content of the Themia Pro theme, ALL THE TEXT written into this space are displayed in the Home page. As i understand, it suppose to display only a few lines then if the reader wants to read more, he may click read more. As now, all texts are displayed, clicking read more does nothing Any insight is appreciated. Bo
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .feature_content .read_more { display: none; }
Hello, Go to front-page.php present in your theme directory and follow the instruction as shown in image given below Use same process for others also.
thanks for the help. What kind of php editor do you use?? I use dreamweaver but than i have to copy the code from wordpress to dreamweaver. Is there a editor in wordpress??
Hello, You can try WP Editor plugin for this issue. Download it from the link given below and activate it in your dashboard. http://wordpress.org/plugins/wp-editor/
Hi InkTheme, I have struggle with Removing the Comment & Response (at bottom left) and Removing The Recent Post, Recent Comments, Archives, Categories, Meta (on the right) of this: http://www.blessvivietnam.com/mass-schedule-and-location/ How i remove them all. Thank you so much.
Hello, 1.For your first issue Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .side_content h3 { display: none; } #comment-form { display: none; } 2.For your second issue Go to the Appearance > Widgets Drag text widgets and add paragraph tag and drop them in the Primary and Secondary widget area. Code: <p></p>