Bobby Ong
Forum Replies Created
-
Forum: Plugins
In reply to: [Digg Digg] Working on pages, but not on postsi had this error too. sharebar seems to be working but not diggdigg for floating bar on posts. i think it may have to do with jquery not being loaded on your wordpress theme. i just solved this issue by manually adding jquery in the theme.
inside the theme code editor, in your header.php before the end of </head>
include the following jquery code:
<script src=”//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js”></script>this may solve your problem. at least it worked for me.
Forum: Fixing WordPress
In reply to: Youtube Videos Missing from Category Archivesthanks guys. solved the problem.
out of curiosity, if i want to display a summary of my post in the front page, then i change the_content to the_excerpt in the index.php file?Forum: Themes and Templates
In reply to: IE CSS breakNope it still doesn’t work. I’ve just changed
margin-left:5px;
margin-right:5px;in both the css code above into
padding-left: 5px;but the problem still persists
Forum: Fixing WordPress
In reply to: Help! My WordPress Won’t Work Anymore!ok i kinda figured out the problem after 1 hour….
apparently i had accidentally replaced the index.php on my wordpress directory while uploading my index.php template file…
i was on the wrong directory on my ftp