Hello. My website was created using the Infoway Theme which was slightly customized already to make blog pages display full width. In my blog (category) list pages the 'read more' buttons display the 'Take a Tour' label. This is leftover from the Inkthemes demo version. How can this label be changed? I want to have the ability to vary the label depending on the category. For example, for one category (Beliefs Journal) I want it to be labeled as "Read more" in the blog list page. In blog pages for all other categories I want the label to be "View answers". And I want to keep the 'read more' labels on the home page as they are already customized using the theme options 'feature settings' entry form. My website is published at thebeliefexchange.org. Please advise how to proceed. Thanks! Warm regards, Kathleen
Hello, Follow below steps(Step no 1,2,3 is one time process.). ///////////////// One Time Process. ///////////////// Step 1: Goto, Dashboard -> Post ->Add New -> -Click on Screen Options(Right-side,top). -Check Custom Fields. -Go Below the POST Area For Custom Field. Follow image 1. Step 2: Add New Custom Field: -enter new -Fill Entry Name=answer Value=Next note:You can use word according to your requirement. Follow image 2. Step 3: You have to edit a file Appearance ->Editor -> blog.php(shown in image). Replace previous code with below php code. PHP: <?php if(get_post_meta($post->ID, 'answer', true)==''){echo TAKE_A_TOUR;}else{ echo get_post_meta($post->ID, 'answer', true);} ?> Follow Image 3. //////////////////// End one time process //////////////////// Step 4: Add new post or edit old post go below side in dashboard post area and select answer and fill your desire text. Note:Above three steps are one time steps no need to do at all new/old posts. Follow image 4. Thanks & Regards Pramod
Hi Pramod. I think I followed your instructions and the button labels did not change. One thing that I did a little differently (then tried to redo after it didn't work) was that instead of exactly following your Step 2 instruction "Value=Next", I instead entered "Value=Answer". Then after trying to edit the label on an existing post (Step 4) and seeing it didn't work, I went back and attempted to change it back to "Value=Next". This didn't help. It didn't work for new posts either. Please advise what to do next. This is a working website so whatever we do it is important not to 'break it'. Warm regards, Kathleen
Hi Pramod. Since you cannot address my initial request I will simplify it to be easy and straightforward. I will 'undo' the above recommended changes on my website to revert back to the former version. I now request your help with changing the label to be the same for all blog pages instead of requesting ability to modify the label for each blog. Specifically, the out-of-the-box demo wording ('Take a Tour'), which is not appropriate for my website, needs to be changed to "More ...". Please advise how to do this simple change request. Thanks! Warm regards, Kathleen
Hello Kathleenramp, You need to edit all post and follow 4th step and enter ""Read....."" in the value section. This will solve your issue. Thanks & Regards Pramod