Home Page Blog post Content section - spaces in between words

Discussion in 'RoadFighter WordPress Theme' started by icusa, Jul 18, 2013.

Thread Status:
Not open for further replies.
  1. icusa

    icusa New Member

    Joined:
    Jul 8, 2013
    Messages:
    24
    Likes Received:
    0
    Hello,
    I have spaces in between words in the HOME page under "Home Page Blog post Content" section.!?
    I copied pasted several times the content FIRST in notepad and/or edit+ BEFORE re-pasting the content in a Blog post (VIA either HTML and Visual ) but same issue. I am still getting spaces in between words in the HOME page under "Home Page Blog post Content" section.

    What am I doing wrong? How can this be resolved?

    Please advise
    Thanks
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Do let us know your website link.
     
  3. icusa

    icusa New Member

    Joined:
    Jul 8, 2013
    Messages:
    24
    Likes Received:
    0
    Hello Gourav,
    I PM you the link of the site. FYI, here is how it looks like - see screenshot -
    Please advise
    Thanks
     

    Attached Files:

  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    PM sent.
     
  5. icusa

    icusa New Member

    Joined:
    Jul 8, 2013
    Messages:
    24
    Likes Received:
    0
    Thank You Gourav...That works!

    Quick question related to the same thing. How can I replace […] by [Read More…] along with the link to blog post? if this was already anwsered somewhere please post the link to the answer.
    Thanks again
     
  6. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Go to functions > inkthemes-functions.php present in your theme directory and replace current code

    Code:
     array_push($words, '[…]');
    with code given below

    Code:
     array_push($words, '<a style="font-weight:bold;" href="'.get_permalink().'"> [Read More…]</a>');
    Sending image for reference

    2013-07-22_1347.png


    This will solve your issue.
     
  7. icusa

    icusa New Member

    Joined:
    Jul 8, 2013
    Messages:
    24
    Likes Received:
    0
    Thank You Gourav!
     
Thread Status:
Not open for further replies.

Share This Page