Home › Forums › Theme support › Deleting Facebook and Twitter post links on the enlagement page › Reply To: Deleting Facebook and Twitter post links on the enlagement page
Hi,
I do have another issue with this theme. I keeping adding images to portfolio but only the last 5 or so images show up and older ones do not show up. The page number count that shows up when you add many images don’t take me to the older images that was uploaded to that particular category. Instead clinking the next page on the bottom right takes me to blog page. How do I fix this?
I’m not sure what happend here, can you send us the link to the page with this problem, then we can take a look at it and help you to fix it.
The lightbox gallery code:
File: single-portfolio.php
Replace line 41 (following code):
<a data-gal='prettyPhoto prettyPhoto[gal]' class='prettyPhoto' href='". wp_get_attachment_url($attachment->ID)."'>
with this
<a rel='prettyPhoto[group]' data-gal='prettyPhoto prettyPhoto[gal]' class='prettyPhoto' href='". wp_get_attachment_url($attachment->ID)."'>