Ankit Singla
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Edit somone else's wordpress website from different computerUse this https://midwifetobe.com/wp-login.php to login.
Forum: Fixing WordPress
In reply to: Custom theme, how do i add tags/author name to end of every postIt seems like — the post — above — on the front page — of your site are not standard post..
Create a new post — with some text.
It should appear on the top, with the author name.For these posts, you will need all php files in your formats directory.
These are post formats — video, audio etc.
Forum: Fixing WordPress
In reply to: Custom theme, how do i add tags/author name to end of every postNo — that is not required.
As you can fetch the post-content, and already in the Loop == you should be able to use that piece of code to get the author name.Can you post a link to your site?
Forum: Fixing WordPress
In reply to: functions.php problemYou may want to use — some function/script — on the internet – that can search and count characters in a file.
And, then you can search for ”{” and ”}” and check, if the count for both opening and closing brace is equal.
I remember creating a small c++ program to do this, but you can also find that on Google.
Forum: Fixing WordPress
In reply to: Links disappear when editing a published post.Has not the master-list to wordpress 3.5 troubleshooting, anything about this issue??
You may want to search the form for similar topic, if it be an upgrade error, then it must be posted somewhere in the forum.
Forum: Fixing WordPress
In reply to: Edit somone else's wordpress website from different computerWhat is the site’s url?
Forum: Fixing WordPress
In reply to: Custom theme, how do i add tags/author name to end of every postafter the parenthesis :: <?php the_author(); ?>
Forum: Fixing WordPress
In reply to: Links disappear when editing a published post.I think, it can’t be a theme issue.
But, I am yet not much known to issues that may arise during upgrade.Forum: Fixing WordPress
In reply to: Custom theme, how do i add tags/author name to end of every postDid you mistype here only — or in the code too??
you missed the terminator(;) in the statement.
Forum: Fixing WordPress
In reply to: Links disappear when editing a published post.Forum: Fixing WordPress
In reply to: Custom theme, how do i add tags/author name to end of every postYou should add your code above or below include(‘social.php’); line in standar.php
Forum: Fixing WordPress
In reply to: Want to change color of navigation barIt should also work —
–>Go to Apearence > Edit CSSAnd, add the line ::
#menu { background-color: #XXXXXX; }
Forum: Fixing WordPress
In reply to: Want to change color of navigation barThere seems to be a css file — something like “”itx-css””, the statement is in that file on line no. 16.
Forum: Fixing WordPress
In reply to: Problem with my "Featured Image" thumbnailI also need this info — as at bottom of my page I am fetching 6 posts, —
the images are big enough, but still they are not all squares.I know using the_post_thumbnail(array(180,200)); we can’t enlarge the image, but — the images already have larger dimensions.
But, still they are not all of same size.
Forum: Fixing WordPress
In reply to: How to register new page template with a plugin?I am not much sure, but does that “die();” statement required??