About Sridhar Katakam
I am an independent WordPress web consultant with 10 years of experience in WordPress theme installation, customization, administration, maintenance, support, documentation, troubleshooting and PSD/design to WP.
Genesis and WordPress Tutorials
Session expired
Please log in again. The login page will open in a new tab. After logging in you can close it and return to this page.
Thank you so so much!!!!
I know this is out of topic but I know you have the skills and any help is really appreciated… How can I get a custom field in Genesis with condition if exist, I tried this but seems doesn’t work for my Genesis theme:
ID, ‘download_url’, true);
if ($download_url) {
?>
<a href="” target=”_blank” class=”button-bleo”>GO TO DOWNLOAD
Thank you!
Try this: http://pastebin.com/raw.php?i=x3d00hb7
Source: http://kevinshoffner.com/wordpress/genesis/displaying-custom-fields-for-genesis/
I finally implemented your solution in my project and everything is fine now, I’m so happy, except that for page 2, 3… the count is again from 1 and not continue from previous page. Can you please provide me a fix for this…
Here you go: http://www.sridharkatakam.com/ordered-numbers-entries-cpt-archive-page-support-pagination-genesis/
[…] a previous post titled Showing ordered numbers for entries of a CPT archive page in Genesis, I showed how counter-increment CSS property can be used to display ordered numbers for CPT entries […]